Uses of Class
com.iizix.prop.PropCnr
- Uses of PropCnr in com.iizigo- Methods in com.iizigo that return PropCnr - Modifier and Type - Method - Description - PropCnr- Preference. - getDesignerParameters()Gets the designer parameters property container.- static PropCnr[]- Activator. - getPropCnrs(java.util.ArrayList<DesignerProp> list)Gets a PropCnr's from a DesignerProp list.- static PropCnr- WorkspaceProperties. - getPropertyContainer(java.lang.Class<?> clazz)Gets a property container for a class or class name.- static PropCnr- Activator. - getRootProperty(java.lang.String name)Gets a root property from a registered name.- static PropCnr- Activator. - loadPropertiesFile(java.io.File file)Loads a properties file.- static PropCnr- Activator. - loadPropertiesFile(java.net.URL url)Loads a properties file.- static PropCnr- Activator. - loadPropertiesFile(org.eclipse.core.resources.IFile file)Loads a properties file.- Methods in com.iizigo with parameters of type PropCnr - Modifier and Type - Method - Description - static byte[]- Activator. - createInputData(PropCnr container)Creates InputStream byte array data from a property container.- static java.io.InputStream- Activator. - createInputStream(PropCnr container)Creates an InputStream from a property container.- static boolean- Activator. - registerRootProperty(java.lang.String name, PropCnr root)Registers a root property container not being a Java or Module root, e.g.- static void- Activator. - savePropertiesFile(PropCnr container, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor)Saves a properties file.- static boolean- Activator. - unregisterRootProperty(java.lang.String name, PropCnr root)Unregisters a root property container not being a Java or Module root, e.g.
- Uses of PropCnr in com.iizigo.actionactor- Classes in com.iizigo.actionactor with type parameters of type PropCnr - Modifier and Type - Interface - Description - interface- IEditorActionActor<RUNTIME_CONTAINER extends AbstractSettings,EDITOR_CONTAINER extends PropCnr>Editor version of Action Actor interface used for TXP runnables.- Subclasses of PropCnr in com.iizigo.actionactor - Modifier and Type - Class - Description - static class- EditorJavaActionActor.SettingsSettings property container.- Methods in com.iizigo.actionactor with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorJavaActionActor.Setup. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.
- Uses of PropCnr in com.iizigo.app- Methods in com.iizigo.app with parameters of type PropCnr - Modifier and Type - Method - Description - java.lang.String- ModulesEntryValidator. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- java.lang.String- ModulesEntryValidator. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.
- Uses of PropCnr in com.iizigo.app.prop- Subclasses of PropCnr in com.iizigo.app.prop - Modifier and Type - Class - Description - class- AppDistributionPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorAppPropCnrThe Editor version of the Application property container that holds all the Module projects as- EditorModuleProjectPropCnrchildren.- class- EditorModuleProjectPropCnrThe Editor version of the Module project property container.- Methods in com.iizigo.app.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- AppDistributionProps0. - getEditProperties(PropCnr property)Gets the property definitions.
- Uses of PropCnr in com.iizigo.clientpref- Methods in com.iizigo.clientpref with parameters of type PropCnr - Modifier and Type - Method - Description - java.lang.String- BoolPref. - apply(PropCnr settings)Applies the settings.- java.lang.String- ColorPref. - apply(PropCnr settings)Applies the settings.- java.lang.String- IClientPref. - apply(PropCnr settings)Applies the settings.- java.lang.String- IntPref. - apply(PropCnr settings)Applies the settings.- java.lang.String- KeyPref. - apply(PropCnr settings)Applies the settings.- java.lang.String- LinePref. - apply(PropCnr settings)Applies the settings.- boolean- PanelPrefComposite. - apply(PropCnr settings)Applies the changes.- void- BoolPref. - createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.- void- ColorPref. - createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.- void- IClientPref. - createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.- void- IntPref. - createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.- void- KeyPref. - createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.- void- LinePref. - createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.- Constructors in com.iizigo.clientpref with parameters of type PropCnr - Constructor - Description - PanelPrefComposite(org.eclipse.swt.widgets.Composite parent, PropCnr settings, IValidationMessage messageHandler)The constructor.
- Uses of PropCnr in com.iizigo.db- Methods in com.iizigo.db with parameters of type PropCnr - Modifier and Type - Method - Description - IServerApplicationSetup[]- PluginActivator. - getServerApplicationSetupInstances(PropCnr moduleRoot)Queries for instances of the IServerApplicationSetup required.
- Uses of PropCnr in com.iizigo.db.actionactor- Subclasses of PropCnr in com.iizigo.db.actionactor - Modifier and Type - Class - Description - static class- EditorDatabaseActionActor.SettingsSettings property container.- Methods in com.iizigo.db.actionactor with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorDatabaseActionActor.Setup. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.
- Uses of PropCnr in com.iizigo.db.editor- Methods in com.iizigo.db.editor with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- DatabaseEditor. - initEditor(PropCnr cnr)The initialize editor method.
- Uses of PropCnr in com.iizigo.db.prop- Subclasses of PropCnr in com.iizigo.db.prop - Modifier and Type - Class - Description - class- EditorConnectionProfileSetupEditor version of a single connection profile setup that is used to establish a JDBC connection.- class- EditorConnectionProfilesSetupEditor class container with all connection profiles setup's by name.- class- EditorDatabasePropsThe Editor database properties.- class- EditorInputPropsEditor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.- class- EditorInputVariableEditor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.- class- EditorResultPropsEditor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.- class- EditorResultSetColumnPropEditor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.- class- EditorResultSetPropsEditor version of result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.- Methods in com.iizigo.db.prop that return PropCnr - Modifier and Type - Method - Description - protected PropCnr- EditorInputProps. - getRetargetedVerifyContainer()Gets the retargeted verification property container.- protected PropCnr- EditorResultProps. - getRetargetedVerifyContainer()Gets the retargeted verification property container.- protected PropCnr- EditorResultSetProps. - getRetargetedVerifyContainer()Gets the retargeted verification property container.- Methods in com.iizigo.db.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorConnectionProfileSetup0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorConnectionProfilesSetup0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorDatabaseProps0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorInputProps0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorInputVariable0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorResultProps0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorResultSetColumnProp0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorResultSetProps0. - getEditProperties(PropCnr property)- Constructors in com.iizigo.db.prop with parameters of type PropCnr - Constructor - Description - DatabaseDesignerProp(PropCnr propertyContainer)The constructor.
- Uses of PropCnr in com.iizigo.editor- Fields in com.iizigo.editor declared as PropCnr - Modifier and Type - Field - Description - protected PropCnr- PropEditorPart. - editedPropCnrThe edited property inside the- filePropCnr.- protected PropCnr- PropEditorPart. - 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 PropCnr- PropHelper. - getAncestor(GProp<?> gp1, GProp<?> gp2)Gets the common ancestor of two properties.- static PropCnr- PropHelper. - getCommonParent(GProp<?>[] props)Gets the common parent for all properties.- Methods in com.iizigo.editor with parameters of type PropCnr - Modifier and Type - Method - Description - static java.lang.String[]- PropHelper. - autoRename(PropCnr target, GProp<?>[] props, java.lang.String first, java.lang.String next, java.lang.String next2)Auto-renames properties.- static java.lang.String- CreateResourcesFromProperties. - createFile(org.eclipse.swt.widgets.Shell shell, java.lang.String label, org.eclipse.core.resources.IContainer folder, PropCnr cnr, java.lang.String fileName, boolean doOverwrite)Creates a resource file for a property with undo support.- static java.lang.String- CreateResourcesFromProperties. - createFile(org.eclipse.swt.widgets.Shell shell, java.lang.String label, org.eclipse.core.resources.IContainer folder, PropCnr cnr, java.lang.String fileName, boolean doOverwrite, boolean showErrorDialog)Creates a resource file for a property with undo support.- static java.lang.String- PropHelper. - doAdd(java.lang.String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)Adds properties with undo/redo support.- static java.lang.String- PropHelper. - doAdd(java.lang.String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename)Adds a property with undo/redo support.- static java.lang.String- PropHelper. - doInsert(java.lang.String description, PropCnr target, int index, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)Adds or inserts properties with undo/redo support.- static java.lang.String- PropHelper. - doMove(boolean doPerform, java.lang.String description, PropCnr target, GProp<?> reference, boolean isAfter, GProp<?>[] props, boolean doAutoRename, IPropUndoRedo undoRedo)Performs the move operation of the properties, with auto-renaming as a potential dialog box.- static void- PropHelper. - doVerify(PropCnr property)Verifies the property.- static void- PropHelper. - doVerify(PropCnr property, IKStringInfoProvider kstringInfoProvider)Verifies the property.- static java.lang.Object- PropHelper. - getPropsValue(PropCnr[] containers, Atom atom)Helper method to get a single value from many containers.- static Atom[]- PropHelper. - getUniqueNames(PropCnr cnr, GProp<?>[] props, java.lang.String suffix, boolean isCopy)Gets the names of properties to move to or add in a container.- protected void- PropEditorPart. - initEditor(PropCnr cnr)The initialize editor method.- protected void- PropEditorPart. - proceedInitProperty(PropCnr pc)Proceeds initializing the editor with the property.- static boolean- PropHelper. - queueVerify(PropCnr property)Asynchronous-verifies the property in a queue in the SWT thread.- static boolean- PropHelper. - queueVerify(PropCnr property, IKStringInfoProvider kstringInfoProvider, java.lang.Runnable callback)Asynchronous-verifies the property in a queue in the SWT thread.- static boolean- PropHelper. - queueVerify(PropCnr property, java.lang.Runnable callback)Asynchronous-verifies the property in a queue in the SWT thread.- static void- PropHelper. - restoreTree(org.eclipse.core.resources.IFile file, org.eclipse.ui.IMemento memento, java.lang.String key, org.eclipse.jface.viewers.TreeViewer viewer, PropCnr editedProperty)Restores the selection of the properties in the memento or the file, in the memento as a priority over the file.- protected int- PropEditorPart. - setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, java.lang.String childName)Attempts to set focus to the property in question based on a container, a viewer and a property editor.- void- PropEditorPart. - setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.- static java.lang.String- PropHelper. - setValue(java.lang.String description, PropCnr container, GProp<?> prop, IPropUndoRedo undoRedo)Sets a single property value in a property container.- Constructor parameters in com.iizigo.editor with type arguments of type PropCnr - Constructor - Description - PropEditorPart(java.lang.Class<? extends PropCnr> propertyClass)Constructor.
- Uses of PropCnr in com.iizigo.editor.complex- Methods in com.iizigo.editor.complex that return PropCnr - Modifier and Type - Method - Description - PropCnr- ContainerParticipant. - getPropCnr()Gets the property container, will only work if valid, otherwise it may return null or throw ClassCastException.- Methods in com.iizigo.editor.complex with parameters of type PropCnr - Modifier and Type - Method - Description - void- ComplexOperation. - addProp(PropCnr pc, GProp<?> gp)Adds a property.- ContainerParticipant- ComplexOperation. - getContainerParticipant(PropCnr pc)Gets a container participant or creates one.- void- ComplexOperation. - insertProp(PropCnr pc, GProp<?> gp, int index)Inserts a property.- void- ComplexOperation. - moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)Moves a property to another container.- ContainerSelection- ComplexOperation. - newContainerSelection(PropCnr parent, Atom childAtom)Creates a new ContainerSelection instance for a property container involved in the operation.- void- ComplexOperation. - reorderProps(PropCnr pc, Atom[] order)Reorder a property container.
- Uses of PropCnr in com.iizigo.event- Constructors in com.iizigo.event with parameters of type PropCnr - Constructor - Description - CommonDesignerEvent(PropCnr property, int eventID)Constructs a new property event.
- Uses of PropCnr in com.iizigo.font- Methods in com.iizigo.font with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- FontFacesEditor. - initEditor(PropCnr cnr)The initialize editor method.
- Uses of PropCnr in com.iizigo.font.prop- Subclasses of PropCnr in com.iizigo.font.prop - Modifier and Type - Class - Description - class- EditorFontFacesFont face style definitions property container for the Editor.- class- EditorFontFileFont icon files property container for the Editor.- class- EditorFontFilesFont icon files property container for the Editor.- Methods in com.iizigo.font.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorFontFaces0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorFontFile0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorFontFiles0. - getEditProperties(PropCnr property)Gets the property definitions.
- Uses of PropCnr in com.iizigo.image- Classes in com.iizigo.image with type parameters of type PropCnr - Modifier and Type - Class - Description - class- ImagesControl<T extends PropCnr>The multiple images control that shows locations and can edit them.- Methods in com.iizigo.image with parameters of type PropCnr - Modifier and Type - Method - Description - static void- ImageHelper. - addImageTooltipBottomPart(PropCnr prop, org.eclipse.swt.widgets.Composite composite, AssetReference ref, org.eclipse.core.resources.IFile file, java.lang.String id, org.eclipse.swt.graphics.Rectangle rect, SingleImageControl ic)Adds the bottom part to the tooltip composite.- static org.eclipse.swt.widgets.Composite- ImageHelper. - createImageTooltip(PropCnr prop, org.eclipse.swt.widgets.Composite parent, AssetReference ref, org.eclipse.swt.graphics.Image typeImage, java.lang.String type, java.lang.String id)Creates a composite for the specified file name.- static org.eclipse.swt.widgets.Composite- ImageHelper. - createImageTooltip(PropCnr prop, org.eclipse.swt.widgets.Composite parent, AssetReference ref, org.eclipse.swt.graphics.Image typeImage, java.lang.String type, java.lang.String id, org.eclipse.swt.graphics.Rectangle rect)Creates a composite for the specified file name.- static void- ImageHelper. - flagVerification(PropCnr pc)Flags changes when asset changed or asset file reference input changed.- static java.lang.String- ImageHelper. - getTypeString(PropCnr stateCnr)Gets the type string.- protected void- ImageDefinitionEditor. - initEditor(PropCnr cnr)The initialize editor method.- static boolean- ImageHelper. - verify(PropCnr pc, PropVerification verification)Verifies an image against a size.
- Uses of PropCnr in com.iizigo.image.prop- Subclasses of PropCnr in com.iizigo.image.prop - Modifier and Type - Class - Description - class- EditorFontIconDefinitionFont icon definition property container for the Editor.- class- EditorFontIconsDefinitionFont icon definitions property container for the Editor.- class- EditorImageDefinitionThis Image Definition part property container for the Editor.- class- EditorImageLocationThis Image Location has the location of the image part.- class- EditorImageResolutionThis Image Resolution has the file reference and the device pixel ratio.- class- EditorImagesDefinitionThis multiple Images Definition property container for the Editor.- class- EditorImagesResolutionThis Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.- class- EditorImagesStyleThis Images Style property has a multiple-image file for a style.- class- EditorImageStyleThis Image Style property container has a style for a single image definition and an asset file reference.- class- EditorImageStyleLocationThis Image Styles Location has a style and location.- class- EditorImageStylesResolutionThis Image Styles Resolution has the file reference and the device pixel ratio.- class- EditorStyledImageDefinitionThis Styled Image Definition part property container for the Editor.- class- EditorSVGDefinitionSVG definition property container for the Editor.- Methods in com.iizigo.image.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorFontIconDefinition0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorFontIconsDefinition0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorImageDefinition0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorImageLocation0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorImageResolution0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorImagesDefinition0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorImagesResolution0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorImagesStyle0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorImageStyle0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorImageStyleLocation0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorImageStylesResolution0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorStyledImageDefinition0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorSVGDefinition0. - getEditProperties(PropCnr property)Gets the property definitions.
- Uses of PropCnr in com.iizigo.java- Subclasses of PropCnr in com.iizigo.java - Modifier and Type - Class - Description - class- JavaProjectRootPropCnrRoot property container for Java projects.- class- JavaRootContainerProperty container used to store properties of Java files in a project.
- Uses of PropCnr in com.iizigo.java.parser- Subclasses of PropCnr in com.iizigo.java.parser - Modifier and Type - Class - Description - class- ParsedJavaSourceContainerProperty 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 - class- EditorMethodReference2The Designer version the Method Reference "2" property class hold the reference to a Method that is in a Java class.- Methods in com.iizigo.java.prop that return PropCnr - Modifier and Type - Method - Description - PropCnr- EditorClassReference. - getBackReferenceProperty()Gets the back-reference property.- PropCnr- EditorMethodReference2. - getBackReferenceProperty()Gets the back-reference property.- PropCnr- IClassReferenceListener. - getBackReferenceProperty()Gets the back-reference property.- Methods in com.iizigo.java.prop with parameters of type PropCnr - Modifier and Type - Method - Description - static EditorClassReference- EditorMethodReference. - getClassReference(PropCnr methodReferenceParent)Gets the ClassReference property from a parent.- static IClassReferenceOwner- EditorMethodReference. - getClassReferenceOwner(PropCnr methodReferenceParent)Gets the ClassReference parent that SHOULD or COULD hold the ClassReference for a MethodReference.- static JavaClass- EditorMethodReference. - getJavaClass(PropCnr methodReferenceParent)Gets the JavaClass (IClassReference) from a parent.
- Uses of PropCnr in com.iizigo.link.vs- Constructors in com.iizigo.link.vs with parameters of type PropCnr - Constructor - Description - LopVSAction(VSAction target, PropCnr owner, Atom atom)Constructor.- LopVSComponent(VSComponent target, PropCnr owner, Atom atom)Constructor.- LopVSField(VSField target, PropCnr owner, Atom atom)Constructor.
- Uses of PropCnr in com.iizigo.panel- Methods in com.iizigo.panel with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- ContextMenuEditor. - initEditor(PropCnr cnr)The initialize editor method.- protected void- PanelEditor. - initEditor(PropCnr cnr)The initialize editor method.
- Uses of PropCnr in com.iizigo.panel.prop- Subclasses of PropCnr in com.iizigo.panel.prop - Modifier and Type - Class - Description - class- DragDropLinkAdapterComponent acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.- class- DragDropPropCnrThe drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.- class- EAbsoluteDataSetup layout data for a component in a container with absolute layout.- class- EAbsoluteLayoutSetup data for the absolute layout.- class- EAccordionDataSetup layout data for a component in a container with accordion layout.- class- EAccordionLayoutAccordion layout.- class- EBorderDataSetup layout data for a component in a container with border layout.- class- EBorderLayoutSetup data for the border layout.- class- EContextMenuDataSetup layout data for a component in a container with context menu layout.- class- EContextMenuLayoutContext menu layout.- class- EFlexDataFlex layout data.- class- EFlexLayoutFlex layout.- class- EGridDataGrid layout data.- class- EGridLayoutGrid layout.- class- EHeadingDataSetup layout data for a component in a container with heading layout.- class- EHeadingLayoutHeading layout.- class- EListDataSetup layout data for a component in a container with (mobile) list layout.- class- EListLayoutList layout.- class- EMenuBarDataSetup layout data for a component in a container with menu bar layout.- class- EMenuBarLayoutMenu bar layout.- class- EMenuDataSetup layout data for a component in a container with menu layout.- class- EMenuLayoutMenu layout.- class- EMUIHeadingHeading container.- class- EMUISimpleDialogEditor class for UISimpleDialog.- class- EMUISwitchMobile switch UI component.- class- EMUITabBarTab bar container.- class- EPanelDataSetup layout data for all panels.- class- ESwapDataSetup layout data for a component in a container with tab layout.- class- ESwapLayoutSwap layout.- class- ETabBarDataSetup layout data for a component in a container with tab bar layout.- class- ETabBarLayoutTab bar layout.- class- ETabDataSetup layout data for a component in a container with tab layout.- class- ETabLayoutTab layout.- class- EUIAccordionAccordion container.- class- EUIButtonButton component.- class- EUICalendarCalendar component.- class- EUICheckBoxCheckbox component.- class- EUICheckedMenuItemChecked menu item component.- class- EUIComboBoxCombobox component.- class- EUICompsEditor class for UIComps.- class- EUIContainerEditor class for UIContainer.- class- EUIContextMenuContext menu container.- class- EUIDateTimeDate/Time UI component.- class- EUIDialogEditor class for UIDialog.- class- EUIEmptyEmpty component.- class- EUIGaugeGauge component.- class- EUIImageImage component.- class- EUIImage2Image component.- class- EUILabelLabel component.- class- EUIMediaMedia component.- class- EUIMenuMenu container.- class- EUIMenuBarMenu bar container.- class- EUIMenuItemMenu item component.- class- EUIMenuSeparatorMenu separator component.- class- EUIOutputLabel component.- class- EUIPanelEditor class for UIPanel.- class- EUIPanelPartEditor class for UIPanel.- class- EUIPanelPartCnrEditor class for UIContainer.- class- EUIProgressProgress component.- class- EUIRadioButtonRadio button component.- class- EUIRadioMenuItemRadio menu item component.- class- EUISliderSlider component.- class- EUISpinnerSpinner UI component.- class- EUISwapContainerSwap container.- class- EUITabContainerTab container.- class- EUITextText component (entry field).- class- EUITextAreaText area component.- class- EUITitlePaneGroup container.- class- PanelSettingsPropCnrCustom settings for the panel, only used in the Designer.- Methods in com.iizigo.panel.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EUIComboBox0. - getComponentEditProperties(PropCnr property)- protected PropCnrEditorProperties- EUIComp0. - getComponentEditProperties(PropCnr property)Gets the base property definitions for a component.- PropCnrEditorProperties- EUIDateTime0. - getComponentEditProperties(PropCnr property)- PropCnrEditorProperties- EUIProgress0. - getComponentEditProperties(PropCnr property)- PropCnrEditorProperties- EUISlider0. - getComponentEditProperties(PropCnr property)- PropCnrEditorProperties- EAbsoluteLayout0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EBorderLayout0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EFlexLayout0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EGridLayout0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EListLayout0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EUICheckedMenuItem0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EUIComp0. - getEditProperties(PropCnr property)Gets the property definitions for a component, checking the layout manager, etc, for additional data in setup.- PropCnrEditorProperties- EUIComps0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EUIContextMenu0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EUIMenu0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EUIMenuItem0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EUIMenuSeparator0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EUIRadioMenuItem0. - getEditProperties(PropCnr property)- java.lang.String- EAbsoluteData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- EAccordionData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- EBorderData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- EContextMenuData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- EFlexData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- EGridData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- EHeadingData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- EListData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- EMenuBarData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- EMenuData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- EPanelData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- ESwapData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- ETabBarData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- ETabData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- java.lang.String- IELayoutProp. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- Constructors in com.iizigo.panel.prop with parameters of type PropCnr - Constructor - Description - UIDesignerProp(PropCnr propertyContainer)The constructor.
- Uses of PropCnr in com.iizigo.panel.prop.calendar- Subclasses of PropCnr in com.iizigo.panel.prop.calendar - Modifier and Type - Class - Description - class- ECalendarDataLayout data for calendar list and its calendar events.- class- ECalendarEventThe Editor version of a map marker.- class- ECalendarLayoutMap layout.- class- EUICalendarListCalendar list component.- Methods in com.iizigo.panel.prop.calendar with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- ECalendarEvent0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- java.lang.String- ECalendarData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.
- Uses of PropCnr in com.iizigo.panel.prop.chart- Subclasses of PropCnr in com.iizigo.panel.prop.chart - Modifier and Type - Class - Description - class- EAxis2DThe axis for the chart.- class- EPlot2DThe plot for the chart.- class- ESeriesThe Series for the chart.- class- ESeriesValueThe Series value for the chart.- class- EUIChartChart component.- Methods in com.iizigo.panel.prop.chart with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EAxis2D0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EPlot2D0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- ESeries0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- ESeriesValue0. - getEditProperties(PropCnr property)- Constructors in com.iizigo.panel.prop.chart with parameters of type PropCnr - Constructor - Description - ChartDesignerProp(PropCnr propertyContainer)The constructor.
- Uses of PropCnr in com.iizigo.panel.prop.map- Subclasses of PropCnr in com.iizigo.panel.prop.map - Modifier and Type - Class - Description - class- EMapDataLayout data for maps.- class- EMapLayoutMap layout.- class- EMapMarkerPropThe Editor version of a map marker.- class- EMapMarkersMap markers container for the designer.- class- EUIMapMap component.- Methods in com.iizigo.panel.prop.map with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EMapMarkerProp0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EMapMarkers0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- java.lang.String- EMapData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.
- Uses of PropCnr in com.iizigo.panel.prop.mlist- Subclasses of PropCnr in com.iizigo.panel.prop.mlist - Modifier and Type - Class - Description - class- EMLDefaultItemPropThe Editor version of a default list item.- class- EMLGroupMobile list items group container for the designer.- class- EMLGroupLayoutMobile list group layout.- class- EMListList component.- class- EMListDataLayout data for a component in a container with (mobile) list layout.- class- EMListLayoutMobile list layout.- class- EMLItemPropThe Editor version of a mobile list items group container.- Methods in com.iizigo.panel.prop.mlist with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EMLDefaultItemProp0. - getEditProperties(PropCnr property)Gets the property definitions for property being edited.- PropCnrEditorProperties- EMLGroup0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EMLItemProp0. - getEditProperties(PropCnr property)Gets the property definitions for property being edited.- java.lang.String- EMListData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.- Constructors in com.iizigo.panel.prop.mlist with parameters of type PropCnr - Constructor - Description - MLDesignerProp(PropCnr propertyContainer)Constructor.
- Uses of PropCnr in com.iizigo.panel.prop.table- Subclasses of PropCnr in com.iizigo.panel.prop.table - Modifier and Type - Class - Description - class- EUITableThe Table "component" (really a container).- class- EUITableColumnThe Table Column component.- class- EUITableDataSetup layout data for a component in a container with tab layout.- class- EUITableLayoutUI Table layout.- Methods in com.iizigo.panel.prop.table with parameters of type PropCnr - Modifier and Type - Method - Description - java.lang.String- EUITableData. - getGroupText(PropCnr[] pcs, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the layout group.
- Uses of PropCnr in com.iizigo.plugin- Fields in com.iizigo.plugin with type parameters of type PropCnr - Modifier and Type - Field - Description - java.lang.Class<? extends PropCnr>- PluginDescriptor. - 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 - class- ModuleFolderPropCnrThe module root property container.- class- ModuleRootPropCnrThe module root property container.- class- ProjectRootPropCnrThe project root property container.- Methods in com.iizigo.project that return PropCnr - Modifier and Type - Method - Description - PropCnr- ModuleRootPropCnr. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- ProjectRootPropCnr. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- Methods in com.iizigo.project with parameters of type PropCnr - Modifier and Type - Method - Description - protected DesignerProp- NewWizard. - createNewFile(PropCnr container)Creates the new file in the wizard and opens the editor.- protected DesignerProp- NewWizard. - createNewFile(PropCnr container, boolean doOpenEditor)Creates the new file in the wizard and opens the editor.- protected DesignerProp- NewWizard. - createNewFile(PropCnr container, IFileCreated fileCreated, boolean doOpenEditor)Creates the new file in the wizard.- protected DesignerProp- NewWizard. - createNewFile(java.lang.String label, org.eclipse.core.resources.IFile newFileHandle, PropCnr container, IFileCreated fileCreated, boolean doOpenEditor)Creates a new file.- static void- ProjectRootPropCnr. - doReValidateReferences(PropCnr pc)Rechecks and validates the references for a property container, with a "null" progress monitor that cannot be canceled.- static void- ProjectRootPropCnr. - doValidateReferences(PropCnr pc, boolean doReCheck)Validates the references for a property container.- PropCnrEditorProperties- ModuleApp0. - getEditProperties(PropCnr property)Gets the property definitions.- Method parameters in com.iizigo.project with type arguments of type PropCnr - Modifier and Type - Method - Description - void- ModuleFolder. - addAcceptedBaseProperty(java.lang.Class<? extends PropCnr> propertyClass)Adds an accepted class for base properties as files in this folder.
- Uses of PropCnr in com.iizigo.prop- Subclasses of PropCnr in com.iizigo.prop - Modifier and Type - Class - Description - class- EditorFolderSettingsPropThis folder settings property hold settings for a folder, typically a Selector and a description.- class- FilePropCnrA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.- class- FolderPropCnrA PropCnr that can refer to an IFolder object can be loaded and saved as well as checked for modification from last time.- class- MementoPropCnrMemento supporting property container.- class- MultiPropCnrClass 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 PropCnr- DesignerProp. - propertyContainerThe owner.- Methods in com.iizigo.prop that return PropCnr - Modifier and Type - Method - Description - PropCnr- FilePropCnr. - getDataContainer()Gets the data property container for the file.- PropCnr[]- PropertyEditor. - getEditedProperties()Gets the edited property containers.- PropCnr[]- EditedPropController. - getParents()Gets the parent property containers.- PropCnr- DesignerProp. - getPropCnr()Gets the originating property container.- PropCnr[]- PropertyEditor. - setViewerEditedProperties(org.eclipse.jface.viewers.TreeViewer viewer)Sets the edited properties from a viewer.- Methods in com.iizigo.prop with parameters of type PropCnr - Modifier and Type - Method - Description - default boolean- ITransferContainerProps. - canPasteFrom(PropCnr from)Verifies if the transfer operation is supported for the component in question.- default boolean- ITransferContainerProps. - canPasteTo(PropCnr to)Verifies if the transfer operation is supported for the component in question.- static org.eclipse.swt.widgets.Composite- DesignerProp. - createCNToolTipItemList(org.eclipse.swt.widgets.Composite parent, PropCnr pc, java.util.List<TooltipItem> list, boolean appendErrors)Creates a simple list of items for a property with appended property error information.- MultiPropEditor- BaseEditor. - createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)Creates the required controls in the composite.- MultiPropEditor- IEditedPropertyEntry. - createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)Creates the required controls in the composite.- MultiPropEditor- PropertyEditorInfo. - createControls(PropertyEditor editor, org.eclipse.swt.widgets.Composite entryPart, com.iizigo.prop.PropertyEditorLayout pl, MultiPropLabel mlabel, DefinedButton definedButton, PropertyEditor.Node node, PropCnr[] containers)Creates the controls required.- static Atom- DesignerProp. - createFileErrorAtom(PropCnr parentContainer)Creates a unique property atom for file errors for a property.- protected java.lang.Object- MementoPropCnr. - equalsTree(PropCnr pc2, int how)Checks for equality in the whole container structure.- static java.util.ArrayList<PropertyEditorInfo.CreateItem>- PropertyEditorInfo. - getCombinedPropertyEditorInfos(PropCnr[] pcs, java.util.ArrayList<PropertyEditorInfo>[] infosArray)Creates the combined EditProperties for an array of properties.- static java.util.ArrayList<PropertyEditorInfo.CreateItem>- PropertyEditorInfo. - getCombinedPropertyEditorInfos(PropCnr pc, java.util.ArrayList<PropertyEditorInfo> infosArray)Creates the combined EditProperties for a single property that are edited.- PropCnrEditorProperties- EditorFolderSettingsProp0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- IPropCnrEditorProperties. - getEditProperties(PropCnr property)Gets the property definitions for a component.- PropCnrEditorProperties- PropertyEditorSetup. - getEditProperties(PropCnr pc)Gets the name mapping from a class to another, e.g.- PropCnrEditorProperties- PropertyEditorSetup. - getEditProperties(PropCnr pc, boolean logError)Gets the name mapping from a class to another, e.g.- PropCnrEditorProperties- PropertyEditorSetup. - getEditProperties(PropCnr pc, boolean logError, java.lang.Throwable prev)Gets the name mapping from a class to another, e.g.- org.eclipse.swt.graphics.Image- PropCnrEditorProperties. - getEmptySettingsImage(PropCnr property)When the group is not editable, this image is shown.- java.lang.String- PropCnrEditorProperties. - getEmptySettingsMessage(PropCnr property)When the group is not editable, this message is shown.- java.util.ArrayList<PropertyEditorInfo>- PropCnrEditorProperties. - getPropertyEditorInfos(PropCnr pc)Gets the PropertyEditorInfo array for the property editor for a single property.- boolean- PropExtender. - initialize(java.lang.String extendsName, PropCnr source, PropCnr target)Initializes the property extender.- static boolean- EditedPropController. - isPropReadOnly(PropCnr pc)Checks if it's read-only, i.e.- void- FilePropCnr. - onCompletedLoading(PropCnr dataContainerToBe)Called when the file completed its loading from the Module model.- void- PropertyEditor. - setEditedProperties(PropCnr[] pcs)Sets a new content to the editor.- void- PropertyEditor. - setEditedProperties(PropCnr pc, java.util.ArrayList<PropertyEditorInfo> infos)Sets a new content to the editor.- void- IPropertyEditorController. - setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.- void- StandaloneEditorController. - setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.- default boolean- ITransferContainerProps. - transferContainerProps(boolean doPerformPaste, PropCnr source, IPropUndoRedo undoRedo)Handles transfer of data from one layout to another.- protected boolean- DesignerProp. - validateClasses(boolean doPerform, PropCnr target, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste.- Constructors in com.iizigo.prop with parameters of type PropCnr - Constructor - Description - ContainerListener(PropCnr container, Atom atom, IContainerListenerOwner listener)Constructor.- CreateItem(PropertyEditorInfo info, PropCnr[] containers)Constructor.- DesignerProp(PropCnr propertyContainer)Constructor.- EditedPropController(IPropertyEditorController controller, PropertyEditorInfo info, Atom atom, PropCnr[] containers)Creates the controller instance for a normal property.- MultiPropCnr(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] containers, PropertyEditor.Node node, int itemCount)Constructs the container for the property editor.- MultiPropEditor(PropertyEditor editor, PropertyEditorInfo info, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, DefinedButton definedButton, IEditedPropertyEntryMultiPropSupport multiEdit, java.lang.Class<? extends GProp<?>> propItemClass, int propItemCount)Creates the multi-prop editor.- PropCnrEditorProperties(PropCnrEditorProperties existing, PropCnr parent, PropCnrEditorProperties pes)Create a new instance and adds the definitions from another edited property container.- ResourceDesignerProp(PropCnr propertyContainer)Constructor.
- Uses of PropCnr in com.iizigo.prop.editor- Methods in com.iizigo.prop.editor that return PropCnr - Modifier and Type - Method - Description - PropCnr- PKCS12IdentityPropEditor. - getEditedPropParent()Gets the single property parent.- PropCnr[]- PKCS12IdentityPropEditor. - getEditedPropParents()Gets the property parents.- protected PropCnr- BaseReferencePropEditor. - getSelectionBaseProp(PropCnr pc)Gets the base property reference to use as selection root for a property container.- Methods in com.iizigo.prop.editor with parameters of type PropCnr - Modifier and Type - Method - Description - MultiPropEditor- AtomNamePropEditor. - createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)Creates the required controls in the composite.- MultiPropEditor- ExtendsFlagPropEditor. - createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)Creates the required controls in the composite.- MultiPropEditor- ExtendsNamePropEditor. - createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)Creates the required controls in the composite.- MultiPropEditor- MultiColorPropEditor. - createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)Creates the required controls in the composite.- MultiPropEditor- MultiIntChoicePropEditor. - createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)Creates the required controls in the composite.- MultiPropEditor- MultiUnitPropEditor. - createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)Creates the required controls in the composite.- MultiPropEditor- MultiUnitsPropEditor. - createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)Creates the required controls in the composite.- java.lang.String- ExtServerURLValidator. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- java.lang.String- FontSizeVerifier. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- java.lang.String- GroupNameValidator. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- java.lang.String- IDValidator. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- java.lang.String- IEntryValidator. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- java.lang.String- IntRange. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- java.lang.String- LocalizedStringPropEditor. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- java.lang.String- LongRange. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- java.lang.String- NumberRange. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- java.lang.String- UnitRange. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- protected PropCnr- BaseReferencePropEditor. - getSelectionBaseProp(PropCnr pc)Gets the base property reference to use as selection root for a property container.- java.lang.String- ExtServerURLValidator. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.- java.lang.String- FontSizeVerifier. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.- java.lang.String- GroupNameValidator. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.- java.lang.String- IDValidator. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.- java.lang.String- IEntryValidator. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.- java.lang.String- IntRange. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.- java.lang.String- LocalizedStringPropEditor. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.- java.lang.String- LongRange. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.- java.lang.String- NumberRange. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.- java.lang.String- UnitRange. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.
- Uses of PropCnr in com.iizigo.prop.editor.dialog- Methods in com.iizigo.prop.editor.dialog with parameters of type PropCnr - Modifier and Type - Method - Description - boolean- ImageDefinitionFilter. - isValid(PropCnr pc)Checks for a valid class in this property of its children.- boolean- SelectPropViewerFilter. - isValid(PropCnr pc)Checks for a valid class in this property of its children.- boolean- SelectPropViewerFilter. - isValidSelection(PropCnr pc)Checks if a property is of a valid class to be selected as final selection.
- Uses of PropCnr in com.iizigo.prop.group- Methods in com.iizigo.prop.group with parameters of type PropCnr - Modifier and Type - Method - Description - java.lang.String- IGroupTextFormatter. - getGroupText(PropCnr[] containers, java.util.ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the group.- java.lang.String- LayoutDataFormatter. - getGroupText(PropCnr[] pcs, java.util.ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, java.lang.StringBuilder tooltip, boolean[] isHTML)Formats a string representation for the group.
- Uses of PropCnr in com.iizigo.prop.tooltip- Methods in com.iizigo.prop.tooltip with parameters of type PropCnr - Modifier and Type - Method - Description - int- TooltipItem. - createLine(org.eclipse.swt.widgets.Composite parent, PropCnr pc, int verticalIndent)Creates a line with the settings specified.- java.lang.String- ITooltipStringFormatter. - toString(PropCnr pc, GProp<?> prop, java.lang.Object value)Formats the String for a property value.
- Uses of PropCnr in com.iizigo.push.prop- Subclasses of PropCnr in com.iizigo.push.prop - Modifier and Type - Class - Description - class- EditorPushPropsContainer that holds the required settings for the Push Notification of an app in the Editor.- Methods in com.iizigo.push.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorPushProps0. - getEditProperties(PropCnr property)
- Uses of PropCnr in com.iizigo.pwa.prop- Subclasses of PropCnr in com.iizigo.pwa.prop - Modifier and Type - Class - Description - class- EditorPWAPropsContainer that holds the required settings for the PWA in the Editor.- Methods in com.iizigo.pwa.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorPWAProps0. - getEditProperties(PropCnr property)
- Uses of PropCnr in com.iizigo.run- Methods in com.iizigo.run with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- IRuntimeBuilder. - getEditProperties(PropCnr property)Gets the property definitions.
- Uses of PropCnr in com.iizigo.run.impl- Methods in com.iizigo.run.impl with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EclipseRuntimeBuilder. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditableProps0. - getEditProperties(PropCnr property)Gets the property definitions.
- Uses of PropCnr in com.iizigo.run.prop- Subclasses of PropCnr in com.iizigo.run.prop - Modifier and Type - Class - Description - class- EditorRuntimeBuilderPropsContainer that holds the required settings for the runtime builder.
- Uses of PropCnr in com.iizigo.selector- Methods in com.iizigo.selector with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- SelectorEditor. - initEditor(PropCnr cnr)The initialize editor method.
- Uses of PropCnr in com.iizigo.selector.prop- Subclasses of PropCnr in com.iizigo.selector.prop - Modifier and Type - Class - Description - class- EditorSelectorThis Selector property container for the Editor.- Methods in com.iizigo.selector.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- ESelector. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.
- Uses of PropCnr in com.iizigo.server- Methods in com.iizigo.server with parameters of type PropCnr - Modifier and Type - Method - Description - void- ServerConfigComposite. - setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.
- Uses of PropCnr in com.iizigo.server.config- Subclasses of PropCnr in com.iizigo.server.config - Modifier and Type - Class - Description - class- EditorLetsEncryptDomainEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorMailPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorPolicyPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorServerAppConfigEditor version of the container that holds the application configuration.- class- EditorServerConfigEnvPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorServerPluginConfigEditor version of the property container for the configuration of a plug-in for a Server configuration environment.- class- EditorServerPropsEditor version of the container that holds the server properties.- class- EditorServerSettingsEditor version of the container that holds the required settings for the server to operate and initialize itself with.- class- EditorWebServerPortConfigEditor version of the property container for the configuration of a Port "group" of the web server.- Methods in com.iizigo.server.config with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorLetsEncryptDomain0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorMailProps0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorPolicyProps0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorServerAppConfig0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorServerConfigEnvProps0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorServerPluginConfig0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorServerSettings0. - getEditProperties(PropCnr property)Gets the property definitions.- PropCnrEditorProperties- EditorWebServerPortConfig0. - getEditProperties(PropCnr property)Gets the property definitions.
- Uses of PropCnr in com.iizigo.server.monitor- Subclasses of PropCnr in com.iizigo.server.monitor - Modifier and Type - Class - Description - class- EditorClientSessionPropClient session property for end-points.- class- EditorEndPointPropCnrAn end point property.- class- EditorEndPointsPropCnrAn end point property.- class- EditorInfoPropCnrProperty container used to transport information, typically between server and monitor, where the information typically is a "snapshot" of properties.- class- EditorSessionConnectionStatPropClient session property for end-points.- class- EditorVirtualizedMonitorPropCnrEditor version of the property container used for Virtual Monitor data and communication.- Methods in com.iizigo.server.monitor with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorClientSessionProp.Setup. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorEndPointPropCnr.Setup. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorEndPointsPropCnr.Setup. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorSessionConnectionStatProp.Setup. - getEditProperties(PropCnr property)
- Uses of PropCnr in com.iizigo.style- Methods in com.iizigo.style with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- StyleEditor. - initEditor(PropCnr cnr)The initialize editor method.- void- StylesButton. - setEditedProperties(PropCnr[] props, IPropertyEditorController controller)Initializes the edited properties.
- Uses of PropCnr in com.iizigo.style.prop- Subclasses of PropCnr in com.iizigo.style.prop - Modifier and Type - Class - Description - class- EditorStylesThis Styles property container for the Editor.- Methods in com.iizigo.style.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorStyles0. - getEditProperties(PropCnr property)Gets the property definitions for Styles or the StateStyles.
- Uses of PropCnr in com.iizigo.swt- Methods in com.iizigo.swt with parameters of type PropCnr - Modifier and Type - Method - Description - void- IFlatToolbarButtonIntegration. - setEditedProperties(PropCnr[] props, IPropertyEditorController controller)Initializes the edited properties.
- Uses of PropCnr in com.iizigo.term- Methods in com.iizigo.term with parameters of type PropCnr - Modifier and Type - Method - Description - IServerApplicationSetup[]- PluginActivator. - getServerApplicationSetupInstances(PropCnr moduleRoot)Queries for instances of the IServerApplicationSetup required.
- Uses of PropCnr in com.iizigo.term.capture.prop- Subclasses of PropCnr in com.iizigo.term.capture.prop - Modifier and Type - Class - Description - class- CaptureFieldPropThis Capture Field property container holds the screen identifications and fields for a terminal host screen.- class- CaptureRootPropThis Capture Root property container holds the screen capture and fields for a EE host screen.- class- CaptureScreenPropThis Capture Screen property container holds the screen capture and fields for a EE host screen.- Methods in com.iizigo.term.capture.prop that return PropCnr - Modifier and Type - Method - Description - PropCnr- CaptureRootProp. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- Methods in com.iizigo.term.capture.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EField. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- Constructors in com.iizigo.term.capture.prop with parameters of type PropCnr - Constructor - Description - CaptureDesignerProp(PropCnr propertyContainer)The constructor.
- Uses of PropCnr in com.iizigo.term.prop- Subclasses of PropCnr in com.iizigo.term.prop - Modifier and Type - Class - Description - class- EditorScreenActionGroupPropThis Screen Action Group property container for a terminal host screen property.- class- EditorScreenActionPropThis Screen Action property container for a terminal host screen property.- class- EditorScreenActionsPropThis Screen Actions property container for a terminal host screen property.- class- EditorScreenFieldGroupPropThis Screen Field Group property container for a terminal host screen property.- class- EditorScreenFieldPropThis Screen identification property container for a terminal host screen property.- class- EditorScreenFieldsPropThis Screen Fields property container for a terminal host screen property.- class- EditorScreenIdentificationPropThis Screen identification property container for a terminal host screen property.- class- EditorScreenIdentificationsPropThis Screen identification property container for a terminal host screen property.- class- EditorScreenPropThis Screen property container holds the screen identifications and fields for a terminal host screen.- class- EditorSessionsPropThis Sessions property container holds the terminal properties.- static class- EditorTerminalActionActor.SettingsEditor version of the Settings property container.- class- EditorTerminalPropsThis Terminal property container holds terminal settings.- Methods in com.iizigo.term.prop that return PropCnr - Modifier and Type - Method - Description - PropCnr- EditorSessionsProp. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- Methods in com.iizigo.term.prop with parameters of type PropCnr - Modifier and Type - Method - Description - java.lang.String- ScreenPropValidator. - getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String[] options)Gets a description of the validation options.- PropCnrEditorProperties- EditorSessionsProp0. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- PropCnrEditorProperties- EditorTerminalActionActor.Setup. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorTerminalProps0. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- PropCnrEditorProperties- EScreen. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- PropCnrEditorProperties- EScreenAction. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- PropCnrEditorProperties- EScreenActionGroup. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- PropCnrEditorProperties- EScreenActions. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- PropCnrEditorProperties- EScreenField. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- PropCnrEditorProperties- EScreenFieldGroup. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- PropCnrEditorProperties- EScreenFields. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- PropCnrEditorProperties- EScreenIdentification. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- PropCnrEditorProperties- EScreenIdentifications. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- java.lang.String- ScreenPropValidator. - validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, java.lang.String value, java.lang.String[] options)Validates the property value after editing.- Constructors in com.iizigo.term.prop with parameters of type PropCnr - Constructor - Description - ScreenDesignerProp(PropCnr propertyContainer)The constructor.- TerminalDesignerProp(PropCnr propertyContainer)The constructor.
- Uses of PropCnr in com.iizigo.term.recording.prop- Subclasses of PropCnr in com.iizigo.term.recording.prop - Modifier and Type - Class - Description - class- LogicItemPropThe recording logic item property container.- class- LogicPropThe recording logic property container.- class- RecordingPropThis Recording property container holds the screens and logic.- class- RecordingRootPropThis Recording Root property container holds the recording.- class- RecordingScreenPropThis Recording Screen property container holds the screen name.- class- RecordingScreensPropThis Recording Screens property container holds the screens.- Methods in com.iizigo.term.recording.prop that return PropCnr - Modifier and Type - Method - Description - PropCnr- RecordingRootProp. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- Methods in com.iizigo.term.recording.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- ELogic. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- PropCnrEditorProperties- ELogicItem. - getEditProperties(PropCnr property)Gets the property definitions for the Property Editor.- Constructors in com.iizigo.term.recording.prop with parameters of type PropCnr - Constructor - Description - RecordingDesignerProp(PropCnr propertyContainer)The constructor.
- Uses of PropCnr in com.iizigo.term.screen- Fields in com.iizigo.term.screen declared as PropCnr - Modifier and Type - Field - Description - PropCnr- ScreenRectangle. - propertyThe property associated with the rectangle.- Methods in com.iizigo.term.screen with parameters of type PropCnr - Modifier and Type - Method - Description - void- ScreenDesigner. - assignProperty(PropCnr propCnr)Assigns the verification property and starts listening to it.- protected void- ScreenEditor. - initEditor(PropCnr cnr)The initialize editor method.
- Uses of PropCnr in com.iizigo.term.server- Subclasses of PropCnr in com.iizigo.term.server - Modifier and Type - Class - Description - class- EditorActiveTerminalSessionThe container for an active terminal session for the terminal monitor of each client end-point.- class- EditorActiveTerminalSessionsThe container for active terminal sessions for the terminal monitor of each client end-point.- Methods in com.iizigo.term.server with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorActiveTerminalSession.Setup. - getEditProperties(PropCnr property)
- Uses of PropCnr in com.iizigo.term.session- Constructors in com.iizigo.term.session with parameters of type PropCnr - Constructor - Description - NewSessionWizard(PropCnr parentForNaming, EditorTerminalProps editSettings)Creates the common wizard.- NewSessionWizardNameTypePage(PropCnr parentForNaming, EditorTerminalProps props, EditorTerminalProps editSettings)Create the wizard.
- Uses of PropCnr in com.iizigo.text- Methods in com.iizigo.text with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- TextTableEditor. - initEditor(PropCnr cnr)The initialize editor method.
- Uses of PropCnr in com.iizigo.text.prop- Subclasses of PropCnr in com.iizigo.text.prop - Modifier and Type - Class - Description - class- EditorTextTableThis Selector property container for the Editor.- Methods in com.iizigo.text.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorTextTable0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.
- Uses of PropCnr in com.iizigo.validator- Methods in com.iizigo.validator with parameters of type PropCnr - Modifier and Type - Method - Description - void- ControlValidator. - setAtomNameValidator(PropCnr container, GProp<?> property, boolean allowLeadingDollar)Assigns the callback to be an Atom Name Validator.
- Uses of PropCnr in com.iizigo.vs- Fields in com.iizigo.vs declared as PropCnr - Modifier and Type - Field - Description - PropCnr- VSConnection. - masterParentThe master parent.- PropCnr- VSConnection. - propertyThe property to connect to a VS field.- Methods in com.iizigo.vs with parameters of type PropCnr - Modifier and Type - Method - Description - EditorVSField- NewVSFieldWizardPage. - create(Atom name, PropCnr vsParent, ComplexOperation op)Creates the field when a dialog box is present.- static EditorVSColumnHeader- NewVSColumnWizardPage. - doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.- static EditorVSField- NewVSFieldWizardPage. - doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.- static EditorVSTable- NewVSTableWizardPage. - doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)Creates the field when a dialog box is present.- protected void- VirtualSpaceEditor. - initEditor(PropCnr cnr)The initialize editor method.- protected int- VirtualSpaceEditor. - setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, java.lang.String childName)Attempts to set focus to the property in question based on a container, a viewer and a property editor.- Constructors in com.iizigo.vs with parameters of type PropCnr - Constructor - Description - VSConnection(PropCnr masterParent, PropCnr property, java.lang.String vsBaseReference)Creates the connection.- VSConnection(PropCnr masterParent, PropCnr property, java.lang.String vsBaseReference, java.lang.String suggestedName)Creates the connection.
- Uses of PropCnr in com.iizigo.vs.actor- Subclasses of PropCnr in com.iizigo.vs.actor - Modifier and Type - Class - Description - class- EditorActionActorsThe Editor version of class container for associated action actors of a VSAction.- class- EditorFieldActorThe VirtualSpace Field Actor reference property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.- class- EditorFieldActorsThe Editor version of class container for associated field actors of a VSField.- static class- EditorHistoryBackward.SettingsEditor version of the Settings property container.- static class- EditorHistoryForward.SettingsEditor version of the Settings property container.- static class- EditorSetFocus.SettingsEditor version of the Settings property container.- static class- EditorSetSourceFieldValue.SettingsEditor version of the Settings property container.- static class- EditorSetTargetFieldValue.SettingsEditor version of the Settings property container.- static class- EditorTransportField.SettingsEditor version of the Settings property container.- Methods in com.iizigo.vs.actor that return PropCnr - Modifier and Type - Method - Description - PropCnr- EditorActionActors. - getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.- PropCnr- EditorFieldActors. - getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.- Methods in com.iizigo.vs.actor with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorHistoryBackward.Setup. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorHistoryForward.Setup. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorSetFocus.Setup. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorSetSourceFieldValue.Setup. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorSetTargetFieldValue.Setup. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorTransportField.Setup. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.
- Uses of PropCnr in com.iizigo.vs.link- Methods in com.iizigo.vs.link that return PropCnr - Modifier and Type - Method - Description - protected PropCnr- VSLinkAction. - runOperation(PropCnr target, java.util.ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.- protected PropCnr- VSLinkField. - runOperation(PropCnr target, java.util.ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.- protected abstract PropCnr- VSLinkInfo. - runOperation(PropCnr target, java.util.ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.- protected PropCnr- VSLinkVirtualSpace. - runOperation(PropCnr target, java.util.ArrayList<EditorVirtualSpace> virtualSpaces, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.- Methods in com.iizigo.vs.link with parameters of type PropCnr - Modifier and Type - Method - Description - protected java.lang.String- VSLinkAction. - getOperation(PropCnr target, EditorVSAction component)Returns the operation that linking will produce.- protected java.lang.String- VSLinkField. - getOperation(PropCnr target, EditorVSField component)Returns the operation that linking will produce.- protected abstract java.lang.String- VSLinkInfo. - getOperation(PropCnr target, VSCOMP component)Returns the operation that linking will produce.- protected java.lang.String- VSLinkVirtualSpace. - getOperation(PropCnr target, EditorVirtualSpace component)Returns the operation that linking will produce.- protected boolean- VSLinkAction. - isAlreadyLinked(PropCnr target, EditorVSAction component)Verifies if the component has been linked already.- protected boolean- VSLinkField. - isAlreadyLinked(PropCnr target, EditorVSField component)Verifies if the component has been linked already.- protected abstract boolean- VSLinkInfo. - isAlreadyLinked(PropCnr target, VSCOMP component)Verifies if the component has been linked already.- protected boolean- VSLinkVirtualSpace. - isAlreadyLinked(PropCnr target, EditorVirtualSpace component)Verifies if the component has been linked already.- static void- IVSLinkEnabler. - performLink(org.eclipse.swt.widgets.Shell shell, PropCnr target, java.util.ArrayList<VSLinkInfo<?>> infoList, java.util.ArrayList<VSSubLinkInfo> subInfoList, java.util.ArrayList<java.util.ArrayList<IVSComponent>> componentsList, ComplexOperation op)Called to perform the operations.- protected PropCnr- VSLinkAction. - runOperation(PropCnr target, java.util.ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.- protected PropCnr- VSLinkField. - runOperation(PropCnr target, java.util.ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.- protected abstract PropCnr- VSLinkInfo. - runOperation(PropCnr target, java.util.ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.- protected PropCnr- VSLinkVirtualSpace. - runOperation(PropCnr target, java.util.ArrayList<EditorVirtualSpace> virtualSpaces, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op)Runs the main operation.
- Uses of PropCnr in com.iizigo.vs.prop- Subclasses of PropCnr in com.iizigo.vs.prop - Modifier and Type - Class - Description - class- EditorVirtualSpaceThe Editor VirtualSpace property class.- class- EditorVSActionThe Editor VirtualSpace Action property class.- class- EditorVSColumnHeaderThe Editor VirtualSpace Column property class.- class- EditorVSFieldThe Editor VirtualSpace Field property class.- class- EditorVSGroupThe Editor VirtualSpace Group property class.- class- EditorVSParticipantsHolderThe Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.- class- EditorVSRowThe Editor VirtualSpace Row property class.- class- EditorVSRowsThe rows property class that only allows VSRow children properties.- class- EditorVSTableThe Editor VirtualSpace Field property class.- Methods in com.iizigo.vs.prop that return PropCnr - Modifier and Type - Method - Description - PropCnr- EditorVSAction. - getBaseJavaReference()Gets the base reference path for the Java reference, e.g.- PropCnr- EditorVSColumnHeader. - getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.- PropCnr- EditorVSField. - getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.- PropCnr- EditorVSTable. - getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.- Methods in com.iizigo.vs.prop with parameters of type PropCnr - Modifier and Type - Method - Description - static EditorVSTable- EditorVSTable. - createTable(PropCnr parent, java.lang.String suggestedName, CreateColumnData[] columns)Creates a table with the suggested name to be placed in a container.- PropCnrEditorProperties- EditorVirtualSpace0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorVSAction0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorVSColumnHeader0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorVSField0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorVSGroup0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorVSParticipantsHolder0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- PropCnrEditorProperties- EditorVSTable0. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.- Constructors in com.iizigo.vs.prop with parameters of type PropCnr - Constructor - Description - VirtualSpaceDesignerProp(PropCnr propertyContainer)The constructor.
- Uses of PropCnr in com.iizigo.vs.viewer- Subclasses of PropCnr in com.iizigo.vs.viewer - Modifier and Type - Class - Description - class- VSViewerPropCnrThe VSViewer property container used to view a VirtualSpace.- Constructor parameters in com.iizigo.vs.viewer with type arguments of type PropCnr - Constructor - Description - VSViewerPropCnr(Atom name, java.util.ArrayList<PropCnr> list, boolean isReadOnly)Creates a VSViewer proxy container for all VirtualSpace of the specified container.
- Uses of PropCnr in com.iizigo.vs.wizards- Methods in com.iizigo.vs.wizards that return PropCnr - Modifier and Type - Method - Description - PropCnr- VSComponentCreation. - getVSParent()Gets the parent for the component.- Methods in com.iizigo.vs.wizards with parameters of type PropCnr - Modifier and Type - Method - Description - protected EditorVSAction- VSActionCreation. - doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.- protected EditorVSColumnHeader- VSColumnCreation. - doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.- protected abstract VSTYPE- VSComponentCreation. - doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.- protected EditorVSField- VSFieldCreation. - doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.- protected EditorVSTable- VSTableCreation. - doCreate(Atom name, PropCnr parent, ComplexOperation op)Creates the component required with the specified name.- void- VSComponentCreation. - setVSParent(PropCnr vsParent)Sets the parent.
- Uses of PropCnr in com.iizigo.ws.actionactor- Subclasses of PropCnr in com.iizigo.ws.actionactor - Modifier and Type - Class - Description - static class- EditorWebServiceActionActor.SettingsSettings property container.- Methods in com.iizigo.ws.actionactor with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorWebServiceActionActor.Setup. - getEditProperties(PropCnr property)Gets the property definitions for LayoutProp.
- Uses of PropCnr in com.iizigo.ws.editor- Methods in com.iizigo.ws.editor that return PropCnr - Modifier and Type - Method - Description - PropCnr- IEditorReplyProcessor. - createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply)Creates the required identification properties to start to become a valid processor.- Methods in com.iizigo.ws.editor with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- WebServiceEditor. - initEditor(PropCnr cnr)The initialize editor method.
- Uses of PropCnr in com.iizigo.ws.prop- Subclasses of PropCnr in com.iizigo.ws.prop - Modifier and Type - Class - Description - class- EditorOutputColumnEditor version of the Output Column connects a table column from the reply output with a VSTable column.- class- EditorOutputPropsEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.- class- EditorOutputTableEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.- class- EditorOutputVariableEditor version of the Output Variable connects a reference variable from the reply output with a VSField.- class- EditorOutputVariablesEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.- class- EditorRESTfulInputPropsEditor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.- class- EditorWebServicePropEditor version of the Web Service property container holding the definition of a web service transaction.- Methods in com.iizigo.ws.prop that return PropCnr - Modifier and Type - Method - Description - protected PropCnr- EditorOutputProps. - getRetargetedVerifyContainer()Gets the retargeted verification property container.- protected PropCnr- EditorRESTfulInputProps. - getRetargetedVerifyContainer()Gets the retargeted verification property container.- Methods in com.iizigo.ws.prop with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorOutputColumn0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorOutputProps0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorOutputTable0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorOutputVariable0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorOutputVariables0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorRESTfulInputProps0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorWebServiceProp0. - getEditProperties(PropCnr property)- Constructors in com.iizigo.ws.prop with parameters of type PropCnr - Constructor - Description - WebServiceDesignerProp(PropCnr propertyContainer)The constructor.
- Uses of PropCnr in com.iizigo.ws.prop.json- Subclasses of PropCnr in com.iizigo.ws.prop.json - Modifier and Type - Class - Description - class- EditorJSONElementWrapperEditor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.- class- EditorJSONEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.- class- EditorJSONReplyDocumentEditor version of the JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).- Methods in com.iizigo.ws.prop.json that return PropCnr - Modifier and Type - Method - Description - PropCnr- EditorJSONReplyDocument. - createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply)Creates the required identification properties to start to become a valid processor.- Methods in com.iizigo.ws.prop.json with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorJSONElementWrapper0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorJSONReplyDocument0. - getEditProperties(PropCnr property)
- Uses of PropCnr in com.iizigo.ws.prop.url- Subclasses of PropCnr in com.iizigo.ws.prop.url - Modifier and Type - Class - Description - class- EditorURLEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.- class- EditorURLInputParameterEditor version of the Input Variable connects a VSField with an input variable or parameter to a web service transaction request.- Methods in com.iizigo.ws.prop.url with parameters of type PropCnr - Modifier and Type - Method - Description - PropCnrEditorProperties- EditorURLEncodedInput0. - getEditProperties(PropCnr property)- PropCnrEditorProperties- EditorURLInputParameter0. - getEditProperties(PropCnr property)
- Uses of PropCnr in com.iizix- Classes in com.iizix with type parameters of type PropCnr - Modifier and Type - Interface - Description - interface- IPluginDescriptor<T extends PropCnr>Plug-in descriptor used for the Server to load the plug-in's XML schema and get the appropriate class loader.
- Uses of PropCnr in com.iizix.actionactor- Subclasses of PropCnr in com.iizix.actionactor - Modifier and Type - Class - Description - class- AbstractSettingsClass extending the property container.- static class- JavaActionActorBase.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 - interface- IAnnotationReferenceProcessor<SCOPE extends PropCnr,COMP extends GProp<?>>Tagging interface used by the AnnotationType's to handle reference look-up, validation and refactoring.- Methods in com.iizix.api that return PropCnr - Modifier and Type - Method - Description - PropCnr- IBackReferenceProvider. - getBaseJavaReference()Gets the base reference path for the Java reference.- Methods in com.iizix.api with parameters of type PropCnr - Modifier and Type - Method - Description - void- IInstanceLifecycleListener. - onDisposed(PropCnr owner)Called when the virtualized owner property is disposed of, i.e.- void- IInstanceLifecycleListener. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr owner)This method is called after the virtualization has completed and that all references, etc, are ready but before any kind of other action is done.
- Uses of PropCnr in com.iizix.app.builder- Methods in com.iizix.app.builder with type parameters of type PropCnr - Modifier and Type - Method - Description - protected <PC extends PropCnr>
 PC- ApplicationDistributor. - loadFile(IIFile iifile, java.lang.Class<PC> propClass, java.lang.Object monitor)Loads a property file.- Methods in com.iizix.app.builder that return PropCnr - Modifier and Type - Method - Description - PropCnr- ApplicationDistributor. - loadFile(java.io.File file)Loads a property file.- PropCnr- ApplicationDistributor. - loadFile(java.lang.String fileName, java.io.InputStream inputStream)Loads a property file.
- Uses of PropCnr in com.iizix.db.actionactor- Subclasses of PropCnr in com.iizix.db.actionactor - Modifier and Type - Class - Description - static class- DatabaseActionActor.SettingsSettings property container.
- Uses of PropCnr in com.iizix.db.prop- Subclasses of PropCnr in com.iizix.db.prop - Modifier and Type - Class - Description - class- ConnectionProfileSetupA single connection profile setup that is used to establish a JDBC connection.- class- ConnectionProfilesSetupContainer with all connection profiles setup's by name.- class- DatabasePropsThis database property container holds database service definition.- class- InputPropsInput Properties that ties the input to the execution of an SQL query statement to VirtualSpace.- class- InputVariableThe Input Variable connects a VSField with an input variable or parameter to an SQL query statement.- class- ResultPropsResult property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.- class- ResultSetColumnPropThe result set Column property that connects the column name in a result set with a VSColumnHeader.- class- ResultSetPropsResult set property that ties a result set from the execution of an SQL query statement to VirtualSpace.- Methods in com.iizix.db.prop with parameters of type PropCnr - Modifier and Type - Method - Description - java.lang.String- ConnectionProfilesSetup. - getDefaultName(PropCnr moduleRoot)Gets the name of the default property container name in case of multiple property containers.- java.util.List<IServerApplicationSetupPropCnr>- ConnectionProfilesSetup. - getSetupPropertyContainers(PropCnr moduleRoot)Gets the list of property containers that describes the setup required.
- Uses of PropCnr in com.iizix.editor- Constructors in com.iizix.editor with parameters of type PropCnr - Constructor - Description - AtomGenerator(PropCnr container)Creates an atom generator using the atom manager and a property container.
- Uses of PropCnr in com.iizix.event- Methods in com.iizix.event that return PropCnr - Modifier and Type - Method - Description - PropCnr- ParentCnrAddedEvent. - getContainer()Gets the container that is added or removed (same as getSource()).- PropCnr- PropCnrEvent. - getContainer()Gets the container that got the property added or removed.- PropCnr- PropCopyEvent. - getContainer()Gets the container that got the property added or removed.- PropCnr- PropDisposeEvent. - getContainer()Gets the parent container that owned the property.- PropCnr- PropReorderEvent. - getEventTarget()Returns the container that was reordered (same as "getSource()").- PropCnr- ParentCnrMoveEvent. - getOldContainer()Gets the old property container.- PropCnr- PropMoveEvent. - getOldContainer()Gets the old property container.- PropCnr- RemoteEvent. - getParameters()Gets the property container that is used to add parameters.- Methods in com.iizix.event with parameters of type PropCnr - Modifier and Type - Method - Description - boolean- GEvent. - isPropertyChange(PropCnr pc, Atom name)Checks if the event is a modification change of any property in the specified container.- boolean- GEvent. - isPropertyChange(PropCnr pc, java.lang.String name)Checks if the event is a modification change of any property in the specified container.- boolean- PropCnrEvent. - isPropertyChange(PropCnr pc, Atom name)Checks if the event is a modification change of any property in the specified container.- boolean- PropCnrEvent. - isPropertyChange(PropCnr pc, java.lang.String name)Checks if the event is a modification change of any property in the specified container.- boolean- PropCopyEvent. - isPropertyChange(PropCnr pc, Atom name)Checks if the event is a modification change of any property in the specified container.- boolean- PropCopyEvent. - isPropertyChange(PropCnr pc, java.lang.String name)Checks if the event is a modification change of any property in the specified container.- boolean- PropValueEvent. - isPropertyChange(PropCnr pc, Atom name)Checks if the event is a modification change of any property in the specified container.- boolean- PropValueEvent. - isPropertyChange(PropCnr pc, java.lang.String name)Checks if the event is a modification change of any property in the specified container.- boolean- GEvent. - isPropertyChangeIn(PropCnr pc)Checks if the event is a modification change of any property in the specified container.- boolean- GEvent. - isPropertyChangeInTree(PropCnr pc)Checks if the event is a modification change of any property in the specified container or any of its children.- Constructors in com.iizix.event with parameters of type PropCnr - Constructor - Description - ParentCnrAddedEvent(int eventID, PropCnr addedContainer, boolean isRemoteInduced)Constructs a new added event for a property container that is added.- ParentCnrMoveEvent(PropCnr movedContainer, Atom oldAtom, PropCnr oldContainer)Constructs a new move event for a property that is moved and renamed at the same time.- ParentCnrNameEvent(PropCnr container, Atom oldAtom, boolean isRemoteInduced)Constructs a new property event.- PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr)Constructs a new property container event.- PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr)Constructs a new property container event.- PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr)Constructs a new property container event.- PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr)Constructs a new property container event.- PropDisposeEvent(GProp<?> property, PropCnr parent, boolean isRemoteInduced)Constructs a new property container event.- PropMoveEvent(int eventID, GProp<?> property, Atom oldAtom, PropCnr oldContainer, GProp<?>[] oldContainerProps)Constructs a new move event for a property that is moved and renamed at the same time.- PropReorderEvent(PropCnr container, GProp<?>[] oldProperties, boolean isRemoteInduced)Constructs a new property container event for reordering property indexes.- RemoteEvent(GProp<?> source, int localID, PropCnr params)Creates a new remote event (locally).- RemoteEvent(GProp<?> source, int localID, PropCnr params, PropMgr originator)Creates a new remote event.- ResolveReferencesEvent(PropCnr root, boolean doReCheck, boolean isPostResolving)Constructs a new Resolve References event with the specified- isPostResolvingflag.
- Uses of PropCnr in com.iizix.gyro- Methods in com.iizix.gyro that return PropCnr - Modifier and Type - Method - Description - PropCnr- IAppSessionGyro. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- GyroTransaction. - getTransactionContainer()Returns the transaction property container for the GyroTransaction.- Constructors in com.iizix.gyro with parameters of type PropCnr - Constructor - Description - GyroTransaction(PropCnr transactionContainer, IFocusEngine focusEngine)Creates the gyro transaction for a property container.
- Uses of PropCnr in com.iizix.jdbc- Methods in com.iizix.jdbc with parameters of type PropCnr - Modifier and Type - Method - Description - static IDBConnectionPool- JDBCHelper. - from(java.lang.String name, PropCnr cnr, java.util.Properties driverProps)Creates a database connection pool from values stored in a property container.
- Uses of PropCnr in com.iizix.license- Methods in com.iizix.license that return PropCnr - Modifier and Type - Method - Description - default PropCnr- ILicenseServerListener. - getCommProp(boolean newInstance)Returns the property class to add when connection is established.- Methods in com.iizix.license with parameters of type PropCnr - Modifier and Type - Method - Description - void- IDesignerLicenseSystem. - addDeveloperAppPropCnrData(PropCnr appPropCnr)Adds the required information in the AppPropCnr property container for the application.- java.lang.String- IDesignerLicenseSystem. - verifyAppJar(java.util.jar.JarFile jar, PropCnr appPropCnr)Verifies that an iiziApp Jar is signed with the developer certificate.
- Uses of PropCnr in com.iizix.prop- Subclasses of PropCnr in com.iizix.prop - Modifier and Type - Class - Description - class- AbstractStylesAbstract styles property container that either holds styles or other style related data such as font faces.- class- AppLanguagesThe configured languages for the application.- class- ApplicationThe application property container holds all information about a single application.- class- ArrayProp<ITEM extends GProp<?>>The Array property class holds the property name, value and optionally has a parent and/or property listener(s).- class- ClientPropsThis client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).- class- DesignerPropCnrSpecial Designer property container that is private.- class- DevParamsDevice parameters container available only for iiziRun.- class- EditorPropCnrEditor Property Container, i.e.- class- EnvPropsThis client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).- class- FileURIPropCnrA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.- class- FolderSettingsPropThis folder settings property hold settings for a folder, typically a Selector and a description.- class- FolderURIPropCnrA PropCnr that can is a "directory" and can contain FileURIPropCnr's.- class- GeoPropsThis Geographical property is a container that holds information about client position and an API to work with geographical location services.- class- MailPropsContainer holding mail settings.- class- MethodReference2The Method Reference "2" property class hold the reference to a Method that is in a Java class.- class- ModuleAppThis Module Applications settings that defines the behavior of the application and contains its settings.- class- PolicyPropsContainer holding policiy settings.- class- ProxyPropCnrThe proxy property container class extends the standard property container and allows it to synchronize property states so that several clients can use the "same" property container and the communication mechanism.- class- PushPropCnrContainer for Push property container for the application.- class- PushPropsThe Push properties for the application.- class- PWAPropCnrContainer for Progressive Web App's (PWA).- class- PWAPropsThe Progressive Web App (PWA) properties.- class- ReferralsHolderThe Referrals Holder property container contains the properties that refer to the owner of this container.- class- RuntimeBuilderPropsThis iiziRun Builder properties for the server side to hold the build settings and handle the interprocess communication.- class- SelectorThe Selector class is used to enable or disable participants such as panels, text tables and translation tables, perhaps images.- class- ServerClientSessionPropsThe Server's Client Session properties hold information relating to the current client session, i.e.- class- ServerSocketCommPropsThis property container contains all properties required for a Server Socket (NIO) connection.- class- SettingsPropCnrSettings property container, a "raw" PropCnr.- class- SocketCommPropsThis property container contains all properties required for a Socket (NIO) connection using Proxy, WebSocket, SSL, etc, required by the SocketProp property.- class- SpeechRecognitionPropSpeech Recognition property for remote client execution.- class- SpeechSynthesisPropSpeech Synthesis property for remote client execution.- class- SSLCommPropsThis property container contains all properties required for a SSL Socket (NIO) connection.- class- StylesThis styles property container holds the styles associated with a UI component.- class- StylesCnrStyles Container used to hold a Styles property instance for the Client used as a Class Name.- class- TextTableThe text table property holds the text table items consisting of KStrings.- class- TransactionCommPropsThis property container contains all properties required for Transaction communication based on WebSockets.- class- VirtualsPropCnrThe Virtuals property container contains all the virtualized instances of a session divided into VirtualSpace, Panels, and other connectors.- class- WebSocketCommPropsThis property container contains all properties required for WebSocket communication.- class- WebSocketServerCommPropsThis property container contains all properties required for a WebSocket Server (NIO) connection.- class- WindowsThe 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.- PropCnr- ProxyImpl. - sourceThe source property container.- PropCnr- ProxyImpl. - targetThe target property container.- Methods in com.iizix.prop with type parameters of type PropCnr - Modifier and Type - Method - Description - <PC extends PropCnr>
 PC- ModuleProjectSettings. - getContainer(java.lang.String name, java.lang.Class<PC> clazz)Gets a container by name and class type.- <PROPCNR extends PropCnr>
 PROPCNR- GProp. - getParent(java.lang.Class<PROPCNR> clazz)Gets the parent of this property with the requested type.- <PROPCNR extends PropCnr>
 PROPCNR- IGProp. - getParent(java.lang.Class<PROPCNR> clazz)Gets the parent of this property with the requested type.- Methods in com.iizix.prop that return PropCnr - Modifier and Type - Method - Description - PropCnr- PropCnr. - clone()Creates a clone out of this property.- PropCnr- ProxyPropCnr. - clone()ProxyPropCnr does not support cloning.- PropCnr- PropCnr. - getExtendsContainer()Gets the extends container.- PropCnr- GProp. - getExtendsRootContainer()Searches for an Extends container for a property.- PropCnr- IGProp. - getExtendsRootContainer()Searches for an Extends container for a property.- PropCnr- ModuleProjectSettings. - getMainPropCnr()Gets the main property container storage.- PropCnr- PreloadClientCacheResource. - getOwner()Gets the owner property.- PropCnr- GProp. - getParent()Gets the parent of this property.- PropCnr- IGProp. - getParent()Gets the parent of this property.- PropCnr- GProp. - getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.- PropCnr- IGProp. - getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.- PropCnr- PropCnr. - getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.- PropCnr- IPropCnr. - getPropCnr()Gets the property container instance.- PropCnr- PropCnr. - getPropCnr()Gets the property container instance.- PropCnr[]- GProp. - getPropPath(boolean includeThisPropCnr)Gets the parents to the root of this property.- PropCnr[]- GProp. - getPropPath(boolean includeThisPropCnr, IPropCnr stop)Gets the parents to the input property or the root of this property.- PropCnr[]- IGProp. - getPropPath(boolean includeThisPropCnr)Gets the parents to the root of this property.- PropCnr[]- IGProp. - getPropPath(boolean includeThisPropCnr, IPropCnr stop)Gets the parents to the input property or the root of this property.- protected PropCnr- PropCnr. - getRetargetedVerifyContainer()Gets the retargeted verification property container.- PropCnr- ClientProps. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- GProp. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- IModuleProjectPropProvider. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- GProp. - getRootParent()Gets the root container in the property tree.- protected PropCnr- GProp. - getRootParent(GProp<?> requestor)Gets the root container in the property tree.- PropCnr- IGProp. - getRootParent()Gets the root container in the property tree.- protected PropCnr- ProxyPropCnr. - getRootParent(GProp<?> requestor)Gets the root container in the property tree.- PropCnr- VirtualsPropCnr. - getVirtualizedContainer(java.lang.String ref)Gets a virtual property from a reference path.- PropCnr- PropFactory. - loadPropTree(PropMgr propertyManager, java.io.File file, boolean setPropMgrToProps)Loads a property tree from an XML file.- PropCnr- PropFactory. - loadPropTree(PropMgr propertyManager, java.lang.String fileName, java.io.InputStream in, boolean setPropMgrToProps)Loads a property tree from an XML file.- PropCnr- PropFactory. - loadPropTree(PropMgr propertyManager, org.w3c.dom.Document document, boolean setPropMgrToProps)Loads a property tree from an XML document.- Methods in com.iizix.prop with parameters of type PropCnr - Modifier and Type - Method - Description - void- PropCnr. - __transferChildProps(PropCnr pc)Transfers all properties from another container to this container.- static void- IComplexOperation. - addProp(IComplexOperation op, PropCnr pc, IGProp<?> gp)Adds a property.- void- IComplexOperation. - addProp(PropCnr pc, GProp<?> gp)Adds a property.- void- VirtualsPropCnr. - addVirtualizedContainer(PropCnr cnr, java.lang.String ref)Adds a new virtualized property container with the specified reference path.- void- ProxyPropCnr. - assignRootParent(PropCnr root)Assigns a root parent proxying is done for e.g.- void- PropCnr. - completeVirtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Once the property container has been virtualized and added into a virtualized container, a call to this routine should be done.- org.w3c.dom.Document- PropFactory. - createDocument(PropCnr pc)Creates a Document from a property container.- VSReference- ModuleApp. - createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.- VSReference- PropCnr. - createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.- protected void- PropCnr. - doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.- protected java.lang.Object- EditorPropCnr. - equalsTree(PropCnr pc2, int how)Checks for equality in the whole container structure.- protected java.lang.Object- GProp. - equalsTree(PropCnr pc, int how)Checks for equality in the whole container structure.- protected java.lang.Object- PropCnr. - equalsTree(PropCnr pc2, int how)Checks for equality in the whole container structure.- protected java.lang.Object- PropCnr. - equalsTree(PropCnr pc2, java.lang.Class<? extends IGProp<?>> arrayItemClass, int how)Checks for equality in the whole container structure.- default CHOICE- IPropCnrChoiceOption. - get(PropCnr pc)Gets a choice option.- Atom[]- GProp. - getAtomPath(PropCnr stopAt)Gets the atom path of this property.- Atom[]- IGProp. - getAtomPath(PropCnr stopAt)Gets the atom path of this property.- static ClassReference- ClassReference. - getClassReference(PropCnr pc, java.lang.String id)Gets a ClassReference instance from a property.- protected java.lang.String- AbstractBaseRelativeReference. - getScopeErrorMessage(TARGET property, PropCnr base)Gets the error message when the base container doesn't validate scope.- boolean- IPropExtender. - initialize(java.lang.String extendsName, PropCnr source, PropCnr target)Initializes the property extender.- static void- IComplexOperation. - insertProp(IComplexOperation op, PropCnr pc, IGProp<?> gp, int index)Inserts a property.- void- IComplexOperation. - insertProp(PropCnr pc, GProp<?> gp, int index)Inserts a property.- boolean- GProp. - moveProp(PropCnr moveToContainer)Moves this property container to another container, without changing the listeners.- boolean- GProp. - moveProp(PropCnr moveToContainer, Atom newName, int destinationIndex)Moves this property container to another container, without changing the listeners.- boolean- GProp. - moveProp(PropCnr moveToContainer, Atom newName, Atom reference, boolean isAfter)Moves this property container to another container, without changing the listeners.- void- IComplexOperation. - moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)Moves a property to another container.- static void- IComplexOperation. - moveProp(IComplexOperation op, IGProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)Moves a property to another container.- boolean- IGProp. - moveProp(PropCnr moveToContainer)Moves this property container to another container, without changing the listeners.- boolean- IGProp. - moveProp(PropCnr moveToContainer, Atom newName, int destinationIndex)Moves this property container to another container, without changing the listeners.- boolean- IGProp. - moveProp(PropCnr moveToContainer, Atom newName, Atom reference, boolean isAfter)Moves this property container to another container, without changing the listeners.- protected void- AbstractReference. - onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when parent changed.- protected void- GProp. - onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when the parent is changed for this class.- protected void- Selector. - onPropParentChanged(PropCnr oldParent, PropCnr newParent)Verify when loaded/created.- protected void- StylesReferences. - onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when parent changed.- protected void- ValueProp. - onPropParentChanged(PropCnr oldParent, PropCnr newParent)If the value property is added in any component that is not a VS field, make it private.- void- IProxyRemovedListener. - onProxySourceRemoved(PropCnr proxyCnr)Called when the proxy source is removed.- protected void- ClassReference. - onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.- protected void- FixedVirtualizedAbstractReference. - onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.- protected void- GProp. - onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.- protected void- FixedVirtualizedAbstractReference. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- protected void- GProp. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- static BinderActions- PropBinder. - populatePOJO(IPropBinder pojo, PropCnr container)Populates an instance of a POJO with data from properties in a property container, skipping sub-containers, but without skipping non-found properties.- static BinderActions- PropBinder. - populatePOJO(IPropBinder pojo, PropCnr container, boolean doSkipProperty, int depth)Populates an instance of a POJO with data from properties in a container.- static BinderActions- PropBinder. - populateProp(BinderActions ba, IPropBinder pojo, PropCnr container, int depth, boolean skipUnknownFields, boolean createNewProperties)Populates a property from a POJO object.- static BinderActions- PropBinder. - populateProp(IPropBinder pojo, PropCnr container)Populates a property from a POJO object.- void- PropMgr. - processUpdateTrans(PropCnr root, ReadTransaction trans)Processes the TRANS_UPDATE transaction on a root property container.- void- VirtualsPropCnr. - removeVirtualizedContainer(PropCnr cnr)Removes a virtualized container.- static void- IComplexOperation. - reorderProps(IComplexOperation op, PropCnr pc, Atom[] order)Reorder a property container.- void- IComplexOperation. - reorderProps(PropCnr pc, Atom[] order)Reorder a property container.- void- PropCnr. - replaceProps(PropCnr cnr)Replaces all properties in this container with the ones from the specified one.- default boolean- IPropCnrChoiceOption. - set(PropCnr pc)Sets a choice option.- void- GProp. - triggerRemoteEvent(int localID, PropCnr params)Triggers a remote event for execution at the remote party- onRemoteEvent()method of this remote property instance.- void- IGProp. - triggerRemoteEvent(int localID, PropCnr params)Triggers a remote event for execution at the remote party- onRemoteEvent()method of this remote property instance.- default void- IPropCnrInteger. - validate(PropCnr pc, int value)Validates a new value.- default void- IPropCnrKString. - validate(PropCnr pc, KString ks)Validates a new string.- default void- IPropCnrNumber. - validate(PropCnr pc, double value)Validates a new value.- default void- IPropCnrString. - validate(PropCnr pc, java.lang.String string)Validates a new string.- protected GProp<?>- ClassReference. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- protected GProp<?>- GProp. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- protected GProp<?>- PropCnr. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- Method parameters in com.iizix.prop with type arguments of type PropCnr - Modifier and Type - Method - Description - int- PropCnr. - verifyInternalUseOnly(java.util.Set<PropCnr> currentlyBeingVerifiedPropCnrs, IKStringInfoProvider provider)Verifies this property after editing.- Constructors in com.iizix.prop with parameters of type PropCnr - Constructor - Description - ExtendsCircularReferenceFinder(PropCnr input)Creates a circular references finder for a property container.- ModuleProjectSettings(PropCnr pc)Creates an instance of the Module Project Settings for a property container.- PreloadClientCacheResource(PropCnr owner, java.lang.String path)Constructs the resource.- PropVerificationError(PropCnr parent, Atom childName, PropVerificationError.Severity severity, java.lang.String location, java.lang.String errorText, java.lang.String... quickFixes)Constructs an error for a child property.- PropVerificationError(PropCnr parent, java.lang.String childName, PropVerificationError.Severity severity, java.lang.String location, java.lang.String errorText, java.lang.String... quickFixes)Constructs an error for a child property.- ProxyImpl(PropCnr source, PropCnr target, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor)Constructs the proxy implementation.- ProxyPropCnr(Atom alternateName, PropCnr source, boolean allowTargetToSourceChanges, boolean enableCommunication, IProxyRemovedListener sourceRemoved)Creates the proxy property container.- ProxyPropCnr(PropCnr source, boolean allowTargetToSourceChanges, boolean enableCommunication, IProxyRemovedListener sourceRemoved)Creates the proxy property container.- ProxyPropCnrImpl(PropCnr source, PropCnr target, boolean allowTargetToSourceChanges, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor)Constructs the proxy implementation.
- Uses of PropCnr in com.iizix.prop.bridge- Constructors in com.iizix.prop.bridge with parameters of type PropCnr - Constructor - Description - BridgeContainer(UIContainer uiContainer, LayoutMgr<LAYOUT_PROP> layoutMgr, PropCnr propCnr)Constructs the bridge with UI container.
- Uses of PropCnr in com.iizix.prop.content- Subclasses of PropCnr in com.iizix.prop.content - Modifier and Type - Class - Description - class- AbstractContentUIContainer<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>A property container that handles content and has custom content provider support.- Methods in com.iizix.prop.content with parameters of type PropCnr - Modifier and Type - Method - Description - protected java.lang.Object- AbstractContentUIContainer. - equalsTree(PropCnr pc2, int how)Checks for equality in the whole container structure.- protected void- AbstractContentUIContainer. - onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when the parent is changed for this class.- protected void- AbstractContentUIContainer. - onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.
- Uses of PropCnr in com.iizix.prop.font- Subclasses of PropCnr in com.iizix.prop.font - Modifier and Type - Class - Description - class- FontFacesThe font faces property container holds information about font face(s) that are available in the application.- class- FontFileContainer for all font icon files used in a FontIconsDefintion.- class- FontFilesContainer for all font files used in a FontIconsDefintion.- Methods in com.iizix.prop.font with parameters of type PropCnr - Modifier and Type - Method - Description - static void- FontConsumed. - collectConsumedFonts(PropCnr comp, java.util.Set<FontConsumed> fonts)Collects all fonts in a component and its children recursively.- static java.util.Set<FontConsumed>- FontConsumed. - getConsumedFonts(PropCnr comp)Collects all fonts in a component and its children recursively.
- Uses of PropCnr in com.iizix.prop.image- Subclasses of PropCnr in com.iizix.prop.image - Modifier and Type - Class - Description - class- AbstractImageDefinitionImage definition property container.- class- AbstractImageResolutionThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.- class- FontIconDefinitionThe definition of a single font icon and how it represent itself in the various states, e.g.- class- FontIconsDefinitionThe Font Icon Definition property container that contains an installable font using @FontFace CSS and contains several icons that can be displayed in any square size.- class- ImageDefinitionSingle image definition property container.- class- ImageLocationThis Image Location property container.- class- ImageResolutionThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.- class- ImagesDefinitionThe Images Definition property container for multiple icons/images and multiple states and resolutions.- class- ImagesResolutionThe Images Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartLocation properties.- class- ImagesStyleThis Images Style property container has the state for several images.- class- ImageStyleThis Image Style property container holds the image types, asset reference, and other settings.- class- ImageStyleLocationThis Image Style Location property container has the state for several images.- class- ImageStylesResolutionThis Image States Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartStateLocation properties.- class- RuntimeImageDefinitionThe runtime image definition is used to provide images at runtime that are images located in other files than the asset files.- class- StyledImageDefinitionImage States Definition property container when a single image file has one image in many states and possibly resolutions.- class- SVGDefinitionThe SVG Image Definition property container contains a reference to an SVG file in the Assets.- Methods in com.iizix.prop.image that return PropCnr - Modifier and Type - Method - Description - PropCnr- FontIconDefinition. - clone()Clone of image forces creation of the source client image data before cloning.- PropCnr- ImageDefinition. - clone()Clone of image forces creation of the source client image data.- PropCnr- SVGDefinition. - clone()Clone of image forces creation of the source client image data.
- Uses of PropCnr in com.iizix.prop.ui- Subclasses of PropCnr in com.iizix.prop.ui - Modifier and Type - Class - Description - class- AbsoluteDataThe AbsoluteData is the layout data for components in a container with AbsoluteLayout.- class- AbsoluteLayoutAbsoluteLayout is a layout manager.- class- AbstractUIActionAbstract UI Action component such as buttons or menu item that are connected to a VS Action.- class- AccordionDataThe AccordionData is the layout data for components in a container with AccordionLayout.- class- AccordionLayoutAccordion container specific layout manager.- class- BorderDataThe BorderData is the layout data for components in a container with BorderLayout.- class- BorderLayoutBorderLayout is a layout manager.- class- ContextMenuDataThe ContextMenuData is the layout data for components in a container with ContextMenuLayout.- class- ContextMenuLayoutMenu specific layout manager.- class- DOMElementDOM Element property container used to keep information of the created UI item and its internal DOM structure.- class- FlexDataThe FlexData is the layout data for components in a container with FlexLayout.- class- FlexLayoutFlexLayout is a layout manager.- class- GridDataThe GridData is the layout data for components in a container with GridLayout.- class- GridLayoutGridLayout is a layout manager.- class- HeadingDataThe HeadingData is the layout data for components in a container with HeadingLayout.- class- HeadingLayoutHeader specific layout manager.- class- ImagePreviewImage preview property for use with any UI component or container.- class- LayoutMgr<LAYOUT_PROP extends LayoutProp>LayoutMgr is the class that handles layout of UIComp's in a UI container.- class- LayoutPropThe LayoutProp is the generic property for layout managers using properties to layout it's components.- class- ListDataThe ListData is the layout data for components in a container with ListLayout.- class- ListLayoutList container specific layout manager.- class- MenuBarDataThe MenuBarData is the layout data for components in a container with MenuBarLayout.- class- MenuBarLayoutMenu bar specific layout manager.- class- MenuDataThe MenuData is the layout data for components in a container with MenuLayout.- class- MenuLayoutMenu specific layout manager.- class- MessageBoxThe message box is a container to display a message box on the client side and wait for the user reply.- class- MUIHeadingHeader UI container.- class- MUISimpleDialogSimple mobile popup dialog.- class- MUISwitchMobile switch UI component.- class- MUITabBarTab bar UI container.- class- PanelDataThe panel layout data.- class- SwapDataThe SwapData is the layout data for components in a container with SwapLayout.- class- SwapLayoutSwap container specific layout manager.- class- TabBarDataThe TabBarData is the layout data for components in a container with TabBarLayout.- class- TabBarLayoutTab bar specific layout manager.- class- TabDataThe TabData is the layout data for components in a container with TabLayout.- class- TabLayoutTab container specific layout manager.- class- ToasterToaster property.- class- UIAbstractListChoiceAbstract list choice UI component used for combobox and spinner.- class- UIAccordionAccordion UI container.- class- UIButtonButton UI component.- class- UICalendarCalendar UI component.- class- UICheckBoxCheckbox UI component.- class- UICheckedMenuItemMenu item UI component.- class- UIComboBoxCombobox UI component.- class- UICompThe UIComp class is the basic implementation of a single user interface component.- class- UICompsThe UIComps class is the property container for all UIComp instances of the UIComps class.- class- UIContainerThe UIContainer class is a standard simple container for components.- class- UIContextMenuContext menu UI container.- class- UIDialogDesktop popup dialog.- class- UIEmptyEmpty UI component.- class- UIGaugeGauge UI component.- class- UIImageImage UI component.- class- UIImage2Image Crop and Upload UI component.- class- UILabelLabel UI component.- class- UIMediaMedia UI component.- class- UIMenuMenu UI container.- class- UIMenuBarMenu bar UI container.- class- UIMenuItemMenu item UI component.- class- UIMenuSeparatorMenu separator UI component.- class- UIOutputOutput (label) UI component.- class- UIPanelPanel UI container.- class- UIPanelBaseBase panel UI container.- class- UIPanelPartPanel part UI container.- class- UIPanelPartCnrThe UI panel part container.- class- UIProgressProgress UI component.- class- UIRadioButtonRadio button UI component.- class- UIRadioMenuItemMenu item UI component.- class- UISliderSlider UI component.- class- UISpinnerSpinner UI component.- class- UISwapContainerUI swap container.- class- UITabContainerUI tab container.- class- UITextText UI component.- class- UITextAreaText area UI component.- class- UITitlePaneTitle panel UI container optionally collapsable.- Methods in com.iizix.prop.ui that return PropCnr - Modifier and Type - Method - Description - default PropCnr- IUIActionHolder. - getBaseJavaReference()Gets the base reference path for the Java reference.- PropCnr- UIContextMenu. - getPropBaseReference()The panel is the base component base reference.- PropCnr- UIPanelBase. - getPropBaseReference()The panel is the base component base reference.- PropCnr- UIPanelPartCnr. - getPropBaseReference()The panel is the base component base reference.- Methods in com.iizix.prop.ui with parameters of type PropCnr - Modifier and Type - Method - Description - VSParticipant- UIContextMenu. - createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.- VSParticipant- UIPanelBase. - createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.- protected void- UIContextMenu. - doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.- protected void- UIPanelBase. - doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.- protected java.lang.Object- ImagePreview. - equalsTree(PropCnr pc2, int how)Checks for equality in the whole container structure.- protected java.lang.String- AbstractUICompRelativeReference. - getScopeErrorMessage(TARGET property, PropCnr base)Gets the error message when the base container doesn't validate scope.- protected void- UIPanelPartCnr. - onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when the parent is changed for this class.- protected void- ContextMenuReference. - onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.- protected void- UIComp. - onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.- LayoutMgr<?>- LayoutMgr. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- UIComps- UIComps. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- protected GProp<?>- UIPanelBase. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- protected GProp<?>- UIPanelPartCnr. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.
- Uses of PropCnr in com.iizix.prop.ui.calendar- Subclasses of PropCnr in com.iizix.prop.ui.calendar - Modifier and Type - Class - Description - class- CalendarDataThe layout data for calendar lists and their items: they are not used, but is required to be present by the framework.- class- CalendarEventA (sub)calendar list event.- class- CalendarLayoutLayout manager for calendar lists.- class- UICalendarListCalendar List UI component.
- Uses of PropCnr in com.iizix.prop.ui.chart- Subclasses of PropCnr in com.iizix.prop.ui.chart - Modifier and Type - Class - Description - class- UIChartChart UI component.- Methods in com.iizix.prop.ui.chart with parameters of type PropCnr - Modifier and Type - Method - Description - void- ChartInteger. - validate(PropCnr pc, int value)Validates a new value.
- Uses of PropCnr in com.iizix.prop.ui.chart.axis2d- Subclasses of PropCnr in com.iizix.prop.ui.chart.axis2d - Modifier and Type - Class - Description - class- Axis2DA chart axis is normally added to charts.- Methods in com.iizix.prop.ui.chart.axis2d with parameters of type PropCnr - Modifier and Type - Method - Description - void- AxisInteger. - validate(PropCnr pc, int value)Validates a new value.
- Uses of PropCnr in com.iizix.prop.ui.chart.plot2d- Subclasses of PropCnr in com.iizix.prop.ui.chart.plot2d - Modifier and Type - Class - Description - class- Plot2DA chart series is either created in the Designer or constructed at runtime and added to the chart.- Methods in com.iizix.prop.ui.chart.plot2d with parameters of type PropCnr - Modifier and Type - Method - Description - void- PlotInteger. - validate(PropCnr pc, int value)Validates a new value.
- Uses of PropCnr in com.iizix.prop.ui.chart.series- Subclasses of PropCnr in com.iizix.prop.ui.chart.series - Modifier and Type - Class - Description - class- SeriesA chart series consists of several series values properties in a defined order.- class- SeriesValueA series value property is a property container that can only contain NumberProp's.
- Uses of PropCnr in com.iizix.prop.ui.datetime- Subclasses of PropCnr in com.iizix.prop.ui.datetime - Modifier and Type - Class - Description - class- UIDateTimeDate/Time UI Component.
- Uses of PropCnr in com.iizix.prop.ui.map- Subclasses of PropCnr in com.iizix.prop.ui.map - Modifier and Type - Class - Description - class- MapDataThe layout data for all mobile list components or containers, i.e.- class- MapLayoutLayout manager for maps.- class- MapMarkerPropThe property container for map markers.- class- MapMarkersThe map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.- class- UIMapMap UI component.
- Uses of PropCnr in com.iizix.prop.ui.mlist- Subclasses of PropCnr in com.iizix.prop.ui.mlist - Modifier and Type - Class - Description - class- MLDefaultItemPropThe property container for default mobile list items.- class- MLGroupThe mobile list item group contains mobile list items placed inserted into a list that comes from a VirtualSpace table or by means of the API.- class- MLGroupLayoutLayout manager for mobile list groups.- class- MListMobile list item UI component.- class- MListDataThe layout data for all mobile list components or containers, i.e.- class- MListLayoutLayout manager for all mobile lists.- class- MLItemPropThe property container for mobile list items.
- Uses of PropCnr in com.iizix.prop.ui.table- Subclasses of PropCnr in com.iizix.prop.ui.table - Modifier and Type - Class - Description - class- TableRowThe Table Row instance.- class- TableRowsThe Table Rows container instance.- class- UITableThe table UI container.- class- UITableColumnThe table column UI container.- class- UITableDataThe table column data is the layout data for components in a UITable container.- class- UITableLayoutUITable container specific layout manager.- Methods in com.iizix.prop.ui.table with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- UITable. - onPropParentChanged(PropCnr oldParent, PropCnr newParent)Called when the parent is changed for this class.- protected void- UITable. - onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.
- Uses of PropCnr in com.iizix.prop.vs- Subclasses of PropCnr in com.iizix.prop.vs - Modifier and Type - Class - Description - class- AbstractVSVariable<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>Class that holds a single VS "variable" mapping of a certain type.- class- VirtualSpaceThis VirtualSpace property container holds the fields and tables in the VirtualSpace.- class- VSActionThe VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSColumnHeaderThe VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSComponentBase VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.- class- VSFieldThe VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSGroupThe VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSParticipantsHolderThis class is a child of the VirtualSpace and contains the participants in the VirtualSpace.- class- VSRowThe VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSRowsThe rows property class that only allows VSRow children properties.- class- VSTableThe VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).- class- VSVariablesVirtualSpace "Variables" is a container that maps named Variables to VirtualSpace fields or columns/tables.- Fields in com.iizix.prop.vs declared as PropCnr - Modifier and Type - Field - Description - PropCnr- VSReferenceOwnerData. - 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 - boolean- VSActionTXProcess. - addTransactionContainer(PropCnr transactionContainer)Creates a Gyro transaction for a property container.- boolean- VSActionTXProcess. - addTransactionContainer(PropCnr transactionContainer, IFocusEngine focusEngine)Creates a Gyro transaction for a property container.- VSReference- VirtualSpace. - createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.- protected void- VirtualSpace. - doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.- protected void- VSRelativeReference. - onPropParentChanged(PropCnr oldParent, PropCnr newParent)The parent has been changed, if added to a container or moved, recheck the reference.- protected void- VirtualSpace. - onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.- protected void- VSComponent. - onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.- protected void- VSRelativeReference. - onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.- protected void- VSComponent. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- protected void- VSFocusReference. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- protected void- VSParticipant. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- protected void- VSReference. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- protected void- VSRelativeReference. - onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.- protected GProp<?>- VirtualSpace. - virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.- Constructors in com.iizix.prop.vs with parameters of type PropCnr - Constructor - Description - VSReferenceOwnerData(Atom atom, java.lang.Class<REFPROP> propClass, PropCnr owner)Constructor of the data.
- Uses of PropCnr in com.iizix.prop.vs.actor- Subclasses of PropCnr in com.iizix.prop.vs.actor - Modifier and Type - Class - Description - class- AbstractPredefinedSettingsThe predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.- class- ActionActorsClass container for associated action actors of a VSAction.- class- FieldActorThe VirtualSpace Field Actor property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.- class- FieldActorsClass container for associated value actors of a VSField or VSColumnHeader.- static class- HistoryBackward.SettingsSettings property container.- static class- HistoryForward.SettingsSettings property container.- static class- SetFocus.SettingsSettings property container.- static class- SetSourceFieldValue.SettingsSettings property container.- static class- SetTargetFieldValue.SettingsSettings property container.- static class- TransportField.SettingsSettings property container.- static class- TransportGroup.SettingsSettings property container.- static class- TransportSelectedTableRows.SettingsSettings property container.- static class- TransportSingleSelectedTableRow.SettingsSettings property container.- static class- TransportSingleSelectedTableRowAndColumnToField.SettingsSettings property container.- static class- TransportSingleSelectedTableRowToFields.SettingsSettings property container.- static class- TransportTableColumn.SettingsSettings property container.- static class- TransportTableRows.SettingsSettings property container.- Methods in com.iizix.prop.vs.actor with parameters of type PropCnr - Modifier and Type - Method - Description - VSReference- AbstractPredefinedSettings. - createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.
- Uses of PropCnr in com.iizix.run- Methods in com.iizix.run with parameters of type PropCnr - Modifier and Type - Method - Description - void- BuilderError. - add(PropCnr pc, int index)Adds an error to a remote property container for errors.- Constructors in com.iizix.run with parameters of type PropCnr - Constructor - Description - BuilderError(PropCnr pc, int index)Constructor from a remote property error container.
- Uses of PropCnr in com.iizix.server- Fields in com.iizix.server declared as PropCnr - Modifier and Type - Field - Description - protected PropCnr- AbstractEndPoint. - rootThe root container property of the end point.- Methods in com.iizix.server that return PropCnr - Modifier and Type - Method - Description - PropCnr- AbstractEndPoint. - getProperties()Gets the end point properties, i.e.- PropCnr- IAppLoader. - loadFile(java.io.File file)Loads a property file.- PropCnr- IAppLoader. - loadFile(java.lang.String fileName, java.io.InputStream inputStream)Loads a property file.- PropCnr- ServerShell. - loadFile(java.io.File file)Loads a property file.- PropCnr- ServerShell. - loadFile(java.lang.String fileName, java.io.InputStream inputStream)Loads a property file.- Methods in com.iizix.server with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- AbstractEndPoint. - onClientPropsCreated(PropCnr root)Called when the root is created from a transaction from the client.- void- ServerShell. - saveFile(java.io.File file, PropCnr cnr)Saves a property file.
- Uses of PropCnr in com.iizix.server.acme- Subclasses of PropCnr in com.iizix.server.acme - Modifier and Type - Class - Description - class- LetsEncryptDomainProperty container holding information about a Let's Encrypt domain with automatic certificate renewal in the server.
- Uses of PropCnr in com.iizix.server.app- Classes in com.iizix.server.app with type parameters of type PropCnr - Modifier and Type - Interface - Description - interface- IVirtualsContainer<PROPCNR extends PropCnr>The interface to the virtualized container that is exposed to the API and the Server.- class- VirtualizedItem<PROPCNR extends PropCnr>Data container for a virtualized property container.- class- VirtualsContainer<PROPCNR extends PropCnr>The Virtual Property Container is a flat structure containing all items (property containers) that are virtualized.- Subclasses of PropCnr in com.iizix.server.app - Modifier and Type - Class - Description - protected class- VirtualsContainer.VContainerThe Virtual property container.- Fields in com.iizix.server.app declared as PropCnr - Modifier and Type - Field - Description - PROPCNR- VirtualizedItem. - originalPropertyThe original property.- PROPCNR- VirtualizedItem. - virtualizedPropertyThe virtualized property.- Methods in com.iizix.server.app that return PropCnr - Modifier and Type - Method - Description - PropCnr- VirtualsContainer. - getContainer()Gets the property container of the virtuals storage.- PropCnr- AppFactory. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- IRuntimeReferenceLookup. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- RuntimeApp. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- PropCnr- VirtualsContainer.VContainer. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- Constructor parameters in com.iizix.server.app with type arguments of type PropCnr - Constructor - Description - VirtualsContainer(java.lang.String base, Atom atom, java.lang.Class<? extends PropCnr> propClass, PropMgr propMgr, IFocusEngineProvider focusEngineProvider, IRuntimeReferenceLookup lookup, boolean isAppInstance)Constructor.
- Uses of PropCnr in com.iizix.server.app.prop- Subclasses of PropCnr in com.iizix.server.app.prop - Modifier and Type - Class - Description - class- AppPropCnrThe Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.- class- ModuleProjectPropCnrThe module root property container.- class- ServerAppDistributionPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.
- Uses of PropCnr in com.iizix.server.gyro- Methods in com.iizix.server.gyro with type parameters of type PropCnr - Modifier and Type - Method - Description - <T extends PropCnr>
 VirtualsContainer<T>- AppSessionGyro. - getVirtuals(IPluginDescriptor<T> serverPluginDescriptor)Gets the instance of the VirtualsContainer for the plug-in.- Methods in com.iizix.server.gyro that return PropCnr - Modifier and Type - Method - Description - PropCnr- AppSessionGyro. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.
- Uses of PropCnr in com.iizix.server.loadbalancer- Methods in com.iizix.server.loadbalancer with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- LoadBalancerEndPoint. - onClientPropsCreated(PropCnr root)Called when the root is created from a transaction from the client.
- Uses of PropCnr in com.iizix.server.monitor- Subclasses of PropCnr in com.iizix.server.monitor - Modifier and Type - Class - Description - class- ClientSessionPropClient session property.- class- EndPointPropCnrAn end point property.- class- EndPointsPropCnrAn end point property.- class- SessionConnectionStatPropAn end point property.- class- VirtualizedMonitorPropCnrProperty container used for Virtual Monitor data and communication.- Methods in com.iizix.server.monitor with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- VirtualizedMonitorEndPoint. - onClientPropsCreated(PropCnr root)Called when the root is created from a transaction from the client.
- Uses of PropCnr in com.iizix.server.prop- Subclasses of PropCnr in com.iizix.server.prop - Modifier and Type - Class - Description - class- ServerAppConfigProperty container for the configuration of an App of the iiziServer.- class- ServerConfigEnvPropsThis configuration environment defines the configuration setup for the available plug-ins.- class- ServerPluginConfigProperty container for the configuration of a plug-in for a Server configuration environment.- class- ServerPropsThis server property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).- class- ServerSettingsThis property is a container that holds the required settings for the server to operate and initialize itself with.- class- WebServerPortConfigProperty container for the configuration of a Port "group" of the web server.- Methods in com.iizix.server.prop that return PropCnr - Modifier and Type - Method - Description - PropCnr- ServerProps. - getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.- Methods in com.iizix.server.prop with parameters of type PropCnr - Modifier and Type - Method - Description - java.lang.String- IServerApplicationSetup. - getDefaultName(PropCnr moduleRoot)Gets the name of the default property container name in case of multiple property containers.- IServerApplicationSetup[]- IServerApplicationSetupProvider. - getServerApplicationSetupInstances(PropCnr moduleRoot)Queries for instances of the IServerApplicationSetup required.- java.util.List<IServerApplicationSetupPropCnr>- IServerApplicationSetup. - getSetupPropertyContainers(PropCnr moduleRoot)Gets the list of property containers that describes the setup required.- Constructors in com.iizix.server.prop with parameters of type PropCnr - Constructor - Description - RootPropTransactionSender(PropMgr propMgr, PropCnr root, Worker worker, IRootPropTransactionSender sender)Constructs the instance.
- Uses of PropCnr in com.iizix.server.run.prop- Subclasses of PropCnr in com.iizix.server.run.prop - Modifier and Type - Class - Description - class- ServerRuntimeBuilderPropsThis remote server part of the iiziRun Builder properties to hold the build settings and handle the interprocess communication.
- Uses of PropCnr in com.iizix.server.run.remote- Methods in com.iizix.server.run.remote with parameters of type PropCnr - Modifier and Type - Method - Description - protected void- RemoteBuilderEndPoint. - onClientPropsCreated(PropCnr root)Called when the root is created from a transaction from the client.
- Uses of PropCnr in com.iizix.server.security- Subclasses of PropCnr in com.iizix.server.security - Modifier and Type - Class - Description - class- ServerKeysPropClass used to store server keys.
- Uses of PropCnr in com.iizix.server.vsviewer- Subclasses of PropCnr in com.iizix.server.vsviewer - Modifier and Type - Class - Description - class- ServerVSViewerPropCnrThe server VSViewer property container.
- Uses of PropCnr in com.iizix.term- Methods in com.iizix.term with parameters of type PropCnr - Modifier and Type - Method - Description - static java.lang.String- HostState. - getStateString(int state, java.lang.String lastError, PropCnr cnr)Get the string for the host session state and flags.
- Uses of PropCnr in com.iizix.term.prop- Subclasses of PropCnr in com.iizix.term.prop - Modifier and Type - Class - Description - class- ScreenActionGroupPropThis Screen Action Group property container for a terminal host screen.- class- ScreenActionPropThis Screen Action property container for a terminal host screen.- class- ScreenActionsPropThis Screen fields property container for a terminal host screen.- class- ScreenFieldGroupPropThis Screen Field Group property container for a terminal host screen.- class- ScreenFieldPropThis Screen Field property container for a terminal host screen.- class- ScreenFieldsPropThis Screen Fields property container for a terminal host screen.- class- ScreenIdentificationPropThis Screen identification property container for a terminal host screen.- class- ScreenIdentificationsPropThis Screen identifications property container for a terminal host screen.- class- ScreenPropThis Screen property container holds the screen identifications and fields for a terminal host screen.- class- SessionsPropThis Sessions property container holds the terminal properties.- class- TelnetCommPropsThis property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.- static class- TerminalActionActor.SettingsThe terminal action actor settings.- class- TerminalPropsThis property container contains all properties required for the terminal connector in terms of flags, colors, etc.- class- TerminalSettingsThis TerminalSettings property container holds all settings for a terminal session.- Methods in com.iizix.term.prop that return PropCnr - Modifier and Type - Method - Description - PropCnr- ScreenActionProp. - getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.- PropCnr- ScreenActionsProp. - getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.- PropCnr- ScreenProp. - getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.- Methods in com.iizix.term.prop with parameters of type PropCnr - Modifier and Type - Method - Description - VSParticipant- ScreenProp. - createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.- java.lang.String- SessionsProp. - getDefaultName(PropCnr moduleRoot)Gets the name of the default property container name in case of multiple property containers.- java.util.List<IServerApplicationSetupPropCnr>- SessionsProp. - getSetupPropertyContainers(PropCnr moduleRoot)Gets the list of property containers that describes the setup required.
- Uses of PropCnr in com.iizix.term.server- Subclasses of PropCnr in com.iizix.term.server - Modifier and Type - Class - Description - class- ActiveTerminalSessionThe container for an active terminal session for the terminal monitor of each client end-point.- class- ActiveTerminalSessionsThe container for active terminal sessions for the terminal monitor of each client end-point.
- Uses of PropCnr in com.iizix.test.client- Methods in com.iizix.test.client that return PropCnr - Modifier and Type - Method - Description - PropCnr- NonUIClient. - getRootProp()Gets the root property.
- Uses of PropCnr in com.iizix.ws.actionactor- Subclasses of PropCnr in com.iizix.ws.actionactor - Modifier and Type - Class - Description - static class- WebServiceActionActor.SettingsSettings property container.
- Uses of PropCnr in com.iizix.ws.prop- Subclasses of PropCnr in com.iizix.ws.prop - Modifier and Type - Class - Description - class- AbstractInputPropsAbstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.- class- OutputColumnThe Output Column connects a table column from the reply output with a VSTable column.- class- OutputPropsOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.- class- OutputTableThe Output Table connects a table from the reply output with a VSTable.- class- OutputVariableThe Output Variable connects a reference variable from the reply output with a VSField.- class- OutputVariablesOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.- class- RESTfulInputPropsInput Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.- class- WebServicePropWeb Service property container holding the definition of a web service transaction.- Methods in com.iizix.ws.prop that return PropCnr - Modifier and Type - Method - Description - PropCnr- AbstractInputProps. - getInputEncodingProp()Gets the input encoding property container.- Methods in com.iizix.ws.prop with parameters of type PropCnr - Modifier and Type - Method - Description - VSParticipant- AbstractInputProps. - createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.- VSParticipant- OutputProps. - createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.
- Uses of PropCnr in com.iizix.ws.prop.json- Subclasses of PropCnr in com.iizix.ws.prop.json - Modifier and Type - Class - Description - class- JSONElementWrapperA JSON element wrapper, used to process the output of a Web Service reply.- class- JSONEncodedInputRESTful JSON Encoded input for the request of a Web Service transaction.- class- JSONReplyDocumentThe JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).
- Uses of PropCnr in com.iizix.ws.prop.url- Subclasses of PropCnr in com.iizix.ws.prop.url - Modifier and Type - Class - Description - class- URLEncodedInputRESTful URL Encoded input for the request of a Web Service transaction.- class- URLInputParameterThe Input Variable connects a VSField with an input variable or parameter to a web service request.