Uses of Class
com.iizix.prop.PropCnr
Uses of PropCnr in com.iizigo
Methods in com.iizigo that return PropCnr Modifier and Type Method Description PropCnr
Preference. getDesignerParameters()
Gets the designer parameters property container.static PropCnr[]
Activator. getPropCnrs(java.util.ArrayList<DesignerProp> list)
Gets a PropCnr's from a DesignerProp list.static PropCnr
WorkspaceProperties. getPropertyContainer(java.lang.Class<?> clazz)
Gets a property container for a class or class name.static PropCnr
Activator. getRootProperty(java.lang.String name)
Gets a root property from a registered name.static PropCnr
Activator. loadPropertiesFile(java.io.File file)
Loads a properties file.static PropCnr
Activator. loadPropertiesFile(java.net.URL url)
Loads a properties file.static PropCnr
Activator. loadPropertiesFile(org.eclipse.core.resources.IFile file)
Loads a properties file.Methods in com.iizigo with parameters of type PropCnr Modifier and Type Method Description static byte[]
Activator. createInputData(PropCnr container)
Creates InputStream byte array data from a property container.static java.io.InputStream
Activator. createInputStream(PropCnr container)
Creates an InputStream from a property container.static boolean
Activator. registerRootProperty(java.lang.String name, PropCnr root)
Registers a root property container not being a Java or Module root, e.g.static void
Activator. savePropertiesFile(PropCnr container, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor)
Saves a properties file.static boolean
Activator. unregisterRootProperty(java.lang.String name, PropCnr root)
Unregisters a root property container not being a Java or Module root, e.g.Uses of PropCnr in com.iizigo.actionactor
Classes in com.iizigo.actionactor with type parameters of type PropCnr Modifier and Type Interface Description interface
IEditorActionActor<RUNTIME_CONTAINER extends AbstractSettings,EDITOR_CONTAINER extends PropCnr>
Editor version of Action Actor interface used for TXP runnables.Subclasses of PropCnr in com.iizigo.actionactor Modifier and Type Class Description static class
EditorJavaActionActor.Settings
Settings property container.Methods in com.iizigo.actionactor with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorJavaActionActor.Setup. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.app
Methods in com.iizigo.app with parameters of type PropCnr Modifier and Type Method Description java.lang.String
ModulesEntryValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
ModulesEntryValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.Uses of PropCnr in com.iizigo.app.prop
Subclasses of PropCnr in com.iizigo.app.prop Modifier and Type Class Description class
AppDistributionProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorAppPropCnr
The Editor version of the Application property container that holds all the Module projects asEditorModuleProjectPropCnr
children.class
EditorModuleProjectPropCnr
The Editor version of the Module project property container.Methods in com.iizigo.app.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
AppDistributionProps0. getEditProperties(PropCnr property)
Gets the property definitions.Uses of PropCnr in com.iizigo.clientpref
Methods in com.iizigo.clientpref with parameters of type PropCnr Modifier and Type Method Description java.lang.String
BoolPref. apply(PropCnr settings)
Applies the settings.java.lang.String
ColorPref. apply(PropCnr settings)
Applies the settings.java.lang.String
IClientPref. apply(PropCnr settings)
Applies the settings.java.lang.String
IntPref. apply(PropCnr settings)
Applies the settings.java.lang.String
KeyPref. apply(PropCnr settings)
Applies the settings.java.lang.String
LinePref. apply(PropCnr settings)
Applies the settings.boolean
PanelPrefComposite. apply(PropCnr settings)
Applies the changes.void
BoolPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.void
ColorPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.void
IClientPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.void
IntPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.void
KeyPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.void
LinePref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.Constructors in com.iizigo.clientpref with parameters of type PropCnr Constructor Description PanelPrefComposite(org.eclipse.swt.widgets.Composite parent, PropCnr settings, IValidationMessage messageHandler)
The constructor.Uses of PropCnr in com.iizigo.db
Methods in com.iizigo.db with parameters of type PropCnr Modifier and Type Method Description IServerApplicationSetup[]
PluginActivator. getServerApplicationSetupInstances(PropCnr moduleRoot)
Queries for instances of the IServerApplicationSetup required.Uses of PropCnr in com.iizigo.db.actionactor
Subclasses of PropCnr in com.iizigo.db.actionactor Modifier and Type Class Description static class
EditorDatabaseActionActor.Settings
Settings property container.Methods in com.iizigo.db.actionactor with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorDatabaseActionActor.Setup. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.db.editor
Methods in com.iizigo.db.editor with parameters of type PropCnr Modifier and Type Method Description protected void
DatabaseEditor. initEditor(PropCnr cnr)
The initialize editor method.Uses of PropCnr in com.iizigo.db.prop
Subclasses of PropCnr in com.iizigo.db.prop Modifier and Type Class Description class
EditorConnectionProfileSetup
Editor version of a single connection profile setup that is used to establish a JDBC connection.class
EditorConnectionProfilesSetup
Editor class container with all connection profiles setup's by name.class
EditorDatabaseProps
The Editor database properties.class
EditorInputProps
Editor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.class
EditorInputVariable
Editor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
EditorResultProps
Editor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.class
EditorResultSetColumnProp
Editor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.class
EditorResultSetProps
Editor version of result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Methods in com.iizigo.db.prop that return PropCnr Modifier and Type Method Description protected PropCnr
EditorInputProps. getRetargetedVerifyContainer()
Gets the retargeted verification property container.protected PropCnr
EditorResultProps. getRetargetedVerifyContainer()
Gets the retargeted verification property container.protected PropCnr
EditorResultSetProps. getRetargetedVerifyContainer()
Gets the retargeted verification property container.Methods in com.iizigo.db.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorConnectionProfileSetup0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorConnectionProfilesSetup0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorDatabaseProps0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorInputProps0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorInputVariable0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorResultProps0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorResultSetColumnProp0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorResultSetProps0. getEditProperties(PropCnr property)
Constructors in com.iizigo.db.prop with parameters of type PropCnr Constructor Description DatabaseDesignerProp(PropCnr propertyContainer)
The constructor.Uses of PropCnr in com.iizigo.editor
Fields in com.iizigo.editor declared as PropCnr Modifier and Type Field Description protected PropCnr
PropEditorPart. editedPropCnr
The edited property inside thefilePropCnr
.protected PropCnr
PropEditorPart. rootPropCnr
The (Module) root container used to listen to events, null when not used.Methods in com.iizigo.editor that return PropCnr Modifier and Type Method Description static PropCnr
PropHelper. getAncestor(GProp<?> gp1, GProp<?> gp2)
Gets the common ancestor of two properties.static PropCnr
PropHelper. getCommonParent(GProp<?>[] props)
Gets the common parent for all properties.Methods in com.iizigo.editor with parameters of type PropCnr Modifier and Type Method Description static java.lang.String[]
PropHelper. autoRename(PropCnr target, GProp<?>[] props, java.lang.String first, java.lang.String next, java.lang.String next2)
Auto-renames properties.static java.lang.String
CreateResourcesFromProperties. createFile(org.eclipse.swt.widgets.Shell shell, java.lang.String label, org.eclipse.core.resources.IContainer folder, PropCnr cnr, java.lang.String fileName, boolean doOverwrite)
Creates a resource file for a property with undo support.static java.lang.String
CreateResourcesFromProperties. createFile(org.eclipse.swt.widgets.Shell shell, java.lang.String label, org.eclipse.core.resources.IContainer folder, PropCnr cnr, java.lang.String fileName, boolean doOverwrite, boolean showErrorDialog)
Creates a resource file for a property with undo support.static java.lang.String
PropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)
Adds properties with undo/redo support.static java.lang.String
PropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename)
Adds a property with undo/redo support.static java.lang.String
PropHelper. doInsert(java.lang.String description, PropCnr target, int index, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)
Adds or inserts properties with undo/redo support.static java.lang.String
PropHelper. doMove(boolean doPerform, java.lang.String description, PropCnr target, GProp<?> reference, boolean isAfter, GProp<?>[] props, boolean doAutoRename, IPropUndoRedo undoRedo)
Performs the move operation of the properties, with auto-renaming as a potential dialog box.static void
PropHelper. doVerify(PropCnr property)
Verifies the property.static void
PropHelper. doVerify(PropCnr property, IKStringInfoProvider kstringInfoProvider)
Verifies the property.static java.lang.Object
PropHelper. getPropsValue(PropCnr[] containers, Atom atom)
Helper method to get a single value from many containers.static Atom[]
PropHelper. getUniqueNames(PropCnr cnr, GProp<?>[] props, java.lang.String suffix, boolean isCopy)
Gets the names of properties to move to or add in a container.protected void
PropEditorPart. initEditor(PropCnr cnr)
The initialize editor method.protected void
PropEditorPart. proceedInitProperty(PropCnr pc)
Proceeds initializing the editor with the property.static boolean
PropHelper. queueVerify(PropCnr property)
Asynchronous-verifies the property in a queue in the SWT thread.static boolean
PropHelper. queueVerify(PropCnr property, IKStringInfoProvider kstringInfoProvider, java.lang.Runnable callback)
Asynchronous-verifies the property in a queue in the SWT thread.static boolean
PropHelper. queueVerify(PropCnr property, java.lang.Runnable callback)
Asynchronous-verifies the property in a queue in the SWT thread.static void
PropHelper. restoreTree(org.eclipse.core.resources.IFile file, org.eclipse.ui.IMemento memento, java.lang.String key, org.eclipse.jface.viewers.TreeViewer viewer, PropCnr editedProperty)
Restores the selection of the properties in the memento or the file, in the memento as a priority over the file.protected int
PropEditorPart. setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, java.lang.String childName)
Attempts to set focus to the property in question based on a container, a viewer and a property editor.void
PropEditorPart. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)
Sets a property value.static java.lang.String
PropHelper. setValue(java.lang.String description, PropCnr container, GProp<?> prop, IPropUndoRedo undoRedo)
Sets a single property value in a property container.Constructor parameters in com.iizigo.editor with type arguments of type PropCnr Constructor Description PropEditorPart(java.lang.Class<? extends PropCnr> propertyClass)
Constructor.Uses of PropCnr in com.iizigo.editor.complex
Methods in com.iizigo.editor.complex that return PropCnr Modifier and Type Method Description PropCnr
ContainerParticipant. getPropCnr()
Gets the property container, will only work if valid, otherwise it may return null or throw ClassCastException.Methods in com.iizigo.editor.complex with parameters of type PropCnr Modifier and Type Method Description void
ComplexOperation. addProp(PropCnr pc, GProp<?> gp)
Adds a property.ContainerParticipant
ComplexOperation. getContainerParticipant(PropCnr pc)
Gets a container participant or creates one.void
ComplexOperation. insertProp(PropCnr pc, GProp<?> gp, int index)
Inserts a property.void
ComplexOperation. moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)
Moves a property to another container.ContainerSelection
ComplexOperation. newContainerSelection(PropCnr parent, Atom childAtom)
Creates a new ContainerSelection instance for a property container involved in the operation.void
ComplexOperation. reorderProps(PropCnr pc, Atom[] order)
Reorder a property container.Uses of PropCnr in com.iizigo.event
Constructors in com.iizigo.event with parameters of type PropCnr Constructor Description CommonDesignerEvent(PropCnr property, int eventID)
Constructs a new property event.Uses of PropCnr in com.iizigo.font
Methods in com.iizigo.font with parameters of type PropCnr Modifier and Type Method Description protected void
FontFacesEditor. initEditor(PropCnr cnr)
The initialize editor method.Uses of PropCnr in com.iizigo.font.prop
Subclasses of PropCnr in com.iizigo.font.prop Modifier and Type Class Description class
EditorFontFaces
Font face style definitions property container for the Editor.class
EditorFontFile
Font icon files property container for the Editor.class
EditorFontFiles
Font icon files property container for the Editor.Methods in com.iizigo.font.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorFontFaces0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorFontFile0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorFontFiles0. getEditProperties(PropCnr property)
Gets the property definitions.Uses of PropCnr in com.iizigo.image
Classes in com.iizigo.image with type parameters of type PropCnr Modifier and Type Class Description class
ImagesControl<T extends PropCnr>
The multiple images control that shows locations and can edit them.Methods in com.iizigo.image with parameters of type PropCnr Modifier and Type Method Description static void
ImageHelper. addImageTooltipBottomPart(PropCnr prop, org.eclipse.swt.widgets.Composite composite, AssetReference ref, org.eclipse.core.resources.IFile file, java.lang.String id, org.eclipse.swt.graphics.Rectangle rect, SingleImageControl ic)
Adds the bottom part to the tooltip composite.static org.eclipse.swt.widgets.Composite
ImageHelper. createImageTooltip(PropCnr prop, org.eclipse.swt.widgets.Composite parent, AssetReference ref, org.eclipse.swt.graphics.Image typeImage, java.lang.String type, java.lang.String id)
Creates a composite for the specified file name.static org.eclipse.swt.widgets.Composite
ImageHelper. createImageTooltip(PropCnr prop, org.eclipse.swt.widgets.Composite parent, AssetReference ref, org.eclipse.swt.graphics.Image typeImage, java.lang.String type, java.lang.String id, org.eclipse.swt.graphics.Rectangle rect)
Creates a composite for the specified file name.static void
ImageHelper. flagVerification(PropCnr pc)
Flags changes when asset changed or asset file reference input changed.static java.lang.String
ImageHelper. getTypeString(PropCnr stateCnr)
Gets the type string.protected void
ImageDefinitionEditor. initEditor(PropCnr cnr)
The initialize editor method.static boolean
ImageHelper. verify(PropCnr pc, PropVerification verification)
Verifies an image against a size.Uses of PropCnr in com.iizigo.image.prop
Subclasses of PropCnr in com.iizigo.image.prop Modifier and Type Class Description class
EditorFontIconDefinition
Font icon definition property container for the Editor.class
EditorFontIconsDefinition
Font icon definitions property container for the Editor.class
EditorImageDefinition
This Image Definition part property container for the Editor.class
EditorImageLocation
This Image Location has the location of the image part.class
EditorImageResolution
This Image Resolution has the file reference and the device pixel ratio.class
EditorImagesDefinition
This multiple Images Definition property container for the Editor.class
EditorImagesResolution
This Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.class
EditorImagesStyle
This Images Style property has a multiple-image file for a style.class
EditorImageStyle
This Image Style property container has a style for a single image definition and an asset file reference.class
EditorImageStyleLocation
This Image Styles Location has a style and location.class
EditorImageStylesResolution
This Image Styles Resolution has the file reference and the device pixel ratio.class
EditorStyledImageDefinition
This Styled Image Definition part property container for the Editor.class
EditorSVGDefinition
SVG definition property container for the Editor.Methods in com.iizigo.image.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorFontIconDefinition0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorFontIconsDefinition0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorImageDefinition0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorImageLocation0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorImageResolution0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorImagesDefinition0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorImagesResolution0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorImagesStyle0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorImageStyle0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorImageStyleLocation0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorImageStylesResolution0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorStyledImageDefinition0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorSVGDefinition0. getEditProperties(PropCnr property)
Gets the property definitions.Uses of PropCnr in com.iizigo.java
Subclasses of PropCnr in com.iizigo.java Modifier and Type Class Description class
JavaProjectRootPropCnr
Root property container for Java projects.class
JavaRootContainer
Property container used to store properties of Java files in a project.Uses of PropCnr in com.iizigo.java.parser
Subclasses of PropCnr in com.iizigo.java.parser Modifier and Type Class Description class
ParsedJavaSourceContainer
Property container for a Java source.Uses of PropCnr in com.iizigo.java.parser.test
Subclasses of PropCnr in com.iizigo.java.parser.test Modifier and Type Class Description class
TestProcessorContainer
Uses of PropCnr in com.iizigo.java.prop
Subclasses of PropCnr in com.iizigo.java.prop Modifier and Type Class Description class
EditorMethodReference2
The Designer version the Method Reference "2" property class hold the reference to a Method that is in a Java class.Methods in com.iizigo.java.prop that return PropCnr Modifier and Type Method Description PropCnr
EditorClassReference. getBackReferenceProperty()
Gets the back-reference property.PropCnr
EditorMethodReference2. getBackReferenceProperty()
Gets the back-reference property.PropCnr
IClassReferenceListener. getBackReferenceProperty()
Gets the back-reference property.Methods in com.iizigo.java.prop with parameters of type PropCnr Modifier and Type Method Description static EditorClassReference
EditorMethodReference. getClassReference(PropCnr methodReferenceParent)
Gets the ClassReference property from a parent.static IClassReferenceOwner
EditorMethodReference. getClassReferenceOwner(PropCnr methodReferenceParent)
Gets the ClassReference parent that SHOULD or COULD hold the ClassReference for a MethodReference.static JavaClass
EditorMethodReference. getJavaClass(PropCnr methodReferenceParent)
Gets the JavaClass (IClassReference) from a parent.Uses of PropCnr in com.iizigo.link.vs
Constructors in com.iizigo.link.vs with parameters of type PropCnr Constructor Description LopVSAction(VSAction target, PropCnr owner, Atom atom)
Constructor.LopVSComponent(VSComponent target, PropCnr owner, Atom atom)
Constructor.LopVSField(VSField target, PropCnr owner, Atom atom)
Constructor.Uses of PropCnr in com.iizigo.panel
Methods in com.iizigo.panel with parameters of type PropCnr Modifier and Type Method Description protected void
ContextMenuEditor. initEditor(PropCnr cnr)
The initialize editor method.protected void
PanelEditor. initEditor(PropCnr cnr)
The initialize editor method.Uses of PropCnr in com.iizigo.panel.prop
Subclasses of PropCnr in com.iizigo.panel.prop Modifier and Type Class Description class
DragDropLinkAdapter
Component acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.class
DragDropPropCnr
The drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.class
EAbsoluteData
Setup layout data for a component in a container with absolute layout.class
EAbsoluteLayout
Setup data for the absolute layout.class
EAccordionData
Setup layout data for a component in a container with accordion layout.class
EAccordionLayout
Accordion layout.class
EBorderData
Setup layout data for a component in a container with border layout.class
EBorderLayout
Setup data for the border layout.class
EContextMenuData
Setup layout data for a component in a container with context menu layout.class
EContextMenuLayout
Context menu layout.class
EFlexData
Flex layout data.class
EFlexLayout
Flex layout.class
EGridData
Grid layout data.class
EGridLayout
Grid layout.class
EHeadingData
Setup layout data for a component in a container with heading layout.class
EHeadingLayout
Heading layout.class
EListData
Setup layout data for a component in a container with (mobile) list layout.class
EListLayout
List layout.class
EMenuBarData
Setup layout data for a component in a container with menu bar layout.class
EMenuBarLayout
Menu bar layout.class
EMenuData
Setup layout data for a component in a container with menu layout.class
EMenuLayout
Menu layout.class
EMUIHeading
Heading container.class
EMUISimpleDialog
Editor class for UISimpleDialog.class
EMUISwitch
Mobile switch UI component.class
EMUITabBar
Tab bar container.class
EPanelData
Setup layout data for all panels.class
ESwapData
Setup layout data for a component in a container with tab layout.class
ESwapLayout
Swap layout.class
ETabBarData
Setup layout data for a component in a container with tab bar layout.class
ETabBarLayout
Tab bar layout.class
ETabData
Setup layout data for a component in a container with tab layout.class
ETabLayout
Tab layout.class
EUIAccordion
Accordion container.class
EUIButton
Button component.class
EUICalendar
Calendar component.class
EUICheckBox
Checkbox component.class
EUICheckedMenuItem
Checked menu item component.class
EUIComboBox
Combobox component.class
EUIComps
Editor class for UIComps.class
EUIContainer
Editor class for UIContainer.class
EUIContextMenu
Context menu container.class
EUIDateTime
Date/Time UI component.class
EUIDialog
Editor class for UIDialog.class
EUIEmpty
Empty component.class
EUIGauge
Gauge component.class
EUIImage
Image component.class
EUIImage2
Image component.class
EUILabel
Label component.class
EUIMedia
Media component.class
EUIMenu
Menu container.class
EUIMenuBar
Menu bar container.class
EUIMenuItem
Menu item component.class
EUIMenuSeparator
Menu separator component.class
EUIOutput
Label component.class
EUIPanel
Editor class for UIPanel.class
EUIPanelPart
Editor class for UIPanel.class
EUIPanelPartCnr
Editor class for UIContainer.class
EUIProgress
Progress component.class
EUIRadioButton
Radio button component.class
EUIRadioMenuItem
Radio menu item component.class
EUISlider
Slider component.class
EUISpinner
Spinner UI component.class
EUISwapContainer
Swap container.class
EUITabContainer
Tab container.class
EUIText
Text component (entry field).class
EUITextArea
Text area component.class
EUITitlePane
Group container.class
PanelSettingsPropCnr
Custom settings for the panel, only used in the Designer.Methods in com.iizigo.panel.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EUIComboBox0. getComponentEditProperties(PropCnr property)
protected PropCnrEditorProperties
EUIComp0. getComponentEditProperties(PropCnr property)
Gets the base property definitions for a component.PropCnrEditorProperties
EUIDateTime0. getComponentEditProperties(PropCnr property)
PropCnrEditorProperties
EUIProgress0. getComponentEditProperties(PropCnr property)
PropCnrEditorProperties
EUISlider0. getComponentEditProperties(PropCnr property)
PropCnrEditorProperties
EAbsoluteLayout0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EBorderLayout0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EFlexLayout0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EGridLayout0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EListLayout0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EUICheckedMenuItem0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EUIComp0. getEditProperties(PropCnr property)
Gets the property definitions for a component, checking the layout manager, etc, for additional data in setup.PropCnrEditorProperties
EUIComps0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EUIContextMenu0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EUIMenu0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EUIMenuItem0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EUIMenuSeparator0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EUIRadioMenuItem0. getEditProperties(PropCnr property)
java.lang.String
EAbsoluteData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
EAccordionData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
EBorderData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
EContextMenuData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
EFlexData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
EGridData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
EHeadingData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
EListData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
EMenuBarData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
EMenuData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
EPanelData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
ESwapData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
ETabBarData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
ETabData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.java.lang.String
IELayoutProp. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.Constructors in com.iizigo.panel.prop with parameters of type PropCnr Constructor Description UIDesignerProp(PropCnr propertyContainer)
The constructor.Uses of PropCnr in com.iizigo.panel.prop.calendar
Subclasses of PropCnr in com.iizigo.panel.prop.calendar Modifier and Type Class Description class
ECalendarData
Layout data for calendar list and its calendar events.class
ECalendarEvent
The Editor version of a map marker.class
ECalendarLayout
Map layout.class
EUICalendarList
Calendar list component.Methods in com.iizigo.panel.prop.calendar with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
ECalendarEvent0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.java.lang.String
ECalendarData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.Uses of PropCnr in com.iizigo.panel.prop.chart
Subclasses of PropCnr in com.iizigo.panel.prop.chart Modifier and Type Class Description class
EAxis2D
The axis for the chart.class
EPlot2D
The plot for the chart.class
ESeries
The Series for the chart.class
ESeriesValue
The Series value for the chart.class
EUIChart
Chart component.Methods in com.iizigo.panel.prop.chart with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EAxis2D0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EPlot2D0. getEditProperties(PropCnr property)
PropCnrEditorProperties
ESeries0. getEditProperties(PropCnr property)
PropCnrEditorProperties
ESeriesValue0. getEditProperties(PropCnr property)
Constructors in com.iizigo.panel.prop.chart with parameters of type PropCnr Constructor Description ChartDesignerProp(PropCnr propertyContainer)
The constructor.Uses of PropCnr in com.iizigo.panel.prop.map
Subclasses of PropCnr in com.iizigo.panel.prop.map Modifier and Type Class Description class
EMapData
Layout data for maps.class
EMapLayout
Map layout.class
EMapMarkerProp
The Editor version of a map marker.class
EMapMarkers
Map markers container for the designer.class
EUIMap
Map component.Methods in com.iizigo.panel.prop.map with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EMapMarkerProp0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EMapMarkers0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.java.lang.String
EMapData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.Uses of PropCnr in com.iizigo.panel.prop.mlist
Subclasses of PropCnr in com.iizigo.panel.prop.mlist Modifier and Type Class Description class
EMLDefaultItemProp
The Editor version of a default list item.class
EMLGroup
Mobile list items group container for the designer.class
EMLGroupLayout
Mobile list group layout.class
EMList
List component.class
EMListData
Layout data for a component in a container with (mobile) list layout.class
EMListLayout
Mobile list layout.class
EMLItemProp
The Editor version of a mobile list items group container.Methods in com.iizigo.panel.prop.mlist with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EMLDefaultItemProp0. getEditProperties(PropCnr property)
Gets the property definitions for property being edited.PropCnrEditorProperties
EMLGroup0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EMLItemProp0. getEditProperties(PropCnr property)
Gets the property definitions for property being edited.java.lang.String
EMListData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.Constructors in com.iizigo.panel.prop.mlist with parameters of type PropCnr Constructor Description MLDesignerProp(PropCnr propertyContainer)
Constructor.Uses of PropCnr in com.iizigo.panel.prop.table
Subclasses of PropCnr in com.iizigo.panel.prop.table Modifier and Type Class Description class
EUITable
The Table "component" (really a container).class
EUITableColumn
The Table Column component.class
EUITableData
Setup layout data for a component in a container with tab layout.class
EUITableLayout
UI Table layout.Methods in com.iizigo.panel.prop.table with parameters of type PropCnr Modifier and Type Method Description java.lang.String
EUITableData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the layout group.Uses of PropCnr in com.iizigo.plugin
Fields in com.iizigo.plugin with type parameters of type PropCnr Modifier and Type Field Description java.lang.Class<? extends PropCnr>
PluginDescriptor. propertyClass
The class for the property containers for the files or the UI component.Methods in com.iizigo.plugin with parameters of type PropCnr Modifier and Type Method Description IServerApplicationSetup[]
PluginDescriptor. getServerApplicationSetupInstances(PropCnr moduleRoot)
Queries for instances of the IServerApplicationSetup required.Constructor parameters in com.iizigo.plugin with type arguments of type PropCnr Constructor Description PluginDescriptor(org.eclipse.ui.plugin.AbstractUIPlugin instance, IPluginInitialize callback, java.lang.String pluginTitle, java.lang.String pluginDescription, IPluginDescriptor<?> serverPluginDescriptor, java.lang.String propertiesSchema, java.lang.Class<? extends PropCnr> propertyClass)
Constructor for data connector plug-in's.PluginDescriptor(org.eclipse.ui.plugin.AbstractUIPlugin instance, IPluginInitialize callback, java.lang.String pluginTitle, java.lang.String pluginDescription, IPluginDescriptor<?> serverPluginDescriptor, java.lang.String propertiesSchema, java.lang.Class<? extends PropCnr> propertyClass, java.lang.String fileExtension, org.eclipse.jface.resource.ImageDescriptor fileImageDescriptor, java.lang.String fileTitle, java.lang.String directory, org.eclipse.jface.resource.ImageDescriptor directoryImageDescriptor, java.lang.String directoryTitle, java.lang.String directoryDescription)
Constructor for data connector plug-in's.Uses of PropCnr in com.iizigo.project
Subclasses of PropCnr in com.iizigo.project Modifier and Type Class Description class
ModuleFolderPropCnr
The module root property container.class
ModuleRootPropCnr
The module root property container.class
ProjectRootPropCnr
The project root property container.Methods in com.iizigo.project that return PropCnr Modifier and Type Method Description PropCnr
ModuleRootPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
ProjectRootPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.Methods in com.iizigo.project with parameters of type PropCnr Modifier and Type Method Description protected DesignerProp
NewWizard. createNewFile(PropCnr container)
Creates the new file in the wizard and opens the editor.protected DesignerProp
NewWizard. createNewFile(PropCnr container, boolean doOpenEditor)
Creates the new file in the wizard and opens the editor.protected DesignerProp
NewWizard. createNewFile(PropCnr container, IFileCreated fileCreated, boolean doOpenEditor)
Creates the new file in the wizard.protected DesignerProp
NewWizard. createNewFile(java.lang.String label, org.eclipse.core.resources.IFile newFileHandle, PropCnr container, IFileCreated fileCreated, boolean doOpenEditor)
Creates a new file.static void
ProjectRootPropCnr. doReValidateReferences(PropCnr pc)
Rechecks and validates the references for a property container, with a "null" progress monitor that cannot be canceled.static void
ProjectRootPropCnr. doValidateReferences(PropCnr pc, boolean doReCheck)
Validates the references for a property container.PropCnrEditorProperties
ModuleApp0. getEditProperties(PropCnr property)
Gets the property definitions.Method parameters in com.iizigo.project with type arguments of type PropCnr Modifier and Type Method Description void
ModuleFolder. addAcceptedBaseProperty(java.lang.Class<? extends PropCnr> propertyClass)
Adds an accepted class for base properties as files in this folder.Uses of PropCnr in com.iizigo.prop
Subclasses of PropCnr in com.iizigo.prop Modifier and Type Class Description class
EditorFolderSettingsProp
This folder settings property hold settings for a folder, typically a Selector and a description.class
FilePropCnr
A PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.class
FolderPropCnr
A PropCnr that can refer to an IFolder object can be loaded and saved as well as checked for modification from last time.class
MementoPropCnr
Memento supporting property container.class
MultiPropCnr
Class used to handle properties in a multi-prop editor.Fields in com.iizigo.prop declared as PropCnr Modifier and Type Field Description PropCnr[]
PropertyEditorInfo.CreateItem. containers
The parent containers for the edited item.protected PropCnr
DesignerProp. propertyContainer
The owner.Methods in com.iizigo.prop that return PropCnr Modifier and Type Method Description PropCnr
FilePropCnr. getDataContainer()
Gets the data property container for the file.PropCnr[]
PropertyEditor. getEditedProperties()
Gets the edited property containers.PropCnr[]
EditedPropController. getParents()
Gets the parent property containers.PropCnr
DesignerProp. getPropCnr()
Gets the originating property container.PropCnr[]
PropertyEditor. setViewerEditedProperties(org.eclipse.jface.viewers.TreeViewer viewer)
Sets the edited properties from a viewer.Methods in com.iizigo.prop with parameters of type PropCnr Modifier and Type Method Description default boolean
ITransferContainerProps. canPasteFrom(PropCnr from)
Verifies if the transfer operation is supported for the component in question.default boolean
ITransferContainerProps. canPasteTo(PropCnr to)
Verifies if the transfer operation is supported for the component in question.static org.eclipse.swt.widgets.Composite
DesignerProp. createCNToolTipItemList(org.eclipse.swt.widgets.Composite parent, PropCnr pc, java.util.List<TooltipItem> list, boolean appendErrors)
Creates a simple list of items for a property with appended property error information.MultiPropEditor
BaseEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
IEditedPropertyEntry. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
PropertyEditorInfo. createControls(PropertyEditor editor, org.eclipse.swt.widgets.Composite entryPart, com.iizigo.prop.PropertyEditorLayout pl, MultiPropLabel mlabel, DefinedButton definedButton, PropertyEditor.Node node, PropCnr[] containers)
Creates the controls required.static Atom
DesignerProp. createFileErrorAtom(PropCnr parentContainer)
Creates a unique property atom for file errors for a property.protected java.lang.Object
MementoPropCnr. equalsTree(PropCnr pc2, int how)
Checks for equality in the whole container structure.static java.util.ArrayList<PropertyEditorInfo.CreateItem>
PropertyEditorInfo. getCombinedPropertyEditorInfos(PropCnr[] pcs, java.util.ArrayList<PropertyEditorInfo>[] infosArray)
Creates the combined EditProperties for an array of properties.static java.util.ArrayList<PropertyEditorInfo.CreateItem>
PropertyEditorInfo. getCombinedPropertyEditorInfos(PropCnr pc, java.util.ArrayList<PropertyEditorInfo> infosArray)
Creates the combined EditProperties for a single property that are edited.PropCnrEditorProperties
EditorFolderSettingsProp0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
IPropCnrEditorProperties. getEditProperties(PropCnr property)
Gets the property definitions for a component.PropCnrEditorProperties
PropertyEditorSetup. getEditProperties(PropCnr pc)
Gets the name mapping from a class to another, e.g.PropCnrEditorProperties
PropertyEditorSetup. getEditProperties(PropCnr pc, boolean logError)
Gets the name mapping from a class to another, e.g.PropCnrEditorProperties
PropertyEditorSetup. getEditProperties(PropCnr pc, boolean logError, java.lang.Throwable prev)
Gets the name mapping from a class to another, e.g.org.eclipse.swt.graphics.Image
PropCnrEditorProperties. getEmptySettingsImage(PropCnr property)
When the group is not editable, this image is shown.java.lang.String
PropCnrEditorProperties. getEmptySettingsMessage(PropCnr property)
When the group is not editable, this message is shown.java.util.ArrayList<PropertyEditorInfo>
PropCnrEditorProperties. getPropertyEditorInfos(PropCnr pc)
Gets the PropertyEditorInfo array for the property editor for a single property.boolean
PropExtender. initialize(java.lang.String extendsName, PropCnr source, PropCnr target)
Initializes the property extender.void
IPropertyEditorCustomMenu. initializeMenu(PropertyEditor editor, PropCnr[] editProps, FlatToolbarButton button)
Called to initialize the menu with the menu items required created for the button.static boolean
EditedPropController. isPropReadOnly(PropCnr pc)
Checks if it's read-only, i.e.void
FilePropCnr. onCompletedLoading(PropCnr dataContainerToBe)
Called when the file completed its loading from the Module model.void
IPropertyEditorCustomMenu. onPressed(PropertyEditor editor, PropCnr[] editProps)
Called when a menu is not created for the button, and the button has been pressed.void
PropertyEditor. setEditedProperties(PropCnr[] pcs)
Sets a new content to the editor.void
PropertyEditor. setEditedProperties(PropCnr pc, java.util.ArrayList<PropertyEditorInfo> infos)
Sets a new content to the editor.void
IPropertyEditorController. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)
Sets a property value.void
StandaloneEditorController. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)
Sets a property value.boolean
IPropertyEditorCustomMenu. shouldCreate(PropertyEditor editor, PropCnr[] editProps)
Called to check if the button with its drop-down menu should be created or not.default boolean
ITransferContainerProps. transferContainerProps(boolean doPerformPaste, PropCnr source, IPropUndoRedo undoRedo)
Handles transfer of data from one layout to another.protected boolean
DesignerProp. validateClasses(boolean doPerform, PropCnr target, GProp<?>[] props, boolean isMove)
Validates the target property container classes for paste.Constructors in com.iizigo.prop with parameters of type PropCnr Constructor Description ContainerListener(PropCnr container, Atom atom, IContainerListenerOwner listener)
Constructor.CreateItem(PropertyEditorInfo info, PropCnr[] containers)
Constructor.DesignerProp(PropCnr propertyContainer)
Constructor.EditedPropController(IPropertyEditorController controller, PropertyEditorInfo info, Atom atom, PropCnr[] containers)
Creates the controller instance for a normal property.MultiPropCnr(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] containers, PropertyEditor.Node node, int itemCount)
Constructs the container for the property editor.MultiPropEditor(PropertyEditor editor, PropertyEditorInfo info, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, DefinedButton definedButton, IEditedPropertyEntryMultiPropSupport multiEdit, java.lang.Class<? extends GProp<?>> propItemClass, int propItemCount)
Creates the multi-prop editor.PropCnrEditorProperties(PropCnrEditorProperties existing, PropCnr parent, PropCnrEditorProperties pes)
Create a new instance and adds the definitions from another edited property container.ResourceDesignerProp(PropCnr propertyContainer)
Constructor.Uses of PropCnr in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return PropCnr Modifier and Type Method Description PropCnr
PKCS12IdentityPropEditor. getEditedPropParent()
Gets the single property parent.PropCnr[]
PKCS12IdentityPropEditor. getEditedPropParents()
Gets the property parents.protected PropCnr
BaseReferencePropEditor. getSelectionBaseProp(PropCnr pc)
Gets the base property reference to use as selection root for a property container.Methods in com.iizigo.prop.editor with parameters of type PropCnr Modifier and Type Method Description MultiPropEditor
AtomNamePropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
ExtendsFlagPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
ExtendsNamePropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiColorPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiIntChoicePropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiUnitPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiUnitsPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.java.lang.String
ExtServerURLValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
FontSizeVerifier. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
GroupNameValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
IDValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
IEntryValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
IntRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
LocalizedStringPropEditor. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
LongRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
NumberRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.java.lang.String
UnitRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.protected PropCnr
BaseReferencePropEditor. getSelectionBaseProp(PropCnr pc)
Gets the base property reference to use as selection root for a property container.java.lang.String
ExtServerURLValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
FontSizeVerifier. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
GroupNameValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
IDValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
IEntryValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
IntRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
LocalizedStringPropEditor. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
LongRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
NumberRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.java.lang.String
UnitRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.Uses of PropCnr in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog with parameters of type PropCnr Modifier and Type Method Description boolean
ImageDefinitionFilter. isValid(PropCnr pc)
Checks for a valid class in this property of its children.boolean
SelectPropViewerFilter. isValid(PropCnr pc)
Checks for a valid class in this property of its children.boolean
SelectPropViewerFilter. isValidSelection(PropCnr pc)
Checks if a property is of a valid class to be selected as final selection.Uses of PropCnr in com.iizigo.prop.group
Methods in com.iizigo.prop.group with parameters of type PropCnr Modifier and Type Method Description java.lang.String
IGroupTextFormatter. getGroupText(PropCnr[] containers, java.util.ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the group.java.lang.String
LayoutDataFormatter. getGroupText(PropCnr[] pcs, java.util.ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, java.lang.StringBuilder tooltip, boolean[] isHTML)
Formats a string representation for the group.Uses of PropCnr in com.iizigo.prop.tooltip
Methods in com.iizigo.prop.tooltip with parameters of type PropCnr Modifier and Type Method Description int
TooltipItem. createLine(org.eclipse.swt.widgets.Composite parent, PropCnr pc, int verticalIndent)
Creates a line with the settings specified.java.lang.String
ITooltipStringFormatter. toString(PropCnr pc, GProp<?> prop, java.lang.Object value)
Formats the String for a property value.Uses of PropCnr in com.iizigo.push.prop
Subclasses of PropCnr in com.iizigo.push.prop Modifier and Type Class Description class
EditorPushProps
Container that holds the required settings for the Push Notification of an app in the Editor.Methods in com.iizigo.push.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorPushProps0. getEditProperties(PropCnr property)
Uses of PropCnr in com.iizigo.pwa.prop
Subclasses of PropCnr in com.iizigo.pwa.prop Modifier and Type Class Description class
EditorPWAProps
Container that holds the required settings for the PWA in the Editor.Methods in com.iizigo.pwa.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorPWAProps0. getEditProperties(PropCnr property)
Uses of PropCnr in com.iizigo.run
Methods in com.iizigo.run with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
IRuntimeBuilder. getEditProperties(PropCnr property)
Gets the property definitions.Uses of PropCnr in com.iizigo.run.impl
Methods in com.iizigo.run.impl with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EclipseRuntimeBuilder. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditableProps0. getEditProperties(PropCnr property)
Gets the property definitions.Uses of PropCnr in com.iizigo.run.prop
Subclasses of PropCnr in com.iizigo.run.prop Modifier and Type Class Description class
EditorRuntimeBuilderProps
Container that holds the required settings for the runtime builder.Uses of PropCnr in com.iizigo.selector
Methods in com.iizigo.selector with parameters of type PropCnr Modifier and Type Method Description protected void
SelectorEditor. initEditor(PropCnr cnr)
The initialize editor method.Uses of PropCnr in com.iizigo.selector.prop
Subclasses of PropCnr in com.iizigo.selector.prop Modifier and Type Class Description class
EditorSelector
This Selector property container for the Editor.Methods in com.iizigo.selector.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
ESelector. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.server
Methods in com.iizigo.server with parameters of type PropCnr Modifier and Type Method Description void
ServerConfigComposite. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)
Sets a property value.Uses of PropCnr in com.iizigo.server.config
Subclasses of PropCnr in com.iizigo.server.config Modifier and Type Class Description class
EditorLetsEncryptDomain
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorMailProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorPolicyProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorServerAppConfig
Editor version of the container that holds the application configuration.class
EditorServerConfigEnvProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorServerPluginConfig
Editor version of the property container for the configuration of a plug-in for a Server configuration environment.class
EditorServerProps
Editor version of the container that holds the server properties.class
EditorServerSettings
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
EditorWebServerPortConfig
Editor version of the property container for the configuration of a Port "group" of the web server.Methods in com.iizigo.server.config with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorLetsEncryptDomain0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorMailProps0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorPolicyProps0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorServerAppConfig0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorServerConfigEnvProps0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorServerPluginConfig0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorServerSettings0. getEditProperties(PropCnr property)
Gets the property definitions.PropCnrEditorProperties
EditorWebServerPortConfig0. getEditProperties(PropCnr property)
Gets the property definitions.Uses of PropCnr in com.iizigo.server.monitor
Subclasses of PropCnr in com.iizigo.server.monitor Modifier and Type Class Description class
EditorClientSessionProp
Client session property for end-points.class
EditorEndPointPropCnr
An end point property.class
EditorEndPointsPropCnr
An end point property.class
EditorInfoPropCnr
Property container used to transport information, typically between server and monitor, where the information typically is a "snapshot" of properties.class
EditorSessionConnectionStatProp
Client session property for end-points.class
EditorVirtualizedMonitorPropCnr
Editor version of the property container used for Virtual Monitor data and communication.Methods in com.iizigo.server.monitor with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorClientSessionProp.Setup. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorEndPointPropCnr.Setup. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorEndPointsPropCnr.Setup. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorSessionConnectionStatProp.Setup. getEditProperties(PropCnr property)
Uses of PropCnr in com.iizigo.style
Methods in com.iizigo.style with parameters of type PropCnr Modifier and Type Method Description protected void
StyleEditor. initEditor(PropCnr cnr)
The initialize editor method.void
StylesButton. setEditedProperties(PropCnr[] props, IPropertyEditorController controller)
Initializes the edited properties.Uses of PropCnr in com.iizigo.style.prop
Subclasses of PropCnr in com.iizigo.style.prop Modifier and Type Class Description class
EditorStyles
This Styles property container for the Editor.Methods in com.iizigo.style.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorStyles0. getEditProperties(PropCnr property)
Gets the property definitions for Styles or the StateStyles.Uses of PropCnr in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type PropCnr Modifier and Type Method Description void
IFlatToolbarButtonIntegration. setEditedProperties(PropCnr[] props, IPropertyEditorController controller)
Initializes the edited properties.Uses of PropCnr in com.iizigo.term
Methods in com.iizigo.term with parameters of type PropCnr Modifier and Type Method Description IServerApplicationSetup[]
PluginActivator. getServerApplicationSetupInstances(PropCnr moduleRoot)
Queries for instances of the IServerApplicationSetup required.Uses of PropCnr in com.iizigo.term.capture.prop
Subclasses of PropCnr in com.iizigo.term.capture.prop Modifier and Type Class Description class
CaptureFieldProp
This Capture Field property container holds the screen identifications and fields for a terminal host screen.class
CaptureRootProp
This Capture Root property container holds the screen capture and fields for a EE host screen.class
CaptureScreenProp
This Capture Screen property container holds the screen capture and fields for a EE host screen.Methods in com.iizigo.term.capture.prop that return PropCnr Modifier and Type Method Description PropCnr
CaptureRootProp. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.Methods in com.iizigo.term.capture.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EField. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.Constructors in com.iizigo.term.capture.prop with parameters of type PropCnr Constructor Description CaptureDesignerProp(PropCnr propertyContainer)
The constructor.Uses of PropCnr in com.iizigo.term.prop
Subclasses of PropCnr in com.iizigo.term.prop Modifier and Type Class Description class
EditorScreenActionGroupProp
This Screen Action Group property container for a terminal host screen property.class
EditorScreenActionProp
This Screen Action property container for a terminal host screen property.class
EditorScreenActionsProp
This Screen Actions property container for a terminal host screen property.class
EditorScreenFieldGroupProp
This Screen Field Group property container for a terminal host screen property.class
EditorScreenFieldProp
This Screen identification property container for a terminal host screen property.class
EditorScreenFieldsProp
This Screen Fields property container for a terminal host screen property.class
EditorScreenIdentificationProp
This Screen identification property container for a terminal host screen property.class
EditorScreenIdentificationsProp
This Screen identification property container for a terminal host screen property.class
EditorScreenProp
This Screen property container holds the screen identifications and fields for a terminal host screen.class
EditorSessionsProp
This Sessions property container holds the terminal properties.static class
EditorTerminalActionActor.Settings
Editor version of the Settings property container.class
EditorTerminalProps
This Terminal property container holds terminal settings.Methods in com.iizigo.term.prop that return PropCnr Modifier and Type Method Description PropCnr
EditorSessionsProp. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.Methods in com.iizigo.term.prop with parameters of type PropCnr Modifier and Type Method Description java.lang.String
ScreenPropValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)
Gets a description of the validation options.PropCnrEditorProperties
EditorSessionsProp0. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.PropCnrEditorProperties
EditorTerminalActionActor.Setup. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorTerminalProps0. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.PropCnrEditorProperties
EScreen. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.PropCnrEditorProperties
EScreenAction. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.PropCnrEditorProperties
EScreenActionGroup. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.PropCnrEditorProperties
EScreenActions. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.PropCnrEditorProperties
EScreenField. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.PropCnrEditorProperties
EScreenFieldGroup. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.PropCnrEditorProperties
EScreenFields. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.PropCnrEditorProperties
EScreenIdentification. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.PropCnrEditorProperties
EScreenIdentifications. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.java.lang.String
ScreenPropValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)
Validates the property value after editing.Constructors in com.iizigo.term.prop with parameters of type PropCnr Constructor Description ScreenDesignerProp(PropCnr propertyContainer)
The constructor.TerminalDesignerProp(PropCnr propertyContainer)
The constructor.Uses of PropCnr in com.iizigo.term.recording.prop
Subclasses of PropCnr in com.iizigo.term.recording.prop Modifier and Type Class Description class
LogicItemProp
The recording logic item property container.class
LogicProp
The recording logic property container.class
RecordingProp
This Recording property container holds the screens and logic.class
RecordingRootProp
This Recording Root property container holds the recording.class
RecordingScreenProp
This Recording Screen property container holds the screen name.class
RecordingScreensProp
This Recording Screens property container holds the screens.Methods in com.iizigo.term.recording.prop that return PropCnr Modifier and Type Method Description PropCnr
RecordingRootProp. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.Methods in com.iizigo.term.recording.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
ELogic. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.PropCnrEditorProperties
ELogicItem. getEditProperties(PropCnr property)
Gets the property definitions for the Property Editor.Constructors in com.iizigo.term.recording.prop with parameters of type PropCnr Constructor Description RecordingDesignerProp(PropCnr propertyContainer)
The constructor.Uses of PropCnr in com.iizigo.term.screen
Fields in com.iizigo.term.screen declared as PropCnr Modifier and Type Field Description PropCnr
ScreenRectangle. property
The property associated with the rectangle.Methods in com.iizigo.term.screen with parameters of type PropCnr Modifier and Type Method Description void
ScreenDesigner. assignProperty(PropCnr propCnr)
Assigns the verification property and starts listening to it.protected void
ScreenEditor. initEditor(PropCnr cnr)
The initialize editor method.Uses of PropCnr in com.iizigo.term.server
Subclasses of PropCnr in com.iizigo.term.server Modifier and Type Class Description class
EditorActiveTerminalSession
The container for an active terminal session for the terminal monitor of each client end-point.class
EditorActiveTerminalSessions
The container for active terminal sessions for the terminal monitor of each client end-point.Methods in com.iizigo.term.server with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorActiveTerminalSession.Setup. getEditProperties(PropCnr property)
Uses of PropCnr in com.iizigo.term.session
Constructors in com.iizigo.term.session with parameters of type PropCnr Constructor Description NewSessionWizard(PropCnr parentForNaming, EditorTerminalProps editSettings)
Creates the common wizard.NewSessionWizardNameTypePage(PropCnr parentForNaming, EditorTerminalProps props, EditorTerminalProps editSettings)
Create the wizard.Uses of PropCnr in com.iizigo.text
Methods in com.iizigo.text with parameters of type PropCnr Modifier and Type Method Description protected void
TextTableEditor. initEditor(PropCnr cnr)
The initialize editor method.Uses of PropCnr in com.iizigo.text.prop
Subclasses of PropCnr in com.iizigo.text.prop Modifier and Type Class Description class
EditorTextTable
This Selector property container for the Editor.Methods in com.iizigo.text.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorTextTable0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.validator
Methods in com.iizigo.validator with parameters of type PropCnr Modifier and Type Method Description void
ControlValidator. setAtomNameValidator(PropCnr container, GProp<?> property, boolean allowLeadingDollar)
Assigns the callback to be an Atom Name Validator.Uses of PropCnr in com.iizigo.vs
Fields in com.iizigo.vs declared as PropCnr Modifier and Type Field Description PropCnr
VSConnection. masterParent
The master parent.PropCnr
VSConnection. property
The property to connect to a VS field.Methods in com.iizigo.vs with parameters of type PropCnr Modifier and Type Method Description EditorVSField
NewVSFieldWizardPage. create(Atom name, PropCnr vsParent, ComplexOperation op)
Creates the field when a dialog box is present.static EditorVSColumnHeader
NewVSColumnWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)
Creates the field when a dialog box is present.static EditorVSField
NewVSFieldWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)
Creates the field when a dialog box is present.static EditorVSTable
NewVSTableWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)
Creates the field when a dialog box is present.protected void
VirtualSpaceEditor. initEditor(PropCnr cnr)
The initialize editor method.protected int
VirtualSpaceEditor. setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, java.lang.String childName)
Attempts to set focus to the property in question based on a container, a viewer and a property editor.Constructors in com.iizigo.vs with parameters of type PropCnr Constructor Description VSConnection(PropCnr masterParent, PropCnr property, java.lang.String vsBaseReference)
Creates the connection.VSConnection(PropCnr masterParent, PropCnr property, java.lang.String vsBaseReference, java.lang.String suggestedName)
Creates the connection.Uses of PropCnr in com.iizigo.vs.actor
Subclasses of PropCnr in com.iizigo.vs.actor Modifier and Type Class Description class
EditorActionActors
The Editor version of class container for associated action actors of a VSAction.class
EditorFieldActor
The VirtualSpace Field Actor reference property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.class
EditorFieldActors
The Editor version of class container for associated field actors of a VSField.static class
EditorHistoryBackward.Settings
Editor version of the Settings property container.static class
EditorHistoryForward.Settings
Editor version of the Settings property container.static class
EditorSetFocus.Settings
Editor version of the Settings property container.static class
EditorSetSourceFieldValue.Settings
Editor version of the Settings property container.static class
EditorSetTargetFieldValue.Settings
Editor version of the Settings property container.static class
EditorTransportField.Settings
Editor version of the Settings property container.Methods in com.iizigo.vs.actor that return PropCnr Modifier and Type Method Description PropCnr
EditorActionActors. getBaseJavaReference()
Gets the base reference path for the Java reference, from the owner of this container, e.g.PropCnr
EditorFieldActors. getBaseJavaReference()
Gets the base reference path for the Java reference, from the owner of this container, e.g.Methods in com.iizigo.vs.actor with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorHistoryBackward.Setup. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorHistoryForward.Setup. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorSetFocus.Setup. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorSetSourceFieldValue.Setup. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorSetTargetFieldValue.Setup. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorTransportField.Setup. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.vs.link
Methods in com.iizigo.vs.link that return PropCnr Modifier and Type Method Description protected PropCnr
VSLinkAction. runOperation(PropCnr target, java.util.ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.protected PropCnr
VSLinkField. runOperation(PropCnr target, java.util.ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.protected abstract PropCnr
VSLinkInfo. runOperation(PropCnr target, java.util.ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.protected PropCnr
VSLinkVirtualSpace. runOperation(PropCnr target, java.util.ArrayList<EditorVirtualSpace> virtualSpaces, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.Methods in com.iizigo.vs.link with parameters of type PropCnr Modifier and Type Method Description protected java.lang.String
VSLinkAction. getOperation(PropCnr target, EditorVSAction component)
Returns the operation that linking will produce.protected java.lang.String
VSLinkField. getOperation(PropCnr target, EditorVSField component)
Returns the operation that linking will produce.protected abstract java.lang.String
VSLinkInfo. getOperation(PropCnr target, VSCOMP component)
Returns the operation that linking will produce.protected java.lang.String
VSLinkVirtualSpace. getOperation(PropCnr target, EditorVirtualSpace component)
Returns the operation that linking will produce.protected boolean
VSLinkAction. isAlreadyLinked(PropCnr target, EditorVSAction component)
Verifies if the component has been linked already.protected boolean
VSLinkField. isAlreadyLinked(PropCnr target, EditorVSField component)
Verifies if the component has been linked already.protected abstract boolean
VSLinkInfo. isAlreadyLinked(PropCnr target, VSCOMP component)
Verifies if the component has been linked already.protected boolean
VSLinkVirtualSpace. isAlreadyLinked(PropCnr target, EditorVirtualSpace component)
Verifies if the component has been linked already.static void
IVSLinkEnabler. performLink(org.eclipse.swt.widgets.Shell shell, PropCnr target, java.util.ArrayList<VSLinkInfo<?>> infoList, java.util.ArrayList<VSSubLinkInfo> subInfoList, java.util.ArrayList<java.util.ArrayList<IVSComponent>> componentsList, ComplexOperation op)
Called to perform the operations.protected PropCnr
VSLinkAction. runOperation(PropCnr target, java.util.ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.protected PropCnr
VSLinkField. runOperation(PropCnr target, java.util.ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.protected abstract PropCnr
VSLinkInfo. runOperation(PropCnr target, java.util.ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.protected PropCnr
VSLinkVirtualSpace. runOperation(PropCnr target, java.util.ArrayList<EditorVirtualSpace> virtualSpaces, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)
Runs the main operation.Uses of PropCnr in com.iizigo.vs.prop
Subclasses of PropCnr in com.iizigo.vs.prop Modifier and Type Class Description class
EditorVirtualSpace
The Editor VirtualSpace property class.class
EditorVSAction
The Editor VirtualSpace Action property class.class
EditorVSColumnHeader
The Editor VirtualSpace Column property class.class
EditorVSField
The Editor VirtualSpace Field property class.class
EditorVSGroup
The Editor VirtualSpace Group property class.class
EditorVSParticipantsHolder
The Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.class
EditorVSRow
The Editor VirtualSpace Row property class.class
EditorVSRows
The rows property class that only allows VSRow children properties.class
EditorVSTable
The Editor VirtualSpace Field property class.Methods in com.iizigo.vs.prop that return PropCnr Modifier and Type Method Description PropCnr
EditorVSAction. getBaseJavaReference()
Gets the base reference path for the Java reference, e.g.PropCnr
EditorVSColumnHeader. getBaseJavaReference()
Gets the base reference path for the Java reference, from the owner of this container, e.g.PropCnr
EditorVSField. getBaseJavaReference()
Gets the base reference path for the Java reference, from the owner of this container, e.g.PropCnr
EditorVSTable. getBaseJavaReference()
Gets the base reference path for the Java reference, from the owner of this container, e.g.Methods in com.iizigo.vs.prop with parameters of type PropCnr Modifier and Type Method Description static EditorVSTable
EditorVSTable. createTable(PropCnr parent, java.lang.String suggestedName, CreateColumnData[] columns)
Creates a table with the suggested name to be placed in a container.PropCnrEditorProperties
EditorVirtualSpace0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorVSAction0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorVSColumnHeader0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorVSField0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorVSGroup0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorVSParticipantsHolder0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.PropCnrEditorProperties
EditorVSTable0. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.Constructors in com.iizigo.vs.prop with parameters of type PropCnr Constructor Description VirtualSpaceDesignerProp(PropCnr propertyContainer)
The constructor.Uses of PropCnr in com.iizigo.vs.viewer
Subclasses of PropCnr in com.iizigo.vs.viewer Modifier and Type Class Description class
VSViewerPropCnr
The VSViewer property container used to view a VirtualSpace.Constructor parameters in com.iizigo.vs.viewer with type arguments of type PropCnr Constructor Description VSViewerPropCnr(Atom name, java.util.ArrayList<PropCnr> list, boolean isReadOnly)
Creates a VSViewer proxy container for all VirtualSpace of the specified container.Uses of PropCnr in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return PropCnr Modifier and Type Method Description PropCnr
VSComponentCreation. getVSParent()
Gets the parent for the component.Methods in com.iizigo.vs.wizards with parameters of type PropCnr Modifier and Type Method Description protected EditorVSAction
VSActionCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)
Creates the component required with the specified name.protected EditorVSColumnHeader
VSColumnCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)
Creates the component required with the specified name.protected abstract VSTYPE
VSComponentCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)
Creates the component required with the specified name.protected EditorVSField
VSFieldCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)
Creates the component required with the specified name.protected EditorVSTable
VSTableCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)
Creates the component required with the specified name.void
VSComponentCreation. setVSParent(PropCnr vsParent)
Sets the parent.Uses of PropCnr in com.iizigo.ws.actionactor
Subclasses of PropCnr in com.iizigo.ws.actionactor Modifier and Type Class Description static class
EditorWebServiceActionActor.Settings
Settings property container.Methods in com.iizigo.ws.actionactor with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorWebServiceActionActor.Setup. getEditProperties(PropCnr property)
Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.ws.editor
Methods in com.iizigo.ws.editor that return PropCnr Modifier and Type Method Description PropCnr
IEditorReplyProcessor. createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply)
Creates the required identification properties to start to become a valid processor.Methods in com.iizigo.ws.editor with parameters of type PropCnr Modifier and Type Method Description protected void
WebServiceEditor. initEditor(PropCnr cnr)
The initialize editor method.Uses of PropCnr in com.iizigo.ws.prop
Subclasses of PropCnr in com.iizigo.ws.prop Modifier and Type Class Description class
EditorOutputColumn
Editor version of the Output Column connects a table column from the reply output with a VSTable column.class
EditorOutputProps
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorOutputTable
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorOutputVariable
Editor version of the Output Variable connects a reference variable from the reply output with a VSField.class
EditorOutputVariables
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorRESTfulInputProps
Editor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.class
EditorWebServiceProp
Editor version of the Web Service property container holding the definition of a web service transaction.Methods in com.iizigo.ws.prop that return PropCnr Modifier and Type Method Description protected PropCnr
EditorOutputProps. getRetargetedVerifyContainer()
Gets the retargeted verification property container.protected PropCnr
EditorRESTfulInputProps. getRetargetedVerifyContainer()
Gets the retargeted verification property container.Methods in com.iizigo.ws.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorOutputColumn0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorOutputProps0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorOutputTable0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorOutputVariable0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorOutputVariables0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorRESTfulInputProps0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorWebServiceProp0. getEditProperties(PropCnr property)
Constructors in com.iizigo.ws.prop with parameters of type PropCnr Constructor Description WebServiceDesignerProp(PropCnr propertyContainer)
The constructor.Uses of PropCnr in com.iizigo.ws.prop.json
Subclasses of PropCnr in com.iizigo.ws.prop.json Modifier and Type Class Description class
EditorJSONElementWrapper
Editor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.class
EditorJSONEncodedInput
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
EditorJSONReplyDocument
Editor version of the JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Methods in com.iizigo.ws.prop.json that return PropCnr Modifier and Type Method Description PropCnr
EditorJSONReplyDocument. createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply)
Creates the required identification properties to start to become a valid processor.Methods in com.iizigo.ws.prop.json with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorJSONElementWrapper0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorJSONReplyDocument0. getEditProperties(PropCnr property)
Uses of PropCnr in com.iizigo.ws.prop.url
Subclasses of PropCnr in com.iizigo.ws.prop.url Modifier and Type Class Description class
EditorURLEncodedInput
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
EditorURLInputParameter
Editor version of the Input Variable connects a VSField with an input variable or parameter to a web service transaction request.Methods in com.iizigo.ws.prop.url with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorProperties
EditorURLEncodedInput0. getEditProperties(PropCnr property)
PropCnrEditorProperties
EditorURLInputParameter0. getEditProperties(PropCnr property)
Uses of PropCnr in com.iizix
Classes in com.iizix with type parameters of type PropCnr Modifier and Type Interface Description interface
IPluginDescriptor<T extends PropCnr>
Plug-in descriptor used for the Server to load the plug-in's XML schema and get the appropriate class loader.Uses of PropCnr in com.iizix.actionactor
Subclasses of PropCnr in com.iizix.actionactor Modifier and Type Class Description class
AbstractSettings
Class extending the property container.static class
JavaActionActorBase.Settings
Settings property container.Uses of PropCnr in com.iizix.api
Classes in com.iizix.api with type parameters of type PropCnr Modifier and Type Interface Description interface
IAnnotationReferenceProcessor<SCOPE extends PropCnr,COMP extends GProp<?>>
Tagging interface used by the AnnotationType's to handle reference look-up, validation and refactoring.Methods in com.iizix.api that return PropCnr Modifier and Type Method Description PropCnr
IBackReferenceProvider. getBaseJavaReference()
Gets the base reference path for the Java reference.Methods in com.iizix.api with parameters of type PropCnr Modifier and Type Method Description void
IInstanceLifecycleListener. onDisposed(PropCnr owner)
Called when the virtualized owner property is disposed of, i.e.void
IInstanceLifecycleListener. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr owner)
This method is called after the virtualization has completed and that all references, etc, are ready but before any kind of other action is done.Uses of PropCnr in com.iizix.app.builder
Methods in com.iizix.app.builder with type parameters of type PropCnr Modifier and Type Method Description protected <PC extends PropCnr>
PCApplicationDistributor. loadFile(IIFile iifile, java.lang.Class<PC> propClass, java.lang.Object monitor)
Loads a property file.Methods in com.iizix.app.builder that return PropCnr Modifier and Type Method Description PropCnr
ApplicationDistributor. loadFile(java.io.File file)
Loads a property file.PropCnr
ApplicationDistributor. loadFile(java.lang.String fileName, java.io.InputStream inputStream)
Loads a property file.Uses of PropCnr in com.iizix.db.actionactor
Subclasses of PropCnr in com.iizix.db.actionactor Modifier and Type Class Description static class
DatabaseActionActor.Settings
Settings property container.Uses of PropCnr in com.iizix.db.prop
Subclasses of PropCnr in com.iizix.db.prop Modifier and Type Class Description class
ConnectionProfileSetup
A single connection profile setup that is used to establish a JDBC connection.class
ConnectionProfilesSetup
Container with all connection profiles setup's by name.class
DatabaseProps
This database property container holds database service definition.class
InputProps
Input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.class
InputVariable
The Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
ResultProps
Result property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.class
ResultSetColumnProp
The result set Column property that connects the column name in a result set with a VSColumnHeader.class
ResultSetProps
Result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Methods in com.iizix.db.prop with parameters of type PropCnr Modifier and Type Method Description java.lang.String
ConnectionProfilesSetup. getDefaultName(PropCnr moduleRoot)
Gets the name of the default property container name in case of multiple property containers.java.util.List<IServerApplicationSetupPropCnr>
ConnectionProfilesSetup. getSetupPropertyContainers(PropCnr moduleRoot)
Gets the list of property containers that describes the setup required.Uses of PropCnr in com.iizix.editor
Constructors in com.iizix.editor with parameters of type PropCnr Constructor Description AtomGenerator(PropCnr container)
Creates an atom generator using the atom manager and a property container.Uses of PropCnr in com.iizix.event
Methods in com.iizix.event that return PropCnr Modifier and Type Method Description PropCnr
ParentCnrAddedEvent. getContainer()
Gets the container that is added or removed (same as getSource()).PropCnr
PropCnrEvent. getContainer()
Gets the container that got the property added or removed.PropCnr
PropCopyEvent. getContainer()
Gets the container that got the property added or removed.PropCnr
PropDisposeEvent. getContainer()
Gets the parent container that owned the property.PropCnr
PropReorderEvent. getEventTarget()
Returns the container that was reordered (same as "getSource()").PropCnr
ParentCnrMoveEvent. getOldContainer()
Gets the old property container.PropCnr
PropMoveEvent. getOldContainer()
Gets the old property container.PropCnr
RemoteEvent. getParameters()
Gets the property container that is used to add parameters.Methods in com.iizix.event with parameters of type PropCnr Modifier and Type Method Description boolean
GEvent. isPropertyChange(PropCnr pc, Atom name)
Checks if the event is a modification change of any property in the specified container.boolean
GEvent. isPropertyChange(PropCnr pc, java.lang.String name)
Checks if the event is a modification change of any property in the specified container.boolean
PropCnrEvent. isPropertyChange(PropCnr pc, Atom name)
Checks if the event is a modification change of any property in the specified container.boolean
PropCnrEvent. isPropertyChange(PropCnr pc, java.lang.String name)
Checks if the event is a modification change of any property in the specified container.boolean
PropCopyEvent. isPropertyChange(PropCnr pc, Atom name)
Checks if the event is a modification change of any property in the specified container.boolean
PropCopyEvent. isPropertyChange(PropCnr pc, java.lang.String name)
Checks if the event is a modification change of any property in the specified container.boolean
PropValueEvent. isPropertyChange(PropCnr pc, Atom name)
Checks if the event is a modification change of any property in the specified container.boolean
PropValueEvent. isPropertyChange(PropCnr pc, java.lang.String name)
Checks if the event is a modification change of any property in the specified container.boolean
GEvent. isPropertyChangeIn(PropCnr pc)
Checks if the event is a modification change of any property in the specified container.boolean
GEvent. isPropertyChangeInTree(PropCnr pc)
Checks if the event is a modification change of any property in the specified container or any of its children.Constructors in com.iizix.event with parameters of type PropCnr Constructor Description ParentCnrAddedEvent(int eventID, PropCnr addedContainer, boolean isRemoteInduced)
Constructs a new added event for a property container that is added.ParentCnrMoveEvent(PropCnr movedContainer, Atom oldAtom, PropCnr oldContainer)
Constructs a new move event for a property that is moved and renamed at the same time.ParentCnrNameEvent(PropCnr container, Atom oldAtom, boolean isRemoteInduced)
Constructs a new property event.PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr)
Constructs a new property container event.PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr)
Constructs a new property container event.PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr)
Constructs a new property container event.PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr)
Constructs a new property container event.PropDisposeEvent(GProp<?> property, PropCnr parent, boolean isRemoteInduced)
Constructs a new property container event.PropMoveEvent(int eventID, GProp<?> property, Atom oldAtom, PropCnr oldContainer, GProp<?>[] oldContainerProps)
Constructs a new move event for a property that is moved and renamed at the same time.PropReorderEvent(PropCnr container, GProp<?>[] oldProperties, boolean isRemoteInduced)
Constructs a new property container event for reordering property indexes.RemoteEvent(GProp<?> source, int localID, PropCnr params)
Creates a new remote event (locally).RemoteEvent(GProp<?> source, int localID, PropCnr params, PropMgr originator)
Creates a new remote event.ResolveReferencesEvent(PropCnr root, boolean doReCheck, boolean isPostResolving)
Constructs a new Resolve References event with the specifiedisPostResolving
flag.Uses of PropCnr in com.iizix.gyro
Methods in com.iizix.gyro that return PropCnr Modifier and Type Method Description PropCnr
IAppSessionGyro. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
GyroTransaction. getTransactionContainer()
Returns the transaction property container for the GyroTransaction.Constructors in com.iizix.gyro with parameters of type PropCnr Constructor Description GyroTransaction(PropCnr transactionContainer, IFocusEngine focusEngine)
Creates the gyro transaction for a property container.Uses of PropCnr in com.iizix.jdbc
Methods in com.iizix.jdbc with parameters of type PropCnr Modifier and Type Method Description static IDBConnectionPool
JDBCHelper. from(java.lang.String name, PropCnr cnr, java.util.Properties driverProps)
Creates a database connection pool from values stored in a property container.Uses of PropCnr in com.iizix.license
Methods in com.iizix.license that return PropCnr Modifier and Type Method Description default PropCnr
ILicenseServerListener. getCommProp(boolean newInstance)
Returns the property class to add when connection is established.Methods in com.iizix.license with parameters of type PropCnr Modifier and Type Method Description void
IDesignerLicenseSystem. addDeveloperAppPropCnrData(PropCnr appPropCnr)
Adds the required information in the AppPropCnr property container for the application.java.lang.String
IDesignerLicenseSystem. verifyAppJar(java.util.jar.JarFile jar, PropCnr appPropCnr)
Verifies that an iiziApp Jar is signed with the developer certificate.Uses of PropCnr in com.iizix.prop
Subclasses of PropCnr in com.iizix.prop Modifier and Type Class Description class
AbstractStyles
Abstract styles property container that either holds styles or other style related data such as font faces.class
AppLanguages
The configured languages for the application.class
Application
The application property container holds all information about a single application.class
ArrayProp<ITEM extends GProp<?>>
The Array property class holds the property name, value and optionally has a parent and/or property listener(s).class
ClientProps
This client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
DesignerPropCnr
Special Designer property container that is private.class
DevParams
Device parameters container available only for iiziRun.class
EditorPropCnr
Editor Property Container, i.e.class
EnvProps
This client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
FileURIPropCnr
A PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.class
FolderSettingsProp
This folder settings property hold settings for a folder, typically a Selector and a description.class
FolderURIPropCnr
A PropCnr that can is a "directory" and can contain FileURIPropCnr's.class
GeoProps
This Geographical property is a container that holds information about client position and an API to work with geographical location services.class
MailProps
Container holding mail settings.class
MethodReference2
The Method Reference "2" property class hold the reference to a Method that is in a Java class.class
ModuleApp
This Module Applications settings that defines the behavior of the application and contains its settings.class
PolicyProps
Container holding policiy settings.class
ProxyPropCnr
The proxy property container class extends the standard property container and allows it to synchronize property states so that several clients can use the "same" property container and the communication mechanism.class
PushPropCnr
Container for Push property container for the application.class
PushProps
The Push properties for the application.class
PWAPropCnr
Container for Progressive Web App's (PWA).class
PWAProps
The Progressive Web App (PWA) properties.class
ReferralsHolder
The Referrals Holder property container contains the properties that refer to the owner of this container.class
RuntimeBuilderProps
This iiziRun Builder properties for the server side to hold the build settings and handle the interprocess communication.class
Selector
The Selector class is used to enable or disable participants such as panels, text tables and translation tables, perhaps images.class
ServerClientSessionProps
The Server's Client Session properties hold information relating to the current client session, i.e.class
ServerSocketCommProps
This property container contains all properties required for a Server Socket (NIO) connection.class
SettingsPropCnr
Settings property container, a "raw" PropCnr.class
SocketCommProps
This property container contains all properties required for a Socket (NIO) connection using Proxy, WebSocket, SSL, etc, required by the SocketProp property.class
SpeechRecognitionProp
Speech Recognition property for remote client execution.class
SpeechSynthesisProp
Speech Synthesis property for remote client execution.class
SSLCommProps
This property container contains all properties required for a SSL Socket (NIO) connection.class
Styles
This styles property container holds the styles associated with a UI component.class
StylesCnr
Styles Container used to hold a Styles property instance for the Client used as a Class Name.class
TextTable
The text table property holds the text table items consisting of KStrings.class
TransactionCommProps
This property container contains all properties required for Transaction communication based on WebSockets.class
VirtualsPropCnr
The Virtuals property container contains all the virtualized instances of a session divided into VirtualSpace, Panels, and other connectors.class
WebSocketCommProps
This property container contains all properties required for WebSocket communication.class
WebSocketServerCommProps
This property container contains all properties required for a WebSocket Server (NIO) connection.class
Windows
The windows property container holds the windows for the application.Fields in com.iizix.prop declared as PropCnr Modifier and Type Field Description static PropCnr[]
PropCnr. EMPTY_CNRS
Empty array of property containers.PropCnr
ProxyImpl. source
The source property container.PropCnr
ProxyImpl. target
The target property container.Methods in com.iizix.prop with type parameters of type PropCnr Modifier and Type Method Description <PC extends PropCnr>
PCModuleProjectSettings. getContainer(java.lang.String name, java.lang.Class<PC> clazz)
Gets a container by name and class type.<PROPCNR extends PropCnr>
PROPCNRGProp. getParent(java.lang.Class<PROPCNR> clazz)
Gets the parent of this property with the requested type.<PROPCNR extends PropCnr>
PROPCNRIGProp. getParent(java.lang.Class<PROPCNR> clazz)
Gets the parent of this property with the requested type.Methods in com.iizix.prop that return PropCnr Modifier and Type Method Description PropCnr
PropCnr. clone()
Creates a clone out of this property.PropCnr
ProxyPropCnr. clone()
ProxyPropCnr does not support cloning.PropCnr
PropCnr. getExtendsContainer()
Gets the extends container.PropCnr
GProp. getExtendsRootContainer()
Searches for an Extends container for a property.PropCnr
IGProp. getExtendsRootContainer()
Searches for an Extends container for a property.PropCnr
ModuleProjectSettings. getMainPropCnr()
Gets the main property container storage.PropCnr
PreloadClientCacheResource. getOwner()
Gets the owner property.PropCnr
GProp. getParent()
Gets the parent of this property.PropCnr
IGProp. getParent()
Gets the parent of this property.PropCnr
GProp. getPropBaseReference()
Gets a base property container reference instance from the container or any parent containers.PropCnr
IGProp. getPropBaseReference()
Gets a base property container reference instance from the container or any parent containers.PropCnr
PropCnr. getPropBaseReference()
Gets a base property container reference instance from the container or any parent containers.PropCnr
IPropCnr. getPropCnr()
Gets the property container instance.PropCnr
PropCnr. getPropCnr()
Gets the property container instance.PropCnr[]
GProp. getPropPath(boolean includeThisPropCnr)
Gets the parents to the root of this property.PropCnr[]
GProp. getPropPath(boolean includeThisPropCnr, IPropCnr stop)
Gets the parents to the input property or the root of this property.PropCnr[]
IGProp. getPropPath(boolean includeThisPropCnr)
Gets the parents to the root of this property.PropCnr[]
IGProp. getPropPath(boolean includeThisPropCnr, IPropCnr stop)
Gets the parents to the input property or the root of this property.protected PropCnr
PropCnr. getRetargetedVerifyContainer()
Gets the retargeted verification property container.PropCnr
ClientProps. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
GProp. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
IModuleProjectPropProvider. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
GProp. getRootParent()
Gets the root container in the property tree.protected PropCnr
GProp. getRootParent(GProp<?> requestor)
Gets the root container in the property tree.PropCnr
IGProp. getRootParent()
Gets the root container in the property tree.protected PropCnr
ProxyPropCnr. getRootParent(GProp<?> requestor)
Gets the root container in the property tree.PropCnr
VirtualsPropCnr. getVirtualizedContainer(java.lang.String ref)
Gets a virtual property from a reference path.PropCnr
PropFactory. loadPropTree(PropMgr propertyManager, java.io.File file, boolean setPropMgrToProps)
Loads a property tree from an XML file.PropCnr
PropFactory. loadPropTree(PropMgr propertyManager, java.lang.String fileName, java.io.InputStream in, boolean setPropMgrToProps)
Loads a property tree from an XML file.PropCnr
PropFactory. loadPropTree(PropMgr propertyManager, org.w3c.dom.Document document, boolean setPropMgrToProps)
Loads a property tree from an XML document.Methods in com.iizix.prop with parameters of type PropCnr Modifier and Type Method Description void
PropCnr. __transferChildProps(PropCnr pc)
Transfers all properties from another container to this container.static void
IComplexOperation. addProp(IComplexOperation op, PropCnr pc, IGProp<?> gp)
Adds a property.void
IComplexOperation. addProp(PropCnr pc, GProp<?> gp)
Adds a property.void
VirtualsPropCnr. addVirtualizedContainer(PropCnr cnr, java.lang.String ref)
Adds a new virtualized property container with the specified reference path.void
ProxyPropCnr. assignRootParent(PropCnr root)
Assigns a root parent proxying is done for e.g.void
PropCnr. completeVirtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Once the property container has been virtualized and added into a virtualized container, a call to this routine should be done.org.w3c.dom.Document
PropFactory. createDocument(PropCnr pc)
Creates a Document from a property container.VSReference
ModuleApp. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSReference
PropCnr. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.protected void
PropCnr. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected java.lang.Object
EditorPropCnr. equalsTree(PropCnr pc2, int how)
Checks for equality in the whole container structure.protected java.lang.Object
GProp. equalsTree(PropCnr pc, int how)
Checks for equality in the whole container structure.protected java.lang.Object
PropCnr. equalsTree(PropCnr pc2, int how)
Checks for equality in the whole container structure.protected java.lang.Object
PropCnr. equalsTree(PropCnr pc2, java.lang.Class<? extends IGProp<?>> arrayItemClass, int how)
Checks for equality in the whole container structure.default CHOICE
IPropCnrChoiceOption. get(PropCnr pc)
Gets a choice option.Atom[]
GProp. getAtomPath(PropCnr stopAt)
Gets the atom path of this property.Atom[]
IGProp. getAtomPath(PropCnr stopAt)
Gets the atom path of this property.static ClassReference
ClassReference. getClassReference(PropCnr pc, java.lang.String id)
Gets a ClassReference instance from a property.boolean
IPropExtender. initialize(java.lang.String extendsName, PropCnr source, PropCnr target)
Initializes the property extender.static void
IComplexOperation. insertProp(IComplexOperation op, PropCnr pc, IGProp<?> gp, int index)
Inserts a property.void
IComplexOperation. insertProp(PropCnr pc, GProp<?> gp, int index)
Inserts a property.boolean
GProp. moveProp(PropCnr moveToContainer)
Moves this property container to another container, without changing the listeners.boolean
GProp. moveProp(PropCnr moveToContainer, Atom newName, int destinationIndex)
Moves this property container to another container, without changing the listeners.boolean
GProp. moveProp(PropCnr moveToContainer, Atom newName, Atom reference, boolean isAfter)
Moves this property container to another container, without changing the listeners.void
IComplexOperation. moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)
Moves a property to another container.static void
IComplexOperation. moveProp(IComplexOperation op, IGProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)
Moves a property to another container.boolean
IGProp. moveProp(PropCnr moveToContainer)
Moves this property container to another container, without changing the listeners.boolean
IGProp. moveProp(PropCnr moveToContainer, Atom newName, int destinationIndex)
Moves this property container to another container, without changing the listeners.boolean
IGProp. moveProp(PropCnr moveToContainer, Atom newName, Atom reference, boolean isAfter)
Moves this property container to another container, without changing the listeners.protected void
AbstractReference. onPropParentChanged(PropCnr oldParent, PropCnr newParent)
Called when parent changed.protected void
GProp. onPropParentChanged(PropCnr oldParent, PropCnr newParent)
Called when the parent is changed for this class.protected void
Selector. onPropParentChanged(PropCnr oldParent, PropCnr newParent)
Verify when loaded/created.protected void
StylesReferences. onPropParentChanged(PropCnr oldParent, PropCnr newParent)
Called when parent changed.protected void
ValueProp. onPropParentChanged(PropCnr oldParent, PropCnr newParent)
If the value property is added in any component that is not a VS field, make it private.void
IProxyRemovedListener. onProxySourceRemoved(PropCnr proxyCnr)
Called when the proxy source is removed.protected void
ClassReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
FixedVirtualizedAbstractReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
GProp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
FixedVirtualizedAbstractReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
GProp. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.static BinderActions
PropBinder. populatePOJO(IPropBinder pojo, PropCnr container)
Populates an instance of a POJO with data from properties in a property container, skipping sub-containers, but without skipping non-found properties.static BinderActions
PropBinder. populatePOJO(IPropBinder pojo, PropCnr container, boolean doSkipProperty, int depth)
Populates an instance of a POJO with data from properties in a container.static BinderActions
PropBinder. populateProp(BinderActions ba, IPropBinder pojo, PropCnr container, int depth, boolean skipUnknownFields, boolean createNewProperties)
Populates a property from a POJO object.static BinderActions
PropBinder. populateProp(IPropBinder pojo, PropCnr container)
Populates a property from a POJO object.void
PropMgr. processUpdateTrans(PropCnr root, ReadTransaction trans)
Processes the TRANS_UPDATE transaction on a root property container.void
VirtualsPropCnr. removeVirtualizedContainer(PropCnr cnr)
Removes a virtualized container.static void
IComplexOperation. reorderProps(IComplexOperation op, PropCnr pc, Atom[] order)
Reorder a property container.void
IComplexOperation. reorderProps(PropCnr pc, Atom[] order)
Reorder a property container.void
PropCnr. replaceProps(PropCnr cnr)
Replaces all properties in this container with the ones from the specified one.default boolean
IPropCnrChoiceOption. set(PropCnr pc)
Sets a choice option.void
GProp. triggerRemoteEvent(int localID, PropCnr params)
Triggers a remote event for execution at the remote partyonRemoteEvent()
method of this remote property instance.void
IGProp. triggerRemoteEvent(int localID, PropCnr params)
Triggers a remote event for execution at the remote partyonRemoteEvent()
method of this remote property instance.default void
IPropCnrInteger. validate(PropCnr pc, int value)
Validates a new value.default void
IPropCnrKString. validate(PropCnr pc, KString ks)
Validates a new string.default void
IPropCnrNumber. validate(PropCnr pc, double value)
Validates a new value.default void
IPropCnrString. validate(PropCnr pc, java.lang.String string)
Validates a new string.protected GProp<?>
ClassReference. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
GProp. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
PropCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Method parameters in com.iizix.prop with type arguments of type PropCnr Modifier and Type Method Description int
PropCnr. verifyInternalUseOnly(java.util.Set<PropCnr> currentlyBeingVerifiedPropCnrs, IKStringInfoProvider provider)
Verifies this property after editing.Constructors in com.iizix.prop with parameters of type PropCnr Constructor Description ExtendsCircularReferenceFinder(PropCnr input)
Creates a circular references finder for a property container.ModuleProjectSettings(PropCnr pc)
Creates an instance of the Module Project Settings for a property container.PreloadClientCacheResource(PropCnr owner, java.lang.String path)
Constructs the resource.PropVerificationError(PropCnr parent, Atom childName, PropVerificationError.Severity severity, java.lang.String location, java.lang.String errorText, java.lang.String... quickFixes)
Constructs an error for a child property.PropVerificationError(PropCnr parent, java.lang.String childName, PropVerificationError.Severity severity, java.lang.String location, java.lang.String errorText, java.lang.String... quickFixes)
Constructs an error for a child property.ProxyImpl(PropCnr source, PropCnr target, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor)
Constructs the proxy implementation.ProxyPropCnr(Atom alternateName, PropCnr source, boolean allowTargetToSourceChanges, boolean enableCommunication, IProxyRemovedListener sourceRemoved)
Creates the proxy property container.ProxyPropCnr(PropCnr source, boolean allowTargetToSourceChanges, boolean enableCommunication, IProxyRemovedListener sourceRemoved)
Creates the proxy property container.ProxyPropCnrImpl(PropCnr source, PropCnr target, boolean allowTargetToSourceChanges, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor)
Constructs the proxy implementation.Uses of PropCnr in com.iizix.prop.bridge
Constructors in com.iizix.prop.bridge with parameters of type PropCnr Constructor Description BridgeContainer(UIContainer uiContainer, LayoutMgr<LAYOUT_PROP> layoutMgr, PropCnr propCnr)
Constructs the bridge with UI container.Uses of PropCnr in com.iizix.prop.content
Subclasses of PropCnr in com.iizix.prop.content Modifier and Type Class Description class
AbstractContentUIContainer<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>
A property container that handles content and has custom content provider support.Methods in com.iizix.prop.content with parameters of type PropCnr Modifier and Type Method Description protected java.lang.Object
AbstractContentUIContainer. equalsTree(PropCnr pc2, int how)
Checks for equality in the whole container structure.protected void
AbstractContentUIContainer. onPropParentChanged(PropCnr oldParent, PropCnr newParent)
Called when the parent is changed for this class.protected void
AbstractContentUIContainer. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.Uses of PropCnr in com.iizix.prop.font
Subclasses of PropCnr in com.iizix.prop.font Modifier and Type Class Description class
FontFaces
The font faces property container holds information about font face(s) that are available in the application.class
FontFile
Container for all font icon files used in a FontIconsDefintion.class
FontFiles
Container for all font files used in a FontIconsDefintion.Methods in com.iizix.prop.font with parameters of type PropCnr Modifier and Type Method Description static void
FontConsumed. collectConsumedFonts(PropCnr comp, java.util.Set<FontConsumed> fonts)
Collects all fonts in a component and its children recursively.static java.util.Set<FontConsumed>
FontConsumed. getConsumedFonts(PropCnr comp)
Collects all fonts in a component and its children recursively.Uses of PropCnr in com.iizix.prop.image
Subclasses of PropCnr in com.iizix.prop.image Modifier and Type Class Description class
AbstractImageDefinition
Image definition property container.class
AbstractImageResolution
This Image Resolution property only holds the image reference for an additional Device Pixel Ratio.class
FontIconDefinition
The definition of a single font icon and how it represent itself in the various states, e.g.class
FontIconsDefinition
The Font Icon Definition property container that contains an installable font using @FontFace CSS and contains several icons that can be displayed in any square size.class
ImageDefinition
Single image definition property container.class
ImageLocation
This Image Location property container.class
ImageResolution
This Image Resolution property only holds the image reference for an additional Device Pixel Ratio.class
ImagesDefinition
The Images Definition property container for multiple icons/images and multiple states and resolutions.class
ImagesResolution
The Images Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartLocation properties.class
ImagesStyle
This Images Style property container has the state for several images.class
ImageStyle
This Image Style property container holds the image types, asset reference, and other settings.class
ImageStyleLocation
This Image Style Location property container has the state for several images.class
ImageStylesResolution
This Image States Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartStateLocation properties.class
RuntimeImageDefinition
The runtime image definition is used to provide images at runtime that are images located in other files than the asset files.class
StyledImageDefinition
Image States Definition property container when a single image file has one image in many states and possibly resolutions.class
SVGDefinition
The SVG Image Definition property container contains a reference to an SVG file in the Assets.Methods in com.iizix.prop.image that return PropCnr Modifier and Type Method Description PropCnr
FontIconDefinition. clone()
Clone of image forces creation of the source client image data before cloning.PropCnr
ImageDefinition. clone()
Clone of image forces creation of the source client image data.PropCnr
SVGDefinition. clone()
Clone of image forces creation of the source client image data.Uses of PropCnr in com.iizix.prop.ui
Subclasses of PropCnr in com.iizix.prop.ui Modifier and Type Class Description class
AbsoluteData
The AbsoluteData is the layout data for components in a container with AbsoluteLayout.class
AbsoluteLayout
AbsoluteLayout is a layout manager.class
AbstractUIAction
Abstract UI Action component such as buttons or menu item that are connected to a VS Action.class
AccordionData
The AccordionData is the layout data for components in a container with AccordionLayout.class
AccordionLayout
Accordion container specific layout manager.class
BorderData
The BorderData is the layout data for components in a container with BorderLayout.class
BorderLayout
BorderLayout is a layout manager.class
ContextMenuData
The ContextMenuData is the layout data for components in a container with ContextMenuLayout.class
ContextMenuLayout
Menu specific layout manager.class
DOMElement
DOM Element property container used to keep information of the created UI item and its internal DOM structure.class
FlexData
The FlexData is the layout data for components in a container with FlexLayout.class
FlexLayout
FlexLayout is a layout manager.class
GridData
The GridData is the layout data for components in a container with GridLayout.class
GridLayout
GridLayout is a layout manager.class
HeadingData
The HeadingData is the layout data for components in a container with HeadingLayout.class
HeadingLayout
Header specific layout manager.class
ImagePreview
Image preview property for use with any UI component or container.class
LayoutMgr<LAYOUT_PROP extends LayoutProp>
LayoutMgr is the class that handles layout of UIComp's in a UI container.class
LayoutProp
The LayoutProp is the generic property for layout managers using properties to layout it's components.class
ListData
The ListData is the layout data for components in a container with ListLayout.class
ListLayout
List container specific layout manager.class
MenuBarData
The MenuBarData is the layout data for components in a container with MenuBarLayout.class
MenuBarLayout
Menu bar specific layout manager.class
MenuData
The MenuData is the layout data for components in a container with MenuLayout.class
MenuLayout
Menu specific layout manager.class
MessageBox
The message box is a container to display a message box on the client side and wait for the user reply.class
MUIHeading
Header UI container.class
MUISimpleDialog
Simple mobile popup dialog.class
MUISwitch
Mobile switch UI component.class
MUITabBar
Tab bar UI container.class
PanelData
The panel layout data.class
SwapData
The SwapData is the layout data for components in a container with SwapLayout.class
SwapLayout
Swap container specific layout manager.class
TabBarData
The TabBarData is the layout data for components in a container with TabBarLayout.class
TabBarLayout
Tab bar specific layout manager.class
TabData
The TabData is the layout data for components in a container with TabLayout.class
TabLayout
Tab container specific layout manager.class
Toaster
Toaster property.class
UIAbstractListChoice
Abstract list choice UI component used for combobox and spinner.class
UIAccordion
Accordion UI container.class
UIButton
Button UI component.class
UICalendar
Calendar UI component.class
UICheckBox
Checkbox UI component.class
UICheckedMenuItem
Menu item UI component.class
UIComboBox
Combobox UI component.class
UIComp
The UIComp class is the basic implementation of a single user interface component.class
UIComps
The UIComps class is the property container for all UIComp instances of the UIComps class.class
UIContainer
The UIContainer class is a standard simple container for components.class
UIContextMenu
Context menu UI container.class
UIDialog
Desktop popup dialog.class
UIEmpty
Empty UI component.class
UIGauge
Gauge UI component.class
UIImage
Image UI component.class
UIImage2
Image Crop and Upload UI component.class
UILabel
Label UI component.class
UIMedia
Media UI component.class
UIMenu
Menu UI container.class
UIMenuBar
Menu bar UI container.class
UIMenuItem
Menu item UI component.class
UIMenuSeparator
Menu separator UI component.class
UIOutput
Output (label) UI component.class
UIPanel
Panel UI container.class
UIPanelBase
Base panel UI container.class
UIPanelPart
Panel part UI container.class
UIPanelPartCnr
The UI panel part container.class
UIProgress
Progress UI component.class
UIRadioButton
Radio button UI component.class
UIRadioMenuItem
Menu item UI component.class
UISlider
Slider UI component.class
UISpinner
Spinner UI component.class
UISwapContainer
UI swap container.class
UITabContainer
UI tab container.class
UIText
Text UI component.class
UITextArea
Text area UI component.class
UITitlePane
Title panel UI container optionally collapsable.Methods in com.iizix.prop.ui that return PropCnr Modifier and Type Method Description default PropCnr
IUIActionHolder. getBaseJavaReference()
Gets the base reference path for the Java reference.PropCnr
UIContextMenu. getPropBaseReference()
The panel is the base component base reference.PropCnr
UIPanelBase. getPropBaseReference()
The panel is the base component base reference.PropCnr
UIPanelPartCnr. getPropBaseReference()
The panel is the base component base reference.Methods in com.iizix.prop.ui with parameters of type PropCnr Modifier and Type Method Description VSParticipant
UIContextMenu. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSParticipant
UIPanelBase. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.protected void
UIContextMenu. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
UIPanelBase. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected java.lang.Object
ImagePreview. equalsTree(PropCnr pc2, int how)
Checks for equality in the whole container structure.protected void
UIPanelPartCnr. onPropParentChanged(PropCnr oldParent, PropCnr newParent)
Called when the parent is changed for this class.protected void
ContextMenuReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
UIComp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.LayoutMgr<?>
LayoutMgr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.UIComps
UIComps. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
UIPanelBase. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
UIPanelPartCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Uses of PropCnr in com.iizix.prop.ui.calendar
Subclasses of PropCnr in com.iizix.prop.ui.calendar Modifier and Type Class Description class
CalendarData
The layout data for calendar lists and their items: they are not used, but is required to be present by the framework.class
CalendarEvent
A (sub)calendar list event.class
CalendarLayout
Layout manager for calendar lists.class
UICalendarList
Calendar List UI component.Uses of PropCnr in com.iizix.prop.ui.chart
Subclasses of PropCnr in com.iizix.prop.ui.chart Modifier and Type Class Description class
UIChart
Chart UI component.Methods in com.iizix.prop.ui.chart with parameters of type PropCnr Modifier and Type Method Description void
ChartInteger. validate(PropCnr pc, int value)
Validates a new value.Uses of PropCnr in com.iizix.prop.ui.chart.axis2d
Subclasses of PropCnr in com.iizix.prop.ui.chart.axis2d Modifier and Type Class Description class
Axis2D
A chart axis is normally added to charts.Methods in com.iizix.prop.ui.chart.axis2d with parameters of type PropCnr Modifier and Type Method Description void
AxisInteger. validate(PropCnr pc, int value)
Validates a new value.Uses of PropCnr in com.iizix.prop.ui.chart.plot2d
Subclasses of PropCnr in com.iizix.prop.ui.chart.plot2d Modifier and Type Class Description class
Plot2D
A chart series is either created in the Designer or constructed at runtime and added to the chart.Methods in com.iizix.prop.ui.chart.plot2d with parameters of type PropCnr Modifier and Type Method Description void
PlotInteger. validate(PropCnr pc, int value)
Validates a new value.Uses of PropCnr in com.iizix.prop.ui.chart.series
Subclasses of PropCnr in com.iizix.prop.ui.chart.series Modifier and Type Class Description class
Series
A chart series consists of several series values properties in a defined order.class
SeriesValue
A series value property is a property container that can only contain NumberProp's.Uses of PropCnr in com.iizix.prop.ui.datetime
Subclasses of PropCnr in com.iizix.prop.ui.datetime Modifier and Type Class Description class
UIDateTime
Date/Time UI Component.Uses of PropCnr in com.iizix.prop.ui.map
Subclasses of PropCnr in com.iizix.prop.ui.map Modifier and Type Class Description class
MapData
The layout data for all mobile list components or containers, i.e.class
MapLayout
Layout manager for maps.class
MapMarkerProp
The property container for map markers.class
MapMarkers
The map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.class
UIMap
Map UI component.Uses of PropCnr in com.iizix.prop.ui.mlist
Subclasses of PropCnr in com.iizix.prop.ui.mlist Modifier and Type Class Description class
MLDefaultItemProp
The property container for default mobile list items.class
MLGroup
The mobile list item group contains mobile list items placed inserted into a list that comes from a VirtualSpace table or by means of the API.class
MLGroupLayout
Layout manager for mobile list groups.class
MList
Mobile list item UI component.class
MListData
The layout data for all mobile list components or containers, i.e.class
MListLayout
Layout manager for all mobile lists.class
MLItemProp
The property container for mobile list items.Uses of PropCnr in com.iizix.prop.ui.table
Subclasses of PropCnr in com.iizix.prop.ui.table Modifier and Type Class Description class
TableRow
The Table Row instance.class
TableRows
The Table Rows container instance.class
UITable
The table UI container.class
UITableColumn
The table column UI container.class
UITableData
The table column data is the layout data for components in a UITable container.class
UITableLayout
UITable container specific layout manager.Methods in com.iizix.prop.ui.table with parameters of type PropCnr Modifier and Type Method Description protected void
UITable. onPropParentChanged(PropCnr oldParent, PropCnr newParent)
Called when the parent is changed for this class.protected void
UITable. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.Uses of PropCnr in com.iizix.prop.vs
Subclasses of PropCnr in com.iizix.prop.vs Modifier and Type Class Description class
AbstractVSVariable<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>
Class that holds a single VS "variable" mapping of a certain type.class
VirtualSpace
This VirtualSpace property container holds the fields and tables in the VirtualSpace.class
VSAction
The VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSColumnHeader
The VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSComponent
Base VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.class
VSField
The VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSGroup
The VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSParticipantsHolder
This class is a child of the VirtualSpace and contains the participants in the VirtualSpace.class
VSRow
The VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSRows
The rows property class that only allows VSRow children properties.class
VSTable
The VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSVariables
VirtualSpace "Variables" is a container that maps named Variables to VirtualSpace fields or columns/tables.Fields in com.iizix.prop.vs declared as PropCnr Modifier and Type Field Description PropCnr
VSReferenceOwnerData. owner
The property reference owner (or parent).Methods in com.iizix.prop.vs with type parameters of type PropCnr Modifier and Type Method Description <PC extends PropCnr>
PC[]VSParticipantsHolder. getParticipants(java.lang.Class<PC> propClass)
Gets all the participants of a certain type, e.g.Methods in com.iizix.prop.vs that return PropCnr Modifier and Type Method Description <PC extends PropCnr>
PC[]VSParticipantsHolder. getParticipants(java.lang.Class<PC> propClass)
Gets all the participants of a certain type, e.g.Methods in com.iizix.prop.vs with parameters of type PropCnr Modifier and Type Method Description boolean
VSActionTXProcess. addTransactionContainer(PropCnr transactionContainer)
Creates a Gyro transaction for a property container.boolean
VSActionTXProcess. addTransactionContainer(PropCnr transactionContainer, IFocusEngine focusEngine)
Creates a Gyro transaction for a property container.VSReference
VirtualSpace. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.protected void
VirtualSpace. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
VSRelativeReference. onPropParentChanged(PropCnr oldParent, PropCnr newParent)
The parent has been changed, if added to a container or moved, recheck the reference.protected void
VirtualSpace. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSComponent. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSRelativeReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSComponent. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSFocusReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSParticipant. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSRelativeReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected GProp<?>
VirtualSpace. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Constructors in com.iizix.prop.vs with parameters of type PropCnr Constructor Description VSReferenceOwnerData(Atom atom, java.lang.Class<REFPROP> propClass, PropCnr owner)
Constructor of the data.Uses of PropCnr in com.iizix.prop.vs.actor
Subclasses of PropCnr in com.iizix.prop.vs.actor Modifier and Type Class Description class
AbstractPredefinedSettings
The predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.class
ActionActors
Class container for associated action actors of a VSAction.class
FieldActor
The VirtualSpace Field Actor property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.class
FieldActors
Class container for associated value actors of a VSField or VSColumnHeader.static class
HistoryBackward.Settings
Settings property container.static class
HistoryForward.Settings
Settings property container.static class
SetFocus.Settings
Settings property container.static class
SetSourceFieldValue.Settings
Settings property container.static class
SetTargetFieldValue.Settings
Settings property container.static class
TransportField.Settings
Settings property container.static class
TransportGroup.Settings
Settings property container.static class
TransportSelectedTableRows.Settings
Settings property container.static class
TransportSingleSelectedTableRow.Settings
Settings property container.static class
TransportSingleSelectedTableRowAndColumnToField.Settings
Settings property container.static class
TransportSingleSelectedTableRowToFields.Settings
Settings property container.static class
TransportTableColumn.Settings
Settings property container.static class
TransportTableRows.Settings
Settings property container.Methods in com.iizix.prop.vs.actor with parameters of type PropCnr Modifier and Type Method Description VSReference
AbstractPredefinedSettings. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.Uses of PropCnr in com.iizix.run
Methods in com.iizix.run with parameters of type PropCnr Modifier and Type Method Description void
BuilderError. add(PropCnr pc, int index)
Adds an error to a remote property container for errors.Constructors in com.iizix.run with parameters of type PropCnr Constructor Description BuilderError(PropCnr pc, int index)
Constructor from a remote property error container.Uses of PropCnr in com.iizix.server
Fields in com.iizix.server declared as PropCnr Modifier and Type Field Description protected PropCnr
AbstractEndPoint. root
The root container property of the end point.Methods in com.iizix.server that return PropCnr Modifier and Type Method Description PropCnr
AbstractEndPoint. getProperties()
Gets the end point properties, i.e.PropCnr
IAppLoader. loadFile(java.io.File file)
Loads a property file.PropCnr
IAppLoader. loadFile(java.lang.String fileName, java.io.InputStream inputStream)
Loads a property file.PropCnr
ServerShell. loadFile(java.io.File file)
Loads a property file.PropCnr
ServerShell. loadFile(java.lang.String fileName, java.io.InputStream inputStream)
Loads a property file.Methods in com.iizix.server with parameters of type PropCnr Modifier and Type Method Description protected void
AbstractEndPoint. onClientPropsCreated(PropCnr root)
Called when the root is created from a transaction from the client.void
ServerShell. saveFile(java.io.File file, PropCnr cnr)
Saves a property file.Uses of PropCnr in com.iizix.server.acme
Subclasses of PropCnr in com.iizix.server.acme Modifier and Type Class Description class
LetsEncryptDomain
Property container holding information about a Let's Encrypt domain with automatic certificate renewal in the server.Uses of PropCnr in com.iizix.server.app
Classes in com.iizix.server.app with type parameters of type PropCnr Modifier and Type Interface Description interface
IVirtualsContainer<PROPCNR extends PropCnr>
The interface to the virtualized container that is exposed to the API and the Server.class
VirtualizedItem<PROPCNR extends PropCnr>
Data container for a virtualized property container.class
VirtualsContainer<PROPCNR extends PropCnr>
The Virtual Property Container is a flat structure containing all items (property containers) that are virtualized.Subclasses of PropCnr in com.iizix.server.app Modifier and Type Class Description protected class
VirtualsContainer.VContainer
The Virtual property container.Fields in com.iizix.server.app declared as PropCnr Modifier and Type Field Description PROPCNR
VirtualizedItem. originalProperty
The original property.PROPCNR
VirtualizedItem. virtualizedProperty
The virtualized property.Methods in com.iizix.server.app that return PropCnr Modifier and Type Method Description PropCnr
VirtualsContainer. getContainer()
Gets the property container of the virtuals storage.PropCnr
AppFactory. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
IRuntimeReferenceLookup. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
RuntimeApp. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.PropCnr
VirtualsContainer.VContainer. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.Constructor parameters in com.iizix.server.app with type arguments of type PropCnr Constructor Description VirtualsContainer(java.lang.String base, Atom atom, java.lang.Class<? extends PropCnr> propClass, PropMgr propMgr, IFocusEngineProvider focusEngineProvider, IRuntimeReferenceLookup lookup, boolean isAppInstance)
Constructor.Uses of PropCnr in com.iizix.server.app.prop
Subclasses of PropCnr in com.iizix.server.app.prop Modifier and Type Class Description class
AppPropCnr
The Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.class
ModuleProjectPropCnr
The module root property container.class
ServerAppDistributionProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.Uses of PropCnr in com.iizix.server.gyro
Methods in com.iizix.server.gyro with type parameters of type PropCnr Modifier and Type Method Description <T extends PropCnr>
VirtualsContainer<T>AppSessionGyro. getVirtuals(IPluginDescriptor<T> serverPluginDescriptor)
Gets the instance of the VirtualsContainer for the plug-in.Methods in com.iizix.server.gyro that return PropCnr Modifier and Type Method Description PropCnr
AppSessionGyro. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.Uses of PropCnr in com.iizix.server.loadbalancer
Methods in com.iizix.server.loadbalancer with parameters of type PropCnr Modifier and Type Method Description protected void
LoadBalancerEndPoint. onClientPropsCreated(PropCnr root)
Called when the root is created from a transaction from the client.Uses of PropCnr in com.iizix.server.monitor
Subclasses of PropCnr in com.iizix.server.monitor Modifier and Type Class Description class
ClientSessionProp
Client session property.class
EndPointPropCnr
An end point property.class
EndPointsPropCnr
An end point property.class
SessionConnectionStatProp
An end point property.class
VirtualizedMonitorPropCnr
Property container used for Virtual Monitor data and communication.Methods in com.iizix.server.monitor with parameters of type PropCnr Modifier and Type Method Description protected void
VirtualizedMonitorEndPoint. onClientPropsCreated(PropCnr root)
Called when the root is created from a transaction from the client.Uses of PropCnr in com.iizix.server.prop
Subclasses of PropCnr in com.iizix.server.prop Modifier and Type Class Description class
ServerAppConfig
Property container for the configuration of an App of the iiziServer.class
ServerConfigEnvProps
This configuration environment defines the configuration setup for the available plug-ins.class
ServerPluginConfig
Property container for the configuration of a plug-in for a Server configuration environment.class
ServerProps
This server property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
ServerSettings
This property is a container that holds the required settings for the server to operate and initialize itself with.class
WebServerPortConfig
Property container for the configuration of a Port "group" of the web server.Methods in com.iizix.server.prop that return PropCnr Modifier and Type Method Description PropCnr
ServerProps. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.Methods in com.iizix.server.prop with parameters of type PropCnr Modifier and Type Method Description java.lang.String
IServerApplicationSetup. getDefaultName(PropCnr moduleRoot)
Gets the name of the default property container name in case of multiple property containers.IServerApplicationSetup[]
IServerApplicationSetupProvider. getServerApplicationSetupInstances(PropCnr moduleRoot)
Queries for instances of the IServerApplicationSetup required.java.util.List<IServerApplicationSetupPropCnr>
IServerApplicationSetup. getSetupPropertyContainers(PropCnr moduleRoot)
Gets the list of property containers that describes the setup required.Constructors in com.iizix.server.prop with parameters of type PropCnr Constructor Description RootPropTransactionSender(PropMgr propMgr, PropCnr root, Worker worker, IRootPropTransactionSender sender)
Constructs the instance.Uses of PropCnr in com.iizix.server.run.prop
Subclasses of PropCnr in com.iizix.server.run.prop Modifier and Type Class Description class
ServerRuntimeBuilderProps
This remote server part of the iiziRun Builder properties to hold the build settings and handle the interprocess communication.Uses of PropCnr in com.iizix.server.run.remote
Methods in com.iizix.server.run.remote with parameters of type PropCnr Modifier and Type Method Description protected void
RemoteBuilderEndPoint. onClientPropsCreated(PropCnr root)
Called when the root is created from a transaction from the client.Uses of PropCnr in com.iizix.server.security
Subclasses of PropCnr in com.iizix.server.security Modifier and Type Class Description class
ServerKeysProp
Class used to store server keys.Uses of PropCnr in com.iizix.server.vsviewer
Subclasses of PropCnr in com.iizix.server.vsviewer Modifier and Type Class Description class
ServerVSViewerPropCnr
The server VSViewer property container.Uses of PropCnr in com.iizix.term
Methods in com.iizix.term with parameters of type PropCnr Modifier and Type Method Description static java.lang.String
HostState. getStateString(int state, java.lang.String lastError, PropCnr cnr)
Get the string for the host session state and flags.Uses of PropCnr in com.iizix.term.prop
Subclasses of PropCnr in com.iizix.term.prop Modifier and Type Class Description class
ScreenActionGroupProp
This Screen Action Group property container for a terminal host screen.class
ScreenActionProp
This Screen Action property container for a terminal host screen.class
ScreenActionsProp
This Screen fields property container for a terminal host screen.class
ScreenFieldGroupProp
This Screen Field Group property container for a terminal host screen.class
ScreenFieldProp
This Screen Field property container for a terminal host screen.class
ScreenFieldsProp
This Screen Fields property container for a terminal host screen.class
ScreenIdentificationProp
This Screen identification property container for a terminal host screen.class
ScreenIdentificationsProp
This Screen identifications property container for a terminal host screen.class
ScreenProp
This Screen property container holds the screen identifications and fields for a terminal host screen.class
SessionsProp
This Sessions property container holds the terminal properties.class
TelnetCommProps
This property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.static class
TerminalActionActor.Settings
The terminal action actor settings.class
TerminalProps
This property container contains all properties required for the terminal connector in terms of flags, colors, etc.class
TerminalSettings
This TerminalSettings property container holds all settings for a terminal session.Methods in com.iizix.term.prop that return PropCnr Modifier and Type Method Description PropCnr
ScreenActionProp. getPropBaseReference()
Gets a base property container reference instance from the container or any parent containers.PropCnr
ScreenActionsProp. getPropBaseReference()
Gets a base property container reference instance from the container or any parent containers.PropCnr
ScreenProp. getPropBaseReference()
Gets a base property container reference instance from the container or any parent containers.Methods in com.iizix.term.prop with parameters of type PropCnr Modifier and Type Method Description VSParticipant
ScreenProp. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.java.lang.String
SessionsProp. getDefaultName(PropCnr moduleRoot)
Gets the name of the default property container name in case of multiple property containers.java.util.List<IServerApplicationSetupPropCnr>
SessionsProp. getSetupPropertyContainers(PropCnr moduleRoot)
Gets the list of property containers that describes the setup required.Uses of PropCnr in com.iizix.term.server
Subclasses of PropCnr in com.iizix.term.server Modifier and Type Class Description class
ActiveTerminalSession
The container for an active terminal session for the terminal monitor of each client end-point.class
ActiveTerminalSessions
The container for active terminal sessions for the terminal monitor of each client end-point.Uses of PropCnr in com.iizix.test.client
Methods in com.iizix.test.client that return PropCnr Modifier and Type Method Description PropCnr
NonUIClient. getRootProp()
Gets the root property.Uses of PropCnr in com.iizix.ws.actionactor
Subclasses of PropCnr in com.iizix.ws.actionactor Modifier and Type Class Description static class
WebServiceActionActor.Settings
Settings property container.Uses of PropCnr in com.iizix.ws.prop
Subclasses of PropCnr in com.iizix.ws.prop Modifier and Type Class Description class
AbstractInputProps
Abstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.class
OutputColumn
The Output Column connects a table column from the reply output with a VSTable column.class
OutputProps
Output property that ties a result set from the execution of a Web Service request to VirtualSpace.class
OutputTable
The Output Table connects a table from the reply output with a VSTable.class
OutputVariable
The Output Variable connects a reference variable from the reply output with a VSField.class
OutputVariables
Output property that ties a result set from the execution of a Web Service request to VirtualSpace.class
RESTfulInputProps
Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.class
WebServiceProp
Web Service property container holding the definition of a web service transaction.Methods in com.iizix.ws.prop that return PropCnr Modifier and Type Method Description PropCnr
AbstractInputProps. getInputEncodingProp()
Gets the input encoding property container.Methods in com.iizix.ws.prop with parameters of type PropCnr Modifier and Type Method Description VSParticipant
AbstractInputProps. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSParticipant
OutputProps. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.Uses of PropCnr in com.iizix.ws.prop.json
Subclasses of PropCnr in com.iizix.ws.prop.json Modifier and Type Class Description class
JSONElementWrapper
A JSON element wrapper, used to process the output of a Web Service reply.class
JSONEncodedInput
RESTful JSON Encoded input for the request of a Web Service transaction.class
JSONReplyDocument
The JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Uses of PropCnr in com.iizix.ws.prop.url
Subclasses of PropCnr in com.iizix.ws.prop.url Modifier and Type Class Description class
URLEncodedInput
RESTful URL Encoded input for the request of a Web Service transaction.class
URLInputParameter
The Input Variable connects a VSField with an input variable or parameter to a web service request.