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 PropCnrPreference. 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 PropCnrWorkspaceProperties. getPropertyContainer(java.lang.Class<?> clazz)Gets a property container for a class or class name.static PropCnrActivator. getRootProperty(java.lang.String name)Gets a root property from a registered name.static PropCnrActivator. loadPropertiesFile(java.io.File file)Loads a properties file.static PropCnrActivator. loadPropertiesFile(java.net.URL url)Loads a properties file.static PropCnrActivator. 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.InputStreamActivator. createInputStream(PropCnr container)Creates an InputStream from a property container.static booleanActivator. registerRootProperty(java.lang.String name, PropCnr root)Registers a root property container not being a Java or Module root, e.g.static voidActivator. savePropertiesFile(PropCnr container, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor)Saves a properties file.static booleanActivator. 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 interfaceIEditorActionActor<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 classEditorJavaActionActor.SettingsSettings property container.Methods in com.iizigo.actionactor with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesEditorJavaActionActor.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.StringModulesEntryValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringModulesEntryValidator. 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 classAppDistributionPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorAppPropCnrThe Editor version of the Application property container that holds all the Module projects asEditorModuleProjectPropCnrchildren.classEditorModuleProjectPropCnrThe Editor version of the Module project property container.Methods in com.iizigo.app.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesAppDistributionProps0. 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.StringBoolPref. apply(PropCnr settings)Applies the settings.java.lang.StringColorPref. apply(PropCnr settings)Applies the settings.java.lang.StringIClientPref. apply(PropCnr settings)Applies the settings.java.lang.StringIntPref. apply(PropCnr settings)Applies the settings.java.lang.StringKeyPref. apply(PropCnr settings)Applies the settings.java.lang.StringLinePref. apply(PropCnr settings)Applies the settings.booleanPanelPrefComposite. apply(PropCnr settings)Applies the changes.voidBoolPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.voidColorPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.voidIClientPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.voidIntPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.voidKeyPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.voidLinePref. 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 classEditorDatabaseActionActor.SettingsSettings property container.Methods in com.iizigo.db.actionactor with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesEditorDatabaseActionActor.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 voidDatabaseEditor. 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 classEditorConnectionProfileSetupEditor version of a single connection profile setup that is used to establish a JDBC connection.classEditorConnectionProfilesSetupEditor class container with all connection profiles setup's by name.classEditorDatabasePropsThe Editor database properties.classEditorInputPropsEditor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.classEditorInputVariableEditor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.classEditorResultPropsEditor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.classEditorResultSetColumnPropEditor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.classEditorResultSetPropsEditor 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 PropCnrEditorInputProps. getRetargetedVerifyContainer()Gets the retargeted verification property container.protected PropCnrEditorResultProps. getRetargetedVerifyContainer()Gets the retargeted verification property container.protected PropCnrEditorResultSetProps. getRetargetedVerifyContainer()Gets the retargeted verification property container.Methods in com.iizigo.db.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesEditorConnectionProfileSetup0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorConnectionProfilesSetup0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorDatabaseProps0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorInputProps0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorInputVariable0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorResultProps0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorResultSetColumnProp0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorResultSetProps0. 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 PropCnrPropEditorPart. editedPropCnrThe edited property inside thefilePropCnr.protected PropCnrPropEditorPart. rootPropCnrThe (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 PropCnrPropHelper. getAncestor(GProp<?> gp1, GProp<?> gp2)Gets the common ancestor of two properties.static PropCnrPropHelper. 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.StringCreateResourcesFromProperties. 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.StringCreateResourcesFromProperties. 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.StringPropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)Adds properties with undo/redo support.static java.lang.StringPropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename)Adds a property with undo/redo support.static java.lang.StringPropHelper. 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.StringPropHelper. 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 voidPropHelper. doVerify(PropCnr property)Verifies the property.static voidPropHelper. doVerify(PropCnr property, IKStringInfoProvider kstringInfoProvider)Verifies the property.static java.lang.ObjectPropHelper. 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 voidPropEditorPart. initEditor(PropCnr cnr)The initialize editor method.protected voidPropEditorPart. proceedInitProperty(PropCnr pc)Proceeds initializing the editor with the property.static booleanPropHelper. queueVerify(PropCnr property)Asynchronous-verifies the property in a queue in the SWT thread.static booleanPropHelper. queueVerify(PropCnr property, IKStringInfoProvider kstringInfoProvider, java.lang.Runnable callback)Asynchronous-verifies the property in a queue in the SWT thread.static booleanPropHelper. queueVerify(PropCnr property, java.lang.Runnable callback)Asynchronous-verifies the property in a queue in the SWT thread.static voidPropHelper. 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 intPropEditorPart. 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.voidPropEditorPart. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.static java.lang.StringPropHelper. 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 PropCnrContainerParticipant. 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 voidComplexOperation. addProp(PropCnr pc, GProp<?> gp)Adds a property.ContainerParticipantComplexOperation. getContainerParticipant(PropCnr pc)Gets a container participant or creates one.voidComplexOperation. insertProp(PropCnr pc, GProp<?> gp, int index)Inserts a property.voidComplexOperation. moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)Moves a property to another container.ContainerSelectionComplexOperation. newContainerSelection(PropCnr parent, Atom childAtom)Creates a new ContainerSelection instance for a property container involved in the operation.voidComplexOperation. 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 voidFontFacesEditor. 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 classEditorFontFacesFont face style definitions property container for the Editor.classEditorFontFileFont icon files property container for the Editor.classEditorFontFilesFont icon files property container for the Editor.Methods in com.iizigo.font.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesEditorFontFaces0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorFontFile0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorFontFiles0. 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 classImagesControl<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 voidImageHelper. 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.CompositeImageHelper. 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.CompositeImageHelper. 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 voidImageHelper. flagVerification(PropCnr pc)Flags changes when asset changed or asset file reference input changed.static java.lang.StringImageHelper. getTypeString(PropCnr stateCnr)Gets the type string.protected voidImageDefinitionEditor. initEditor(PropCnr cnr)The initialize editor method.static booleanImageHelper. 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 classEditorFontIconDefinitionFont icon definition property container for the Editor.classEditorFontIconsDefinitionFont icon definitions property container for the Editor.classEditorImageDefinitionThis Image Definition part property container for the Editor.classEditorImageLocationThis Image Location has the location of the image part.classEditorImageResolutionThis Image Resolution has the file reference and the device pixel ratio.classEditorImagesDefinitionThis multiple Images Definition property container for the Editor.classEditorImagesResolutionThis Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.classEditorImagesStyleThis Images Style property has a multiple-image file for a style.classEditorImageStyleThis Image Style property container has a style for a single image definition and an asset file reference.classEditorImageStyleLocationThis Image Styles Location has a style and location.classEditorImageStylesResolutionThis Image Styles Resolution has the file reference and the device pixel ratio.classEditorStyledImageDefinitionThis Styled Image Definition part property container for the Editor.classEditorSVGDefinitionSVG definition property container for the Editor.Methods in com.iizigo.image.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesEditorFontIconDefinition0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorFontIconsDefinition0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorImageDefinition0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorImageLocation0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorImageResolution0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorImagesDefinition0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorImagesResolution0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorImagesStyle0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorImageStyle0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorImageStyleLocation0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorImageStylesResolution0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorStyledImageDefinition0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorSVGDefinition0. 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 classJavaProjectRootPropCnrRoot property container for Java projects.classJavaRootContainerProperty 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 classParsedJavaSourceContainerProperty container for a Java source.Uses of PropCnr in com.iizigo.java.prop
Subclasses of PropCnr in com.iizigo.java.prop Modifier and Type Class Description classEditorMethodReference2The 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 PropCnrEditorClassReference. getBackReferenceProperty()Gets the back-reference property.PropCnrEditorMethodReference2. getBackReferenceProperty()Gets the back-reference property.PropCnrIClassReferenceListener. getBackReferenceProperty()Gets the back-reference property.Methods in com.iizigo.java.prop with parameters of type PropCnr Modifier and Type Method Description static EditorClassReferenceEditorMethodReference. getClassReference(PropCnr methodReferenceParent)Gets the ClassReference property from a parent.static IClassReferenceOwnerEditorMethodReference. getClassReferenceOwner(PropCnr methodReferenceParent)Gets the ClassReference parent that SHOULD or COULD hold the ClassReference for a MethodReference.static JavaClassEditorMethodReference. 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 voidContextMenuEditor. initEditor(PropCnr cnr)The initialize editor method.protected voidPanelEditor. 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 classDragDropLinkAdapterComponent acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.classDragDropPropCnrThe drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.classEAbsoluteDataSetup layout data for a component in a container with absolute layout.classEAbsoluteLayoutSetup data for the absolute layout.classEAccordionDataSetup layout data for a component in a container with accordion layout.classEAccordionLayoutAccordion layout.classEBorderDataSetup layout data for a component in a container with border layout.classEBorderLayoutSetup data for the border layout.classEContextMenuDataSetup layout data for a component in a container with context menu layout.classEContextMenuLayoutContext menu layout.classEFlexDataFlex layout data.classEFlexLayoutFlex layout.classEGridDataGrid layout data.classEGridLayoutGrid layout.classEHeadingDataSetup layout data for a component in a container with heading layout.classEHeadingLayoutHeading layout.classEListDataSetup layout data for a component in a container with (mobile) list layout.classEListLayoutList layout.classEMenuBarDataSetup layout data for a component in a container with menu bar layout.classEMenuBarLayoutMenu bar layout.classEMenuDataSetup layout data for a component in a container with menu layout.classEMenuLayoutMenu layout.classEMUIHeadingHeading container.classEMUISimpleDialogEditor class for UISimpleDialog.classEMUISwitchMobile switch UI component.classEMUITabBarTab bar container.classEPanelDataSetup layout data for all panels.classESwapDataSetup layout data for a component in a container with tab layout.classESwapLayoutSwap layout.classETabBarDataSetup layout data for a component in a container with tab bar layout.classETabBarLayoutTab bar layout.classETabDataSetup layout data for a component in a container with tab layout.classETabLayoutTab layout.classEUIAccordionAccordion container.classEUIButtonButton component.classEUICalendarCalendar component.classEUICheckBoxCheckbox component.classEUICheckedMenuItemChecked menu item component.classEUIComboBoxCombobox component.classEUICompsEditor class for UIComps.classEUIContainerEditor class for UIContainer.classEUIContextMenuContext menu container.classEUIDateTimeDate/Time UI component.classEUIDialogEditor class for UIDialog.classEUIEmptyEmpty component.classEUIGaugeGauge component.classEUIImageImage component.classEUIImage2Image component.classEUILabelLabel component.classEUIMediaMedia component.classEUIMenuMenu container.classEUIMenuBarMenu bar container.classEUIMenuItemMenu item component.classEUIMenuSeparatorMenu separator component.classEUIOutputLabel component.classEUIPanelEditor class for UIPanel.classEUIPanelPartEditor class for UIPanel.classEUIPanelPartCnrEditor class for UIContainer.classEUIProgressProgress component.classEUIRadioButtonRadio button component.classEUIRadioMenuItemRadio menu item component.classEUISliderSlider component.classEUISpinnerSpinner UI component.classEUISwapContainerSwap container.classEUITabContainerTab container.classEUITextText component (entry field).classEUITextAreaText area component.classEUITitlePaneGroup container.classPanelSettingsPropCnrCustom 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 PropCnrEditorPropertiesEUIComboBox0. getComponentEditProperties(PropCnr property)protected PropCnrEditorPropertiesEUIComp0. getComponentEditProperties(PropCnr property)Gets the base property definitions for a component.PropCnrEditorPropertiesEUIDateTime0. getComponentEditProperties(PropCnr property)PropCnrEditorPropertiesEUIProgress0. getComponentEditProperties(PropCnr property)PropCnrEditorPropertiesEUISlider0. getComponentEditProperties(PropCnr property)PropCnrEditorPropertiesEAbsoluteLayout0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEBorderLayout0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEFlexLayout0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEGridLayout0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEListLayout0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEUICheckedMenuItem0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEUIComp0. getEditProperties(PropCnr property)Gets the property definitions for a component, checking the layout manager, etc, for additional data in setup.PropCnrEditorPropertiesEUIComps0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEUIContextMenu0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEUIMenu0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEUIMenuItem0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEUIMenuSeparator0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEUIRadioMenuItem0. getEditProperties(PropCnr property)java.lang.StringEAbsoluteData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringEAccordionData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringEBorderData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringEContextMenuData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringEFlexData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringEGridData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringEHeadingData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringEListData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringEMenuBarData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringEMenuData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringEPanelData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringESwapData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringETabBarData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringETabData. getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.java.lang.StringIELayoutProp. 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 classECalendarDataLayout data for calendar list and its calendar events.classECalendarEventThe Editor version of a map marker.classECalendarLayoutMap layout.classEUICalendarListCalendar list component.Methods in com.iizigo.panel.prop.calendar with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesECalendarEvent0. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.java.lang.StringECalendarData. 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 classEAxis2DThe axis for the chart.classEPlot2DThe plot for the chart.classESeriesThe Series for the chart.classESeriesValueThe Series value for the chart.classEUIChartChart component.Methods in com.iizigo.panel.prop.chart with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesEAxis2D0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEPlot2D0. getEditProperties(PropCnr property)PropCnrEditorPropertiesESeries0. getEditProperties(PropCnr property)PropCnrEditorPropertiesESeriesValue0. 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 classEMapDataLayout data for maps.classEMapLayoutMap layout.classEMapMarkerPropThe Editor version of a map marker.classEMapMarkersMap markers container for the designer.classEUIMapMap component.Methods in com.iizigo.panel.prop.map with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesEMapMarkerProp0. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEMapMarkers0. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.java.lang.StringEMapData. 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 classEMLDefaultItemPropThe Editor version of a default list item.classEMLGroupMobile list items group container for the designer.classEMLGroupLayoutMobile list group layout.classEMListList component.classEMListDataLayout data for a component in a container with (mobile) list layout.classEMListLayoutMobile list layout.classEMLItemPropThe 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 PropCnrEditorPropertiesEMLDefaultItemProp0. getEditProperties(PropCnr property)Gets the property definitions for property being edited.PropCnrEditorPropertiesEMLGroup0. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEMLItemProp0. getEditProperties(PropCnr property)Gets the property definitions for property being edited.java.lang.StringEMListData. 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 classEUITableThe Table "component" (really a container).classEUITableColumnThe Table Column component.classEUITableDataSetup layout data for a component in a container with tab layout.classEUITableLayoutUI Table layout.Methods in com.iizigo.panel.prop.table with parameters of type PropCnr Modifier and Type Method Description java.lang.StringEUITableData. 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. propertyClassThe 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 classModuleFolderPropCnrThe module root property container.classModuleRootPropCnrThe module root property container.classProjectRootPropCnrThe project root property container.Methods in com.iizigo.project that return PropCnr Modifier and Type Method Description PropCnrModuleRootPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrProjectRootPropCnr. 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 DesignerPropNewWizard. createNewFile(PropCnr container)Creates the new file in the wizard and opens the editor.protected DesignerPropNewWizard. createNewFile(PropCnr container, boolean doOpenEditor)Creates the new file in the wizard and opens the editor.protected DesignerPropNewWizard. createNewFile(PropCnr container, IFileCreated fileCreated, boolean doOpenEditor)Creates the new file in the wizard.protected DesignerPropNewWizard. createNewFile(java.lang.String label, org.eclipse.core.resources.IFile newFileHandle, PropCnr container, IFileCreated fileCreated, boolean doOpenEditor)Creates a new file.static voidProjectRootPropCnr. doReValidateReferences(PropCnr pc)Rechecks and validates the references for a property container, with a "null" progress monitor that cannot be canceled.static voidProjectRootPropCnr. doValidateReferences(PropCnr pc, boolean doReCheck)Validates the references for a property container.PropCnrEditorPropertiesModuleApp0. getEditProperties(PropCnr property)Gets the property definitions.Method parameters in com.iizigo.project with type arguments of type PropCnr Modifier and Type Method Description voidModuleFolder. 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 classEditorFolderSettingsPropThis folder settings property hold settings for a folder, typically a Selector and a description.classFilePropCnrA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.classFolderPropCnrA PropCnr that can refer to an IFolder object can be loaded and saved as well as checked for modification from last time.classMementoPropCnrMemento supporting property container.classMultiPropCnrClass 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. containersThe parent containers for the edited item.protected PropCnrDesignerProp. propertyContainerThe owner.Methods in com.iizigo.prop that return PropCnr Modifier and Type Method Description PropCnrFilePropCnr. 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.PropCnrDesignerProp. 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 booleanITransferContainerProps. canPasteFrom(PropCnr from)Verifies if the transfer operation is supported for the component in question.default booleanITransferContainerProps. canPasteTo(PropCnr to)Verifies if the transfer operation is supported for the component in question.static org.eclipse.swt.widgets.CompositeDesignerProp. 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.MultiPropEditorBaseEditor. 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.MultiPropEditorIEditedPropertyEntry. 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.MultiPropEditorPropertyEditorInfo. 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 AtomDesignerProp. createFileErrorAtom(PropCnr parentContainer)Creates a unique property atom for file errors for a property.protected java.lang.ObjectMementoPropCnr. 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.PropCnrEditorPropertiesEditorFolderSettingsProp0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesIPropCnrEditorProperties. getEditProperties(PropCnr property)Gets the property definitions for a component.PropCnrEditorPropertiesPropertyEditorSetup. getEditProperties(PropCnr pc)Gets the name mapping from a class to another, e.g.PropCnrEditorPropertiesPropertyEditorSetup. getEditProperties(PropCnr pc, boolean logError)Gets the name mapping from a class to another, e.g.PropCnrEditorPropertiesPropertyEditorSetup. getEditProperties(PropCnr pc, boolean logError, java.lang.Throwable prev)Gets the name mapping from a class to another, e.g.org.eclipse.swt.graphics.ImagePropCnrEditorProperties. getEmptySettingsImage(PropCnr property)When the group is not editable, this image is shown.java.lang.StringPropCnrEditorProperties. 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.booleanPropExtender. initialize(java.lang.String extendsName, PropCnr source, PropCnr target)Initializes the property extender.static booleanEditedPropController. isPropReadOnly(PropCnr pc)Checks if it's read-only, i.e.voidFilePropCnr. onCompletedLoading(PropCnr dataContainerToBe)Called when the file completed its loading from the Module model.voidPropertyEditor. setEditedProperties(PropCnr[] pcs)Sets a new content to the editor.voidPropertyEditor. setEditedProperties(PropCnr pc, java.util.ArrayList<PropertyEditorInfo> infos)Sets a new content to the editor.voidIPropertyEditorController. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.voidStandaloneEditorController. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.default booleanITransferContainerProps. transferContainerProps(boolean doPerformPaste, PropCnr source, IPropUndoRedo undoRedo)Handles transfer of data from one layout to another.protected booleanDesignerProp. 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 PropCnrPKCS12IdentityPropEditor. getEditedPropParent()Gets the single property parent.PropCnr[]PKCS12IdentityPropEditor. getEditedPropParents()Gets the property parents.protected PropCnrBaseReferencePropEditor. 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 MultiPropEditorAtomNamePropEditor. 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.MultiPropEditorExtendsFlagPropEditor. 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.MultiPropEditorExtendsNamePropEditor. 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.MultiPropEditorMultiColorPropEditor. 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.MultiPropEditorMultiIntChoicePropEditor. 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.MultiPropEditorMultiUnitPropEditor. 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.MultiPropEditorMultiUnitsPropEditor. 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.StringExtServerURLValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringFontSizeVerifier. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringGroupNameValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringIDValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringIEntryValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringIntRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringLocalizedStringPropEditor. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringLongRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringNumberRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.java.lang.StringUnitRange. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.protected PropCnrBaseReferencePropEditor. getSelectionBaseProp(PropCnr pc)Gets the base property reference to use as selection root for a property container.java.lang.StringExtServerURLValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringFontSizeVerifier. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringGroupNameValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringIDValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringIEntryValidator. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringIntRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringLocalizedStringPropEditor. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringLongRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringNumberRange. validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.java.lang.StringUnitRange. 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 booleanImageDefinitionFilter. isValid(PropCnr pc)Checks for a valid class in this property of its children.booleanSelectPropViewerFilter. isValid(PropCnr pc)Checks for a valid class in this property of its children.booleanSelectPropViewerFilter. 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.StringIGroupTextFormatter. 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.StringLayoutDataFormatter. 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 intTooltipItem. createLine(org.eclipse.swt.widgets.Composite parent, PropCnr pc, int verticalIndent)Creates a line with the settings specified.java.lang.StringITooltipStringFormatter. 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 classEditorPushPropsContainer 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 PropCnrEditorPropertiesEditorPushProps0. getEditProperties(PropCnr property)Uses of PropCnr in com.iizigo.pwa.prop
Subclasses of PropCnr in com.iizigo.pwa.prop Modifier and Type Class Description classEditorPWAPropsContainer 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 PropCnrEditorPropertiesEditorPWAProps0. 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 PropCnrEditorPropertiesIRuntimeBuilder. 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 PropCnrEditorPropertiesEclipseRuntimeBuilder. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditableProps0. 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 classEditorRuntimeBuilderPropsContainer 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 voidSelectorEditor. 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 classEditorSelectorThis Selector property container for the Editor.Methods in com.iizigo.selector.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesESelector. 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 voidServerConfigComposite. 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 classEditorLetsEncryptDomainEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorMailPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorPolicyPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorServerAppConfigEditor version of the container that holds the application configuration.classEditorServerConfigEnvPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorServerPluginConfigEditor version of the property container for the configuration of a plug-in for a Server configuration environment.classEditorServerPropsEditor version of the container that holds the server properties.classEditorServerSettingsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorWebServerPortConfigEditor 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 PropCnrEditorPropertiesEditorLetsEncryptDomain0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorMailProps0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorPolicyProps0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorServerAppConfig0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorServerConfigEnvProps0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorServerPluginConfig0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorServerSettings0. getEditProperties(PropCnr property)Gets the property definitions.PropCnrEditorPropertiesEditorWebServerPortConfig0. 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 classEditorClientSessionPropClient session property for end-points.classEditorEndPointPropCnrAn end point property.classEditorEndPointsPropCnrAn end point property.classEditorInfoPropCnrProperty container used to transport information, typically between server and monitor, where the information typically is a "snapshot" of properties.classEditorSessionConnectionStatPropClient session property for end-points.classEditorVirtualizedMonitorPropCnrEditor 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 PropCnrEditorPropertiesEditorClientSessionProp.Setup. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorEndPointPropCnr.Setup. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorEndPointsPropCnr.Setup. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorSessionConnectionStatProp.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 voidStyleEditor. initEditor(PropCnr cnr)The initialize editor method.voidStylesButton. 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 classEditorStylesThis Styles property container for the Editor.Methods in com.iizigo.style.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesEditorStyles0. 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 voidIFlatToolbarButtonIntegration. 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 classCaptureFieldPropThis Capture Field property container holds the screen identifications and fields for a terminal host screen.classCaptureRootPropThis Capture Root property container holds the screen capture and fields for a EE host screen.classCaptureScreenPropThis 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 PropCnrCaptureRootProp. 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 PropCnrEditorPropertiesEField. 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 classEditorScreenActionGroupPropThis Screen Action Group property container for a terminal host screen property.classEditorScreenActionPropThis Screen Action property container for a terminal host screen property.classEditorScreenActionsPropThis Screen Actions property container for a terminal host screen property.classEditorScreenFieldGroupPropThis Screen Field Group property container for a terminal host screen property.classEditorScreenFieldPropThis Screen identification property container for a terminal host screen property.classEditorScreenFieldsPropThis Screen Fields property container for a terminal host screen property.classEditorScreenIdentificationPropThis Screen identification property container for a terminal host screen property.classEditorScreenIdentificationsPropThis Screen identification property container for a terminal host screen property.classEditorScreenPropThis Screen property container holds the screen identifications and fields for a terminal host screen.classEditorSessionsPropThis Sessions property container holds the terminal properties.static classEditorTerminalActionActor.SettingsEditor version of the Settings property container.classEditorTerminalPropsThis Terminal property container holds terminal settings.Methods in com.iizigo.term.prop that return PropCnr Modifier and Type Method Description PropCnrEditorSessionsProp. 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.StringScreenPropValidator. getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.PropCnrEditorPropertiesEditorSessionsProp0. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.PropCnrEditorPropertiesEditorTerminalActionActor.Setup. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorTerminalProps0. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.PropCnrEditorPropertiesEScreen. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.PropCnrEditorPropertiesEScreenAction. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.PropCnrEditorPropertiesEScreenActionGroup. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.PropCnrEditorPropertiesEScreenActions. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.PropCnrEditorPropertiesEScreenField. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.PropCnrEditorPropertiesEScreenFieldGroup. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.PropCnrEditorPropertiesEScreenFields. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.PropCnrEditorPropertiesEScreenIdentification. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.PropCnrEditorPropertiesEScreenIdentifications. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.java.lang.StringScreenPropValidator. 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 classLogicItemPropThe recording logic item property container.classLogicPropThe recording logic property container.classRecordingPropThis Recording property container holds the screens and logic.classRecordingRootPropThis Recording Root property container holds the recording.classRecordingScreenPropThis Recording Screen property container holds the screen name.classRecordingScreensPropThis Recording Screens property container holds the screens.Methods in com.iizigo.term.recording.prop that return PropCnr Modifier and Type Method Description PropCnrRecordingRootProp. 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 PropCnrEditorPropertiesELogic. getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.PropCnrEditorPropertiesELogicItem. 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 PropCnrScreenRectangle. propertyThe property associated with the rectangle.Methods in com.iizigo.term.screen with parameters of type PropCnr Modifier and Type Method Description voidScreenDesigner. assignProperty(PropCnr propCnr)Assigns the verification property and starts listening to it.protected voidScreenEditor. 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 classEditorActiveTerminalSessionThe container for an active terminal session for the terminal monitor of each client end-point.classEditorActiveTerminalSessionsThe 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 PropCnrEditorPropertiesEditorActiveTerminalSession.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 voidTextTableEditor. 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 classEditorTextTableThis Selector property container for the Editor.Methods in com.iizigo.text.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesEditorTextTable0. 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 voidControlValidator. 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 PropCnrVSConnection. masterParentThe master parent.PropCnrVSConnection. propertyThe property to connect to a VS field.Methods in com.iizigo.vs with parameters of type PropCnr Modifier and Type Method Description EditorVSFieldNewVSFieldWizardPage. create(Atom name, PropCnr vsParent, ComplexOperation op)Creates the field when a dialog box is present.static EditorVSColumnHeaderNewVSColumnWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.static EditorVSFieldNewVSFieldWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.static EditorVSTableNewVSTableWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.protected voidVirtualSpaceEditor. initEditor(PropCnr cnr)The initialize editor method.protected intVirtualSpaceEditor. 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 classEditorActionActorsThe Editor version of class container for associated action actors of a VSAction.classEditorFieldActorThe VirtualSpace Field Actor reference property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.classEditorFieldActorsThe Editor version of class container for associated field actors of a VSField.static classEditorHistoryBackward.SettingsEditor version of the Settings property container.static classEditorHistoryForward.SettingsEditor version of the Settings property container.static classEditorSetFocus.SettingsEditor version of the Settings property container.static classEditorSetSourceFieldValue.SettingsEditor version of the Settings property container.static classEditorSetTargetFieldValue.SettingsEditor version of the Settings property container.static classEditorTransportField.SettingsEditor version of the Settings property container.Methods in com.iizigo.vs.actor that return PropCnr Modifier and Type Method Description PropCnrEditorActionActors. getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.PropCnrEditorFieldActors. 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 PropCnrEditorPropertiesEditorHistoryBackward.Setup. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorHistoryForward.Setup. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorSetFocus.Setup. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorSetSourceFieldValue.Setup. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorSetTargetFieldValue.Setup. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorTransportField.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 PropCnrVSLinkAction. runOperation(PropCnr target, java.util.ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.protected PropCnrVSLinkField. runOperation(PropCnr target, java.util.ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.protected abstract PropCnrVSLinkInfo. runOperation(PropCnr target, java.util.ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.protected PropCnrVSLinkVirtualSpace. 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.StringVSLinkAction. getOperation(PropCnr target, EditorVSAction component)Returns the operation that linking will produce.protected java.lang.StringVSLinkField. getOperation(PropCnr target, EditorVSField component)Returns the operation that linking will produce.protected abstract java.lang.StringVSLinkInfo. getOperation(PropCnr target, VSCOMP component)Returns the operation that linking will produce.protected java.lang.StringVSLinkVirtualSpace. getOperation(PropCnr target, EditorVirtualSpace component)Returns the operation that linking will produce.protected booleanVSLinkAction. isAlreadyLinked(PropCnr target, EditorVSAction component)Verifies if the component has been linked already.protected booleanVSLinkField. isAlreadyLinked(PropCnr target, EditorVSField component)Verifies if the component has been linked already.protected abstract booleanVSLinkInfo. isAlreadyLinked(PropCnr target, VSCOMP component)Verifies if the component has been linked already.protected booleanVSLinkVirtualSpace. isAlreadyLinked(PropCnr target, EditorVirtualSpace component)Verifies if the component has been linked already.static voidIVSLinkEnabler. 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 PropCnrVSLinkAction. runOperation(PropCnr target, java.util.ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.protected PropCnrVSLinkField. runOperation(PropCnr target, java.util.ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.protected abstract PropCnrVSLinkInfo. runOperation(PropCnr target, java.util.ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.protected PropCnrVSLinkVirtualSpace. 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 classEditorVirtualSpaceThe Editor VirtualSpace property class.classEditorVSActionThe Editor VirtualSpace Action property class.classEditorVSColumnHeaderThe Editor VirtualSpace Column property class.classEditorVSFieldThe Editor VirtualSpace Field property class.classEditorVSGroupThe Editor VirtualSpace Group property class.classEditorVSParticipantsHolderThe Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.classEditorVSRowThe Editor VirtualSpace Row property class.classEditorVSRowsThe rows property class that only allows VSRow children properties.classEditorVSTableThe Editor VirtualSpace Field property class.Methods in com.iizigo.vs.prop that return PropCnr Modifier and Type Method Description PropCnrEditorVSAction. getBaseJavaReference()Gets the base reference path for the Java reference, e.g.PropCnrEditorVSColumnHeader. getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.PropCnrEditorVSField. getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.PropCnrEditorVSTable. 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 EditorVSTableEditorVSTable. createTable(PropCnr parent, java.lang.String suggestedName, CreateColumnData[] columns)Creates a table with the suggested name to be placed in a container.PropCnrEditorPropertiesEditorVirtualSpace0. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorVSAction0. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorVSColumnHeader0. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorVSField0. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorVSGroup0. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorVSParticipantsHolder0. getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.PropCnrEditorPropertiesEditorVSTable0. 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 classVSViewerPropCnrThe 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 PropCnrVSComponentCreation. getVSParent()Gets the parent for the component.Methods in com.iizigo.vs.wizards with parameters of type PropCnr Modifier and Type Method Description protected EditorVSActionVSActionCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.protected EditorVSColumnHeaderVSColumnCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.protected abstract VSTYPEVSComponentCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.protected EditorVSFieldVSFieldCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.protected EditorVSTableVSTableCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.voidVSComponentCreation. 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 classEditorWebServiceActionActor.SettingsSettings property container.Methods in com.iizigo.ws.actionactor with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesEditorWebServiceActionActor.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 PropCnrIEditorReplyProcessor. 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 voidWebServiceEditor. 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 classEditorOutputColumnEditor version of the Output Column connects a table column from the reply output with a VSTable column.classEditorOutputPropsEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorOutputTableEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorOutputVariableEditor version of the Output Variable connects a reference variable from the reply output with a VSField.classEditorOutputVariablesEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorRESTfulInputPropsEditor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.classEditorWebServicePropEditor 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 PropCnrEditorOutputProps. getRetargetedVerifyContainer()Gets the retargeted verification property container.protected PropCnrEditorRESTfulInputProps. getRetargetedVerifyContainer()Gets the retargeted verification property container.Methods in com.iizigo.ws.prop with parameters of type PropCnr Modifier and Type Method Description PropCnrEditorPropertiesEditorOutputColumn0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorOutputProps0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorOutputTable0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorOutputVariable0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorOutputVariables0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorRESTfulInputProps0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorWebServiceProp0. 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 classEditorJSONElementWrapperEditor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.classEditorJSONEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.classEditorJSONReplyDocumentEditor 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 PropCnrEditorJSONReplyDocument. 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 PropCnrEditorPropertiesEditorJSONElementWrapper0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorJSONReplyDocument0. 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 classEditorURLEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.classEditorURLInputParameterEditor 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 PropCnrEditorPropertiesEditorURLEncodedInput0. getEditProperties(PropCnr property)PropCnrEditorPropertiesEditorURLInputParameter0. getEditProperties(PropCnr property)Uses of PropCnr in com.iizix
Classes in com.iizix with type parameters of type PropCnr Modifier and Type Interface Description interfaceIPluginDescriptor<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 classAbstractSettingsClass extending the property container.static classJavaActionActorBase.SettingsSettings 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 interfaceIAnnotationReferenceProcessor<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 PropCnrIBackReferenceProvider. 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 voidIInstanceLifecycleListener. onDisposed(PropCnr owner)Called when the virtualized owner property is disposed of, i.e.voidIInstanceLifecycleListener. 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 PropCnrApplicationDistributor. loadFile(java.io.File file)Loads a property file.PropCnrApplicationDistributor. 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 classDatabaseActionActor.SettingsSettings property container.Uses of PropCnr in com.iizix.db.prop
Subclasses of PropCnr in com.iizix.db.prop Modifier and Type Class Description classConnectionProfileSetupA single connection profile setup that is used to establish a JDBC connection.classConnectionProfilesSetupContainer with all connection profiles setup's by name.classDatabasePropsThis database property container holds database service definition.classInputPropsInput Properties that ties the input to the execution of an SQL query statement to VirtualSpace.classInputVariableThe Input Variable connects a VSField with an input variable or parameter to an SQL query statement.classResultPropsResult property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.classResultSetColumnPropThe result set Column property that connects the column name in a result set with a VSColumnHeader.classResultSetPropsResult 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.StringConnectionProfilesSetup. 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 PropCnrParentCnrAddedEvent. getContainer()Gets the container that is added or removed (same as getSource()).PropCnrPropCnrEvent. getContainer()Gets the container that got the property added or removed.PropCnrPropCopyEvent. getContainer()Gets the container that got the property added or removed.PropCnrPropDisposeEvent. getContainer()Gets the parent container that owned the property.PropCnrPropReorderEvent. getEventTarget()Returns the container that was reordered (same as "getSource()").PropCnrParentCnrMoveEvent. getOldContainer()Gets the old property container.PropCnrPropMoveEvent. getOldContainer()Gets the old property container.PropCnrRemoteEvent. 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 booleanGEvent. isPropertyChange(PropCnr pc, Atom name)Checks if the event is a modification change of any property in the specified container.booleanGEvent. isPropertyChange(PropCnr pc, java.lang.String name)Checks if the event is a modification change of any property in the specified container.booleanPropCnrEvent. isPropertyChange(PropCnr pc, Atom name)Checks if the event is a modification change of any property in the specified container.booleanPropCnrEvent. isPropertyChange(PropCnr pc, java.lang.String name)Checks if the event is a modification change of any property in the specified container.booleanPropCopyEvent. isPropertyChange(PropCnr pc, Atom name)Checks if the event is a modification change of any property in the specified container.booleanPropCopyEvent. isPropertyChange(PropCnr pc, java.lang.String name)Checks if the event is a modification change of any property in the specified container.booleanPropValueEvent. isPropertyChange(PropCnr pc, Atom name)Checks if the event is a modification change of any property in the specified container.booleanPropValueEvent. isPropertyChange(PropCnr pc, java.lang.String name)Checks if the event is a modification change of any property in the specified container.booleanGEvent. isPropertyChangeIn(PropCnr pc)Checks if the event is a modification change of any property in the specified container.booleanGEvent. 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 specifiedisPostResolvingflag.Uses of PropCnr in com.iizix.gyro
Methods in com.iizix.gyro that return PropCnr Modifier and Type Method Description PropCnrIAppSessionGyro. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrGyroTransaction. 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 IDBConnectionPoolJDBCHelper. 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 PropCnrILicenseServerListener. 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 voidIDesignerLicenseSystem. addDeveloperAppPropCnrData(PropCnr appPropCnr)Adds the required information in the AppPropCnr property container for the application.java.lang.StringIDesignerLicenseSystem. 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 classAbstractStylesAbstract styles property container that either holds styles or other style related data such as font faces.classAppLanguagesThe configured languages for the application.classApplicationThe application property container holds all information about a single application.classArrayProp<ITEM extends GProp<?>>The Array property class holds the property name, value and optionally has a parent and/or property listener(s).classClientPropsThis 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).classDesignerPropCnrSpecial Designer property container that is private.classDevParamsDevice parameters container available only for iiziRun.classEditorPropCnrEditor Property Container, i.e.classEnvPropsThis 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).classFileURIPropCnrA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.classFolderSettingsPropThis folder settings property hold settings for a folder, typically a Selector and a description.classFolderURIPropCnrA PropCnr that can is a "directory" and can contain FileURIPropCnr's.classGeoPropsThis Geographical property is a container that holds information about client position and an API to work with geographical location services.classMailPropsContainer holding mail settings.classMethodReference2The Method Reference "2" property class hold the reference to a Method that is in a Java class.classModuleAppThis Module Applications settings that defines the behavior of the application and contains its settings.classPolicyPropsContainer holding policiy settings.classProxyPropCnrThe 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.classPushPropCnrContainer for Push property container for the application.classPushPropsThe Push properties for the application.classPWAPropCnrContainer for Progressive Web App's (PWA).classPWAPropsThe Progressive Web App (PWA) properties.classReferralsHolderThe Referrals Holder property container contains the properties that refer to the owner of this container.classRuntimeBuilderPropsThis iiziRun Builder properties for the server side to hold the build settings and handle the interprocess communication.classSelectorThe Selector class is used to enable or disable participants such as panels, text tables and translation tables, perhaps images.classServerClientSessionPropsThe Server's Client Session properties hold information relating to the current client session, i.e.classServerSocketCommPropsThis property container contains all properties required for a Server Socket (NIO) connection.classSettingsPropCnrSettings property container, a "raw" PropCnr.classSocketCommPropsThis property container contains all properties required for a Socket (NIO) connection using Proxy, WebSocket, SSL, etc, required by the SocketProp property.classSpeechRecognitionPropSpeech Recognition property for remote client execution.classSpeechSynthesisPropSpeech Synthesis property for remote client execution.classSSLCommPropsThis property container contains all properties required for a SSL Socket (NIO) connection.classStylesThis styles property container holds the styles associated with a UI component.classStylesCnrStyles Container used to hold a Styles property instance for the Client used as a Class Name.classTextTableThe text table property holds the text table items consisting of KStrings.classTransactionCommPropsThis property container contains all properties required for Transaction communication based on WebSockets.classVirtualsPropCnrThe Virtuals property container contains all the virtualized instances of a session divided into VirtualSpace, Panels, and other connectors.classWebSocketCommPropsThis property container contains all properties required for WebSocket communication.classWebSocketServerCommPropsThis property container contains all properties required for a WebSocket Server (NIO) connection.classWindowsThe 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_CNRSEmpty array of property containers.PropCnrProxyImpl. sourceThe source property container.PropCnrProxyImpl. targetThe 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 PropCnrPropCnr. clone()Creates a clone out of this property.PropCnrProxyPropCnr. clone()ProxyPropCnr does not support cloning.PropCnrPropCnr. getExtendsContainer()Gets the extends container.PropCnrGProp. getExtendsRootContainer()Searches for an Extends container for a property.PropCnrIGProp. getExtendsRootContainer()Searches for an Extends container for a property.PropCnrModuleProjectSettings. getMainPropCnr()Gets the main property container storage.PropCnrPreloadClientCacheResource. getOwner()Gets the owner property.PropCnrGProp. getParent()Gets the parent of this property.PropCnrIGProp. getParent()Gets the parent of this property.PropCnrGProp. getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.PropCnrIGProp. getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.PropCnrPropCnr. getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.PropCnrIPropCnr. getPropCnr()Gets the property container instance.PropCnrPropCnr. 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 PropCnrPropCnr. getRetargetedVerifyContainer()Gets the retargeted verification property container.PropCnrClientProps. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrGProp. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrIModuleProjectPropProvider. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrGProp. getRootParent()Gets the root container in the property tree.protected PropCnrGProp. getRootParent(GProp<?> requestor)Gets the root container in the property tree.PropCnrIGProp. getRootParent()Gets the root container in the property tree.protected PropCnrProxyPropCnr. getRootParent(GProp<?> requestor)Gets the root container in the property tree.PropCnrVirtualsPropCnr. getVirtualizedContainer(java.lang.String ref)Gets a virtual property from a reference path.PropCnrPropFactory. loadPropTree(PropMgr propertyManager, java.io.File file, boolean setPropMgrToProps)Loads a property tree from an XML file.PropCnrPropFactory. loadPropTree(PropMgr propertyManager, java.lang.String fileName, java.io.InputStream in, boolean setPropMgrToProps)Loads a property tree from an XML file.PropCnrPropFactory. 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 voidPropCnr. __transferChildProps(PropCnr pc)Transfers all properties from another container to this container.static voidIComplexOperation. addProp(IComplexOperation op, PropCnr pc, IGProp<?> gp)Adds a property.voidIComplexOperation. addProp(PropCnr pc, GProp<?> gp)Adds a property.voidVirtualsPropCnr. addVirtualizedContainer(PropCnr cnr, java.lang.String ref)Adds a new virtualized property container with the specified reference path.voidProxyPropCnr. assignRootParent(PropCnr root)Assigns a root parent proxying is done for e.g.voidPropCnr. 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.DocumentPropFactory. createDocument(PropCnr pc)Creates a Document from a property container.VSReferenceModuleApp. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.VSReferencePropCnr. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.protected voidPropCnr. 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.ObjectEditorPropCnr. equalsTree(PropCnr pc2, int how)Checks for equality in the whole container structure.protected java.lang.ObjectGProp. equalsTree(PropCnr pc, int how)Checks for equality in the whole container structure.protected java.lang.ObjectPropCnr. equalsTree(PropCnr pc2, int how)Checks for equality in the whole container structure.protected java.lang.ObjectPropCnr. equalsTree(PropCnr pc2, java.lang.Class<? extends IGProp<?>> arrayItemClass, int how)Checks for equality in the whole container structure.default CHOICEIPropCnrChoiceOption. 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 ClassReferenceClassReference. getClassReference(PropCnr pc, java.lang.String id)Gets a ClassReference instance from a property.protected java.lang.StringAbstractBaseRelativeReference. getScopeErrorMessage(TARGET property, PropCnr base)Gets the error message when the base container doesn't validate scope.booleanIPropExtender. initialize(java.lang.String extendsName, PropCnr source, PropCnr target)Initializes the property extender.static voidIComplexOperation. insertProp(IComplexOperation op, PropCnr pc, IGProp<?> gp, int index)Inserts a property.voidIComplexOperation. insertProp(PropCnr pc, GProp<?> gp, int index)Inserts a property.booleanGProp. moveProp(PropCnr moveToContainer)Moves this property container to another container, without changing the listeners.booleanGProp. moveProp(PropCnr moveToContainer, Atom newName, int destinationIndex)Moves this property container to another container, without changing the listeners.booleanGProp. moveProp(PropCnr moveToContainer, Atom newName, Atom reference, boolean isAfter)Moves this property container to another container, without changing the listeners.voidIComplexOperation. moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)Moves a property to another container.static voidIComplexOperation. moveProp(IComplexOperation op, IGProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)Moves a property to another container.booleanIGProp. moveProp(PropCnr moveToContainer)Moves this property container to another container, without changing the listeners.booleanIGProp. moveProp(PropCnr moveToContainer, Atom newName, int destinationIndex)Moves this property container to another container, without changing the listeners.booleanIGProp. moveProp(PropCnr moveToContainer, Atom newName, Atom reference, boolean isAfter)Moves this property container to another container, without changing the listeners.protected voidAbstractReference. onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when parent changed.protected voidGProp. onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when the parent is changed for this class.protected voidSelector. onPropParentChanged(PropCnr oldParent, PropCnr newParent)Verify when loaded/created.protected voidStylesReferences. onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when parent changed.protected voidValueProp. onPropParentChanged(PropCnr oldParent, PropCnr newParent)If the value property is added in any component that is not a VS field, make it private.voidIProxyRemovedListener. onProxySourceRemoved(PropCnr proxyCnr)Called when the proxy source is removed.protected voidClassReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidFixedVirtualizedAbstractReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidGProp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidFixedVirtualizedAbstractReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidGProp. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.static BinderActionsPropBinder. 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 BinderActionsPropBinder. populatePOJO(IPropBinder pojo, PropCnr container, boolean doSkipProperty, int depth)Populates an instance of a POJO with data from properties in a container.static BinderActionsPropBinder. populateProp(BinderActions ba, IPropBinder pojo, PropCnr container, int depth, boolean skipUnknownFields, boolean createNewProperties)Populates a property from a POJO object.static BinderActionsPropBinder. populateProp(IPropBinder pojo, PropCnr container)Populates a property from a POJO object.voidPropMgr. processUpdateTrans(PropCnr root, ReadTransaction trans)Processes the TRANS_UPDATE transaction on a root property container.voidVirtualsPropCnr. removeVirtualizedContainer(PropCnr cnr)Removes a virtualized container.static voidIComplexOperation. reorderProps(IComplexOperation op, PropCnr pc, Atom[] order)Reorder a property container.voidIComplexOperation. reorderProps(PropCnr pc, Atom[] order)Reorder a property container.voidPropCnr. replaceProps(PropCnr cnr)Replaces all properties in this container with the ones from the specified one.default booleanIPropCnrChoiceOption. set(PropCnr pc)Sets a choice option.voidGProp. triggerRemoteEvent(int localID, PropCnr params)Triggers a remote event for execution at the remote partyonRemoteEvent()method of this remote property instance.voidIGProp. triggerRemoteEvent(int localID, PropCnr params)Triggers a remote event for execution at the remote partyonRemoteEvent()method of this remote property instance.default voidIPropCnrInteger. validate(PropCnr pc, int value)Validates a new value.default voidIPropCnrKString. validate(PropCnr pc, KString ks)Validates a new string.default voidIPropCnrNumber. validate(PropCnr pc, double value)Validates a new value.default voidIPropCnrString. 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 intPropCnr. 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 classAbstractContentUIContainer<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.ObjectAbstractContentUIContainer. equalsTree(PropCnr pc2, int how)Checks for equality in the whole container structure.protected voidAbstractContentUIContainer. onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when the parent is changed for this class.protected voidAbstractContentUIContainer. 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 classFontFacesThe font faces property container holds information about font face(s) that are available in the application.classFontFileContainer for all font icon files used in a FontIconsDefintion.classFontFilesContainer 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 voidFontConsumed. 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 classAbstractImageDefinitionImage definition property container.classAbstractImageResolutionThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.classFontIconDefinitionThe definition of a single font icon and how it represent itself in the various states, e.g.classFontIconsDefinitionThe 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.classImageDefinitionSingle image definition property container.classImageLocationThis Image Location property container.classImageResolutionThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.classImagesDefinitionThe Images Definition property container for multiple icons/images and multiple states and resolutions.classImagesResolutionThe Images Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartLocation properties.classImagesStyleThis Images Style property container has the state for several images.classImageStyleThis Image Style property container holds the image types, asset reference, and other settings.classImageStyleLocationThis Image Style Location property container has the state for several images.classImageStylesResolutionThis Image States Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartStateLocation properties.classRuntimeImageDefinitionThe runtime image definition is used to provide images at runtime that are images located in other files than the asset files.classStyledImageDefinitionImage States Definition property container when a single image file has one image in many states and possibly resolutions.classSVGDefinitionThe 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 PropCnrFontIconDefinition. clone()Clone of image forces creation of the source client image data before cloning.PropCnrImageDefinition. clone()Clone of image forces creation of the source client image data.PropCnrSVGDefinition. 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 classAbsoluteDataThe AbsoluteData is the layout data for components in a container with AbsoluteLayout.classAbsoluteLayoutAbsoluteLayout is a layout manager.classAbstractUIActionAbstract UI Action component such as buttons or menu item that are connected to a VS Action.classAccordionDataThe AccordionData is the layout data for components in a container with AccordionLayout.classAccordionLayoutAccordion container specific layout manager.classBorderDataThe BorderData is the layout data for components in a container with BorderLayout.classBorderLayoutBorderLayout is a layout manager.classContextMenuDataThe ContextMenuData is the layout data for components in a container with ContextMenuLayout.classContextMenuLayoutMenu specific layout manager.classDOMElementDOM Element property container used to keep information of the created UI item and its internal DOM structure.classFlexDataThe FlexData is the layout data for components in a container with FlexLayout.classFlexLayoutFlexLayout is a layout manager.classGridDataThe GridData is the layout data for components in a container with GridLayout.classGridLayoutGridLayout is a layout manager.classHeadingDataThe HeadingData is the layout data for components in a container with HeadingLayout.classHeadingLayoutHeader specific layout manager.classImagePreviewImage preview property for use with any UI component or container.classLayoutMgr<LAYOUT_PROP extends LayoutProp>LayoutMgr is the class that handles layout of UIComp's in a UI container.classLayoutPropThe LayoutProp is the generic property for layout managers using properties to layout it's components.classListDataThe ListData is the layout data for components in a container with ListLayout.classListLayoutList container specific layout manager.classMenuBarDataThe MenuBarData is the layout data for components in a container with MenuBarLayout.classMenuBarLayoutMenu bar specific layout manager.classMenuDataThe MenuData is the layout data for components in a container with MenuLayout.classMenuLayoutMenu specific layout manager.classMessageBoxThe message box is a container to display a message box on the client side and wait for the user reply.classMUIHeadingHeader UI container.classMUISimpleDialogSimple mobile popup dialog.classMUISwitchMobile switch UI component.classMUITabBarTab bar UI container.classPanelDataThe panel layout data.classSwapDataThe SwapData is the layout data for components in a container with SwapLayout.classSwapLayoutSwap container specific layout manager.classTabBarDataThe TabBarData is the layout data for components in a container with TabBarLayout.classTabBarLayoutTab bar specific layout manager.classTabDataThe TabData is the layout data for components in a container with TabLayout.classTabLayoutTab container specific layout manager.classToasterToaster property.classUIAbstractListChoiceAbstract list choice UI component used for combobox and spinner.classUIAccordionAccordion UI container.classUIButtonButton UI component.classUICalendarCalendar UI component.classUICheckBoxCheckbox UI component.classUICheckedMenuItemMenu item UI component.classUIComboBoxCombobox UI component.classUICompThe UIComp class is the basic implementation of a single user interface component.classUICompsThe UIComps class is the property container for all UIComp instances of the UIComps class.classUIContainerThe UIContainer class is a standard simple container for components.classUIContextMenuContext menu UI container.classUIDialogDesktop popup dialog.classUIEmptyEmpty UI component.classUIGaugeGauge UI component.classUIImageImage UI component.classUIImage2Image Crop and Upload UI component.classUILabelLabel UI component.classUIMediaMedia UI component.classUIMenuMenu UI container.classUIMenuBarMenu bar UI container.classUIMenuItemMenu item UI component.classUIMenuSeparatorMenu separator UI component.classUIOutputOutput (label) UI component.classUIPanelPanel UI container.classUIPanelBaseBase panel UI container.classUIPanelPartPanel part UI container.classUIPanelPartCnrThe UI panel part container.classUIProgressProgress UI component.classUIRadioButtonRadio button UI component.classUIRadioMenuItemMenu item UI component.classUISliderSlider UI component.classUISpinnerSpinner UI component.classUISwapContainerUI swap container.classUITabContainerUI tab container.classUITextText UI component.classUITextAreaText area UI component.classUITitlePaneTitle panel UI container optionally collapsable.Methods in com.iizix.prop.ui that return PropCnr Modifier and Type Method Description default PropCnrIUIActionHolder. getBaseJavaReference()Gets the base reference path for the Java reference.PropCnrUIContextMenu. getPropBaseReference()The panel is the base component base reference.PropCnrUIPanelBase. getPropBaseReference()The panel is the base component base reference.PropCnrUIPanelPartCnr. 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 VSParticipantUIContextMenu. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.VSParticipantUIPanelBase. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.protected voidUIContextMenu. 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 voidUIPanelBase. 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.ObjectImagePreview. equalsTree(PropCnr pc2, int how)Checks for equality in the whole container structure.protected java.lang.StringAbstractUICompRelativeReference. getScopeErrorMessage(TARGET property, PropCnr base)Gets the error message when the base container doesn't validate scope.protected voidUIPanelPartCnr. onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when the parent is changed for this class.protected voidContextMenuReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidUIComp. 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.UICompsUIComps. 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 classCalendarDataThe layout data for calendar lists and their items: they are not used, but is required to be present by the framework.classCalendarEventA (sub)calendar list event.classCalendarLayoutLayout manager for calendar lists.classUICalendarListCalendar 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 classUIChartChart UI component.Methods in com.iizix.prop.ui.chart with parameters of type PropCnr Modifier and Type Method Description voidChartInteger. 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 classAxis2DA 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 voidAxisInteger. 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 classPlot2DA 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 voidPlotInteger. 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 classSeriesA chart series consists of several series values properties in a defined order.classSeriesValueA 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 classUIDateTimeDate/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 classMapDataThe layout data for all mobile list components or containers, i.e.classMapLayoutLayout manager for maps.classMapMarkerPropThe property container for map markers.classMapMarkersThe map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.classUIMapMap 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 classMLDefaultItemPropThe property container for default mobile list items.classMLGroupThe 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.classMLGroupLayoutLayout manager for mobile list groups.classMListMobile list item UI component.classMListDataThe layout data for all mobile list components or containers, i.e.classMListLayoutLayout manager for all mobile lists.classMLItemPropThe 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 classTableRowThe Table Row instance.classTableRowsThe Table Rows container instance.classUITableThe table UI container.classUITableColumnThe table column UI container.classUITableDataThe table column data is the layout data for components in a UITable container.classUITableLayoutUITable container specific layout manager.Methods in com.iizix.prop.ui.table with parameters of type PropCnr Modifier and Type Method Description protected voidUITable. onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when the parent is changed for this class.protected voidUITable. 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 classAbstractVSVariable<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>Class that holds a single VS "variable" mapping of a certain type.classVirtualSpaceThis VirtualSpace property container holds the fields and tables in the VirtualSpace.classVSActionThe VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).classVSColumnHeaderThe VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).classVSComponentBase VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.classVSFieldThe VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).classVSGroupThe VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).classVSParticipantsHolderThis class is a child of the VirtualSpace and contains the participants in the VirtualSpace.classVSRowThe VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).classVSRowsThe rows property class that only allows VSRow children properties.classVSTableThe VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).classVSVariablesVirtualSpace "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 PropCnrVSReferenceOwnerData. ownerThe 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 booleanVSActionTXProcess. addTransactionContainer(PropCnr transactionContainer)Creates a Gyro transaction for a property container.booleanVSActionTXProcess. addTransactionContainer(PropCnr transactionContainer, IFocusEngine focusEngine)Creates a Gyro transaction for a property container.VSReferenceVirtualSpace. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.protected voidVirtualSpace. 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 voidVSRelativeReference. onPropParentChanged(PropCnr oldParent, PropCnr newParent)The parent has been changed, if added to a container or moved, recheck the reference.protected voidVirtualSpace. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidVSComponent. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidVSRelativeReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidVSComponent. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSFocusReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSParticipant. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSRelativeReference. 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 classAbstractPredefinedSettingsThe predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.classActionActorsClass container for associated action actors of a VSAction.classFieldActorThe VirtualSpace Field Actor property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.classFieldActorsClass container for associated value actors of a VSField or VSColumnHeader.static classHistoryBackward.SettingsSettings property container.static classHistoryForward.SettingsSettings property container.static classSetFocus.SettingsSettings property container.static classSetSourceFieldValue.SettingsSettings property container.static classSetTargetFieldValue.SettingsSettings property container.static classTransportField.SettingsSettings property container.static classTransportGroup.SettingsSettings property container.static classTransportSelectedTableRows.SettingsSettings property container.static classTransportSingleSelectedTableRow.SettingsSettings property container.static classTransportSingleSelectedTableRowAndColumnToField.SettingsSettings property container.static classTransportSingleSelectedTableRowToFields.SettingsSettings property container.static classTransportTableColumn.SettingsSettings property container.static classTransportTableRows.SettingsSettings property container.Methods in com.iizix.prop.vs.actor with parameters of type PropCnr Modifier and Type Method Description VSReferenceAbstractPredefinedSettings. 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 voidBuilderError. 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 PropCnrAbstractEndPoint. rootThe root container property of the end point.Methods in com.iizix.server that return PropCnr Modifier and Type Method Description PropCnrAbstractEndPoint. getProperties()Gets the end point properties, i.e.PropCnrIAppLoader. loadFile(java.io.File file)Loads a property file.PropCnrIAppLoader. loadFile(java.lang.String fileName, java.io.InputStream inputStream)Loads a property file.PropCnrServerShell. loadFile(java.io.File file)Loads a property file.PropCnrServerShell. 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 voidAbstractEndPoint. onClientPropsCreated(PropCnr root)Called when the root is created from a transaction from the client.voidServerShell. 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 classLetsEncryptDomainProperty 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 interfaceIVirtualsContainer<PROPCNR extends PropCnr>The interface to the virtualized container that is exposed to the API and the Server.classVirtualizedItem<PROPCNR extends PropCnr>Data container for a virtualized property container.classVirtualsContainer<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 classVirtualsContainer.VContainerThe Virtual property container.Fields in com.iizix.server.app declared as PropCnr Modifier and Type Field Description PROPCNRVirtualizedItem. originalPropertyThe original property.PROPCNRVirtualizedItem. virtualizedPropertyThe virtualized property.Methods in com.iizix.server.app that return PropCnr Modifier and Type Method Description PropCnrVirtualsContainer. getContainer()Gets the property container of the virtuals storage.PropCnrAppFactory. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrIRuntimeReferenceLookup. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrRuntimeApp. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrVirtualsContainer.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 classAppPropCnrThe Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.classModuleProjectPropCnrThe module root property container.classServerAppDistributionPropsEditor 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 PropCnrAppSessionGyro. 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 voidLoadBalancerEndPoint. 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 classClientSessionPropClient session property.classEndPointPropCnrAn end point property.classEndPointsPropCnrAn end point property.classSessionConnectionStatPropAn end point property.classVirtualizedMonitorPropCnrProperty 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 voidVirtualizedMonitorEndPoint. 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 classServerAppConfigProperty container for the configuration of an App of the iiziServer.classServerConfigEnvPropsThis configuration environment defines the configuration setup for the available plug-ins.classServerPluginConfigProperty container for the configuration of a plug-in for a Server configuration environment.classServerPropsThis 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).classServerSettingsThis property is a container that holds the required settings for the server to operate and initialize itself with.classWebServerPortConfigProperty 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 PropCnrServerProps. 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.StringIServerApplicationSetup. 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 classServerRuntimeBuilderPropsThis 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 voidRemoteBuilderEndPoint. 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 classServerKeysPropClass 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 classServerVSViewerPropCnrThe 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.StringHostState. 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 classScreenActionGroupPropThis Screen Action Group property container for a terminal host screen.classScreenActionPropThis Screen Action property container for a terminal host screen.classScreenActionsPropThis Screen fields property container for a terminal host screen.classScreenFieldGroupPropThis Screen Field Group property container for a terminal host screen.classScreenFieldPropThis Screen Field property container for a terminal host screen.classScreenFieldsPropThis Screen Fields property container for a terminal host screen.classScreenIdentificationPropThis Screen identification property container for a terminal host screen.classScreenIdentificationsPropThis Screen identifications property container for a terminal host screen.classScreenPropThis Screen property container holds the screen identifications and fields for a terminal host screen.classSessionsPropThis Sessions property container holds the terminal properties.classTelnetCommPropsThis property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.static classTerminalActionActor.SettingsThe terminal action actor settings.classTerminalPropsThis property container contains all properties required for the terminal connector in terms of flags, colors, etc.classTerminalSettingsThis TerminalSettings property container holds all settings for a terminal session.Methods in com.iizix.term.prop that return PropCnr Modifier and Type Method Description PropCnrScreenActionProp. getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.PropCnrScreenActionsProp. getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.PropCnrScreenProp. 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 VSParticipantScreenProp. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.java.lang.StringSessionsProp. 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 classActiveTerminalSessionThe container for an active terminal session for the terminal monitor of each client end-point.classActiveTerminalSessionsThe 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 PropCnrNonUIClient. 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 classWebServiceActionActor.SettingsSettings property container.Uses of PropCnr in com.iizix.ws.prop
Subclasses of PropCnr in com.iizix.ws.prop Modifier and Type Class Description classAbstractInputPropsAbstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.classOutputColumnThe Output Column connects a table column from the reply output with a VSTable column.classOutputPropsOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.classOutputTableThe Output Table connects a table from the reply output with a VSTable.classOutputVariableThe Output Variable connects a reference variable from the reply output with a VSField.classOutputVariablesOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.classRESTfulInputPropsInput Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.classWebServicePropWeb 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 PropCnrAbstractInputProps. getInputEncodingProp()Gets the input encoding property container.Methods in com.iizix.ws.prop with parameters of type PropCnr Modifier and Type Method Description VSParticipantAbstractInputProps. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.VSParticipantOutputProps. 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 classJSONElementWrapperA JSON element wrapper, used to process the output of a Web Service reply.classJSONEncodedInputRESTful JSON Encoded input for the request of a Web Service transaction.classJSONReplyDocumentThe 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 classURLEncodedInputRESTful URL Encoded input for the request of a Web Service transaction.classURLInputParameterThe Input Variable connects a VSField with an input variable or parameter to a web service request.