Uses of Class
com.iizix.prop.GProp
Uses of GProp in com.iizigo
Fields in com.iizigo declared as GProp Modifier and Type Field Description static GProp<?>[]Activator. EMPTY_GPROPSThe empty array.Methods in com.iizigo with type parameters of type GProp Modifier and Type Method Description <GPROP extends GProp<?>>
org.eclipse.swt.graphics.ImageApplicationUI. getImage(java.lang.Class<GPROP> propertyClass)Gets an Image for a property class.Methods in com.iizigo that return GProp Modifier and Type Method Description static GProp<?>Activator. dataToFile(GProp<?> gp)Converts the property to get the FilePropCnr instead of the data container property.static GProp<?>[]Activator. dataToFile(GProp<?>[] props)Converts the array of properties to get the FilePropCnr instead of the data container property.static GProp<?>Activator. fileToData(GProp<?> gp)Converts the property to get the data container property instead of a FilePropCnr.static GProp<?>[]Activator. fileToData(GProp<?>[] props)Converts the array of properties to get the data container property instead of a FilePropCnr.static GProp<?>[]Activator. getSelectedGProps(org.eclipse.jface.viewers.ISelection sel)Gets a list of all GProp's for DesignerProp's in a selection that should be used in e.g.Methods in com.iizigo that return types with arguments of type GProp Modifier and Type Method Description static java.util.ArrayList<GProp<?>>Activator. getSelectedRawGProps(org.eclipse.jface.viewers.ISelection sel)Gets a list of all RAW GProp's without DesignerProp's in a selection that should be used in e.g.Methods in com.iizigo with parameters of type GProp Modifier and Type Method Description static booleanActivator. areAllResourceBased(GProp<?>[] props)Checks if the properties only contains resources.KStringInfoProviderAdapterActivator. createKStringInfoProvider(GProp<?> anyProp, boolean shouldResolve)Creates an IKStringInfoProvider for a property.static GProp<?>Activator. dataToFile(GProp<?> gp)Converts the property to get the FilePropCnr instead of the data container property.static GProp<?>[]Activator. dataToFile(GProp<?>[] props)Converts the array of properties to get the FilePropCnr instead of the data container property.static GProp<?>Activator. fileToData(GProp<?> gp)Converts the property to get the data container property instead of a FilePropCnr.static GProp<?>[]Activator. fileToData(GProp<?>[] props)Converts the array of properties to get the data container property instead of a FilePropCnr.org.eclipse.swt.graphics.ImageApplicationUI. getImage(GProp<?> property)Gets an Image for a property.static booleanActivator. isResourceBased(GProp<?> gp)Checks if the property contains a resource.Method parameters in com.iizigo with type arguments of type GProp Modifier and Type Method Description org.eclipse.jface.resource.ImageDescriptorImageRegistry. get(java.lang.Class<? extends GProp<?>> propertyClass)Gets an Image Descriptor image for a property class.voidImageRegistry. register(java.lang.Class<? extends GProp<?>> propertyClass, java.lang.String fileName)Registers images for property classes.voidImageRegistry. register(java.lang.Class<? extends GProp<?>> propertyClass, org.eclipse.jface.resource.ImageDescriptor descriptor)Registers images for property classes.Uses of GProp in com.iizigo.actionactor
Subclasses of GProp in com.iizigo.actionactor Modifier and Type Class Description static classEditorJavaActionActor.SettingsSettings property container.Uses of GProp in com.iizigo.app.prop
Subclasses of GProp in com.iizigo.app.prop Modifier and Type Class Description classAppDistributionPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorAppPropCnrThe Editor version of the Application property container that holds all the Module projects asEditorModuleProjectPropCnrchildren.classEditorModuleProjectPropCnrThe Editor version of the Module project property container.Uses of GProp in com.iizigo.db.actionactor
Subclasses of GProp in com.iizigo.db.actionactor Modifier and Type Class Description static classEditorDatabaseActionActor.SettingsSettings property container.Uses of GProp in com.iizigo.db.editor
Methods in com.iizigo.db.editor with parameters of type GProp Modifier and Type Method Description booleanDatabaseEditor. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanDatabaseEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.Uses of GProp in com.iizigo.db.prop
Subclasses of GProp in com.iizigo.db.prop Modifier and Type Class Description classEditorConnectionProfileSetupEditor version of a single connection profile setup that is used to establish a JDBC connection.classEditorConnectionProfilesSetupEditor class container with all connection profiles setup's by name.classEditorDatabasePropsThe Editor database properties.classEditorInputPropsEditor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.classEditorInputVariableEditor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.classEditorResultPropsEditor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.classEditorResultSetColumnPropEditor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.classEditorResultSetPropsEditor version of result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Uses of GProp in com.iizigo.dnd
Methods in com.iizigo.dnd that return GProp Modifier and Type Method Description static GProp<?>[]ClipboardHelper. getClipboardProps()Gets the clip board data as a valid Properties Container.Methods in com.iizigo.dnd with parameters of type GProp Modifier and Type Method Description static voidClipboardHelper. setClipboard(GProp<?>[] gps, org.eclipse.jface.viewers.ISelection selection, boolean doCopy)Sets the clip board with the properties.Uses of GProp in com.iizigo.editor
Methods in com.iizigo.editor that return GProp Modifier and Type Method Description static GProp<?>[]PropHelper. getProps(org.eclipse.jface.viewers.ISelection selection, java.lang.Class<?>... propClasses)Gets the selected properties array.Methods in com.iizigo.editor with parameters of type GProp Modifier and Type Method Description static voidPropHelper. addUndoContext(GProp<?> gp, org.eclipse.core.commands.operations.IUndoableOperation operation)Adds the undo contexts from a property to an operation.static voidPropHelper. addUndoContexts(GProp<?>[] props, org.eclipse.core.commands.operations.IUndoableOperation operation)Adds the undo contexts from a property to an operation.voidEndNodeTextFilter. addUnfiltered(GProp<?>... props)Adds a DesignerProp extending class or a class that will never be filtered.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.StringPropHelper. canPerform(GProp<?>[] props, int operation)Checks properties for a valid operation.static java.lang.StringCreateResourcesFromProperties. createResources(org.eclipse.swt.widgets.Shell shell, java.lang.String label, DesignerProp parent, GProp<?>[] props, java.lang.String[] names)Creates the resources for the list of properties in the specified property.static java.lang.StringCreateResourcesFromProperties. createResources(org.eclipse.swt.widgets.Shell shell, java.lang.String label, DesignerProp parent, GProp<?>[] props, java.lang.String[] names, boolean showErrorDialog)Creates the resources for the list of properties in the specified property.static java.lang.StringPropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)Adds properties with undo/redo support.static java.lang.StringPropHelper. doAdd(java.lang.String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename)Adds a property with undo/redo support.static java.lang.StringPropHelper. doDelete(java.lang.String description, GProp<?>[] props, IPropUndoRedo undoRedo, java.lang.Runnable completeCallback)Performs a delete of pure properties (cannot be resource based).static java.lang.StringPropHelper. doInsert(java.lang.String description, PropCnr target, int index, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename)Adds or inserts properties with undo/redo support.static java.lang.StringPropHelper. doMove(boolean doPerform, java.lang.String description, PropCnr target, GProp<?> reference, boolean isAfter, GProp<?>[] props, boolean doAutoRename, IPropUndoRedo undoRedo)Performs the move operation of the properties, with auto-renaming as a potential dialog box.booleanPropEditorPart. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanPropEditorPart. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.static booleanPropHelper. doOpen(boolean doPerform, GProp<?>[] props)Performs a Open of properties command.static FilePropCnrPropHelper. doOpen(boolean doPerform, GProp<?> gp, PropEditorPart[] partReturn)Opens the Editor associated with the specified property.static booleanPropHelper. doOpenAndFocus(boolean doPerform, GProp<?> gp, int index)Opens the selected property in its associated editor, focuses the editor and selects the appropriate property.static booleanPropHelper. doRename(GProp<?> prop, Atom newName, IPropUndoRedo undoRedo)Performs a rename property with undo/redo support.static voidFlagProperty. flag(org.eclipse.jface.viewers.StructuredViewer viewer, GProp<?> property)Flags the property for update in the viewer asynchronously.static PropEditorPartPropEditorPart. getActiveEditor(GProp<?> prop)Gets the active or topmost editor from a property.static PropCnrPropHelper. getAncestor(GProp<?> gp1, GProp<?> gp2)Gets the common ancestor of two properties.static PropCnrPropHelper. getCommonParent(GProp<?>[] props)Gets the common parent for all properties.static DesignerPropPropHelper. getDesignerProp(GProp<?> gp)Gets a DesignerProp for a property, by searching it and its parents.static java.util.ArrayList<DesignerProp>PropHelper. getDesignerProps(GProp<?>[] props)Gets the DesignerProps for the specified properties.static ModuleFolderPropHelper. getFolder(GProp<?>[] props)Gets the common ModuleFolder for properties.static ModuleModelPropHelper. getModuleModel(GProp<?> gp)Gets the iizi Module Model from a property.static ModuleModelPropHelper. getModuleModel(GProp<?>... props)Gets the common Module Model from properties.static org.eclipse.core.commands.operations.IUndoContextPropHelper. getUndoContext(GProp<?> gp)Gets the undo context for a property.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.static java.lang.StringMovePropertyResources. performMoveProperties(org.eclipse.swt.widgets.Shell shell, GProp<?>[] props, DesignerProp target)Moves the list of properties to the target.voidPropEditorPart. removePropertyValue(GProp<?> property)Removes a property when undefined in the editors.static voidPropHelper. selectPropsAndFocusTreeViewer(GProp<?>[] props, org.eclipse.jface.viewers.StructuredViewer viewer)Request a selection of the properties.static java.lang.StringPropHelper. setAttribute(GProp<?> prop, int attr, boolean flag, IPropUndoRedo undoRedo)Sets property attribute.static java.lang.StringPropHelper. setError(GProp<?> prop, java.lang.String errorID, IPropErrorItem item, IPropUndoRedo undoRedo)Sets property error: adds, changes or removes the error, with undo/redo support.protected intPropEditorPart. setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, java.lang.String childName)Attempts to set focus to the property in question based on a container, a viewer and a property editor.voidPropEditorPart. setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)Sets a property attribute flag.voidPropEditorPart. setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)Sets a property error.voidPropEditorPart. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.static java.lang.StringPropHelper. setValue(java.lang.String description, GProp<?>[] props, java.lang.Object[] values, IPropUndoRedo undoRedo)Sets property values.static java.lang.StringPropHelper. setValue(java.lang.String description, GProp<?> prop, java.lang.Object value, IPropUndoRedo undoRedo)Sets a single property value.static java.lang.StringPropHelper. setValue(java.lang.String description, PropCnr container, GProp<?> prop, IPropUndoRedo undoRedo)Sets a single property value in a property container.static java.lang.StringMovePropertyResources. validateMoveProperties(GProp<?>[] props, DesignerProp target)Moves the list of properties to the target.static org.eclipse.jface.viewers.StructuredViewerPropHelper. viewerContainingAllProperties(java.lang.Object viewer, GProp<?> single, GProp<?>[] props)Checks if a viewer container the properties in question.Constructors in com.iizigo.editor with parameters of type GProp Constructor Description MoveDialog(DesignerProp base, GProp<?>[] props, IPropUndoRedo undoRedo)Create the dialog.Uses of GProp in com.iizigo.editor.complex
Methods in com.iizigo.editor.complex that return GProp Modifier and Type Method Description GProp<?>ContainerSelection. getItem()Gets the item.Methods in com.iizigo.editor.complex with parameters of type GProp Modifier and Type Method Description voidComplexOperation. addProp(PropCnr pc, GProp<?> gp)Adds a property.voidComplexOperation. addPropError(GProp<?> gp, IPropErrorItem pei)Adds a property error.voidIComplexOperationSelection. doComplexOperationSelection(GProp<?>[] props)Performs the selection of the components.voidComplexOperation. insertProp(PropCnr pc, GProp<?> gp, int index)Inserts a property.voidComplexOperation. moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)Moves a property to another container.ContainerSelectionComplexOperation. newContainerSelection(GProp<?> prop)Creates a new ContainerSelection instance for a property container involved in the operation.voidComplexOperation. removeProp(GProp<?> gp)Removes a property.voidComplexOperation. removePropError(GProp<?> gp, java.lang.String errorID)Removes a property error.voidComplexOperation. renameProp(GProp<?> gp, Atom newName)Renames a property.voidComplexOperation. setPropError(GProp<?> gp, PropError pe)Sets all errors in a property.voidComplexOperation. setPropValue(GProp<?> gp, java.lang.Object newValue)Sets a property value.Uses of GProp in com.iizigo.event
Methods in com.iizigo.event that return GProp Modifier and Type Method Description GProp<?>QueryPropReference. getProp()Gets the property.GProp<?>[]QueryReferences. getProps()Gets the source properties for the query.GProp<?>QueryJavaReference. getReference()Gets the referenced property.GProp<?>QueryJavaReference. getSource()Gets the property.GProp<?>QueryPropReference. getSource()Gets the property.GProp<?>QueryReferences. isReferenceValid(GProp<?> prop)Checks if a property is valid as reference to one of the sources, it is on of the source properties, or ifareChildrenIncluded()is true, one of their children.Methods in com.iizigo.event with parameters of type GProp Modifier and Type Method Description protected EventListenerQueryDesignerPropEvent. getAlternateDestination(GProp<?> destination, GEvent.Operation operation, int operationIndex)Gets the alternate property destination for an event about to be sent.booleanQueryDesignerPropEvent. isEventProcessed(GProp<?> property, GEvent.Operation operation, int operationIndex)Checks if this Operation at specified index should be processed or not by the specified property.GProp<?>QueryReferences. isReferenceValid(GProp<?> prop)Checks if a property is valid as reference to one of the sources, it is on of the source properties, or ifareChildrenIncluded()is true, one of their children.Constructors in com.iizigo.event with parameters of type GProp Constructor Description QueryDesignerPropEvent(GProp<?> source, IPropProgressMonitor monitor, boolean isIPropDesignerOnly)Constructs a new Query Reference event.QueryJavaReference(org.eclipse.jdt.core.IJavaElement javaElement, GProp<?> ref, GProp<?> source)Constructor for a Java element reference to a property.QueryPropReference(GProp<?> prop, int index, GProp<?> source)Constructor for an index-based multi-property reference.QueryPropReference(GProp<?> prop, GProp<?> source)Constructor for simple property reference.QueryReferences(GProp<?>[] props, org.eclipse.jdt.core.IJavaElement[] javaElements, boolean includeChildren)Creates a Query Reference message.Uses of GProp in com.iizigo.font
Methods in com.iizigo.font with parameters of type GProp Modifier and Type Method Description booleanFontFacesEditor. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanFontFacesEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.Uses of GProp in com.iizigo.font.prop
Subclasses of GProp in com.iizigo.font.prop Modifier and Type Class Description classEditorFontFacesFont face style definitions property container for the Editor.classEditorFontFileFont icon files property container for the Editor.classEditorFontFilesFont icon files property container for the Editor.Uses of GProp in com.iizigo.handler
Fields in com.iizigo.handler declared as GProp Modifier and Type Field Description GProp<?>[]SelectionEnabler. propsThe currently selected properties as a property array, never null.Uses of GProp in com.iizigo.image
Methods in com.iizigo.image with parameters of type GProp Modifier and Type Method Description booleanImageDefinitionEditor. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanImageDefinitionEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.static ImageInfoImageInfo. grab(AssetReference ref, GProp<?> anyPropInTree)From a AssetReference, gets the ImageInfo instance and adds a reference count to it.Uses of GProp in com.iizigo.image.prop
Subclasses of GProp in com.iizigo.image.prop Modifier and Type Class Description classEditorFontIconDefinitionFont icon definition property container for the Editor.classEditorFontIconsDefinitionFont icon definitions property container for the Editor.classEditorImageDefinitionThis Image Definition part property container for the Editor.classEditorImageLocationThis Image Location has the location of the image part.classEditorImageResolutionThis Image Resolution has the file reference and the device pixel ratio.classEditorImagesDefinitionThis multiple Images Definition property container for the Editor.classEditorImagesResolutionThis Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.classEditorImagesStyleThis Images Style property has a multiple-image file for a style.classEditorImageStyleThis Image Style property container has a style for a single image definition and an asset file reference.classEditorImageStyleLocationThis Image Styles Location has a style and location.classEditorImageStylesResolutionThis Image Styles Resolution has the file reference and the device pixel ratio.classEditorStyledImageDefinitionThis Styled Image Definition part property container for the Editor.classEditorSVGDefinitionSVG definition property container for the Editor.Uses of GProp in com.iizigo.java
Subclasses of GProp in com.iizigo.java Modifier and Type Class Description classJavaProjectRootPropCnrRoot property container for Java projects.classJavaRootContainerProperty container used to store properties of Java files in a project.Methods in com.iizigo.java with parameters of type GProp Modifier and Type Method Description static JavaClassJavaHelper. createClassReference(GProp<?> prop, java.lang.String className, IClassReferenceListener listener)Gets the reference interface to a JavaClass.static java.lang.StringJavaHelper. getNonDesignerNamedClass(GProp<?> gp)Gets the class name of a class, attempting to use a non-iiziGo but runtime class name inside com.iizix package instead.static booleanJavaHelper. verifyPresence(GProp<?> prop, java.lang.String className)Verifies presence of a Class without changing anything.Uses of GProp in com.iizigo.java.event
Constructors in com.iizigo.java.event with parameters of type GProp Constructor Description JavaClassEvent(GProp<?> prop)Constructs a new JavaClassEvent.Uses of GProp in com.iizigo.java.parser
Classes in com.iizigo.java.parser with type parameters of type GProp Modifier and Type Interface Description interfaceIJavaSourceParser<PROP extends GProp<?>>Interface for Java source file parsers.classJavaSourceFileProcessor<PROP extends GProp<?>>Abstract class for parsing a Java source file to perform syntax-check and reference validation of Java source code to the iizi property tree as well as refactoring of the Java source code when properties are changed.Subclasses of GProp in com.iizigo.java.parser Modifier and Type Class Description classParsedJavaSourceContainerProperty container for a Java source.Fields in com.iizigo.java.parser declared as GProp Modifier and Type Field Description protected PROPJavaSourceFileProcessor. containerThe container created from the call tocreatePropertyContaineror after XML is loaded.Methods in com.iizigo.java.parser with parameters of type GProp Modifier and Type Method Description voidJavaSourceFileProcessor. initialize(ParsedJavaSource javaSource, GProp<?> container)Framework call to initialize, callsonInitializeafter having saved thejavaSourceandcontainerparameters in the class members of the same names.voidJavaSourceFileProcessor. internalRestoreContainerClone(GProp<?> container)Called when a cloned property container has been restored because a Java source file has been edited and then closed without saving.Uses of GProp in com.iizigo.java.parser.annotation
Subclasses of GProp in com.iizigo.java.parser.annotation Modifier and Type Class Description classAnnotationsContainerAnnotations container specialized to store annotations as GAnnotation.Methods in com.iizigo.java.parser.annotation with parameters of type GProp Modifier and Type Method Description booleanGAnnotation. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.Uses of GProp in com.iizigo.java.parser.test
Subclasses of GProp in com.iizigo.java.parser.test Modifier and Type Class Description classTestProcessorContainerUses of GProp in com.iizigo.java.parser.type
Subclasses of GProp in com.iizigo.java.parser.type Modifier and Type Class Description classTypesContainerThe container for all types.Uses of GProp in com.iizigo.java.prop
Subclasses of GProp in com.iizigo.java.prop Modifier and Type Class Description classEditorClassReferenceThe Designer version of the Class Reference property class hold the reference to a Java class.classEditorMethodReferenceThe Designer version of the Method Reference property class hold the reference to a Method that is in a Java class.classEditorMethodReference2The Designer version the Method Reference "2" property class hold the reference to a Method that is in a Java class.Methods in com.iizigo.java.prop with parameters of type GProp Modifier and Type Method Description MethodLookupEditorMethodReference2. lookup(GProp<?> propInProject)Checks the reference validity from the Designer.Uses of GProp in com.iizigo.jface
Methods in com.iizigo.jface that return GProp Modifier and Type Method Description GProp<?>[]CheckboxTableViewerEx. getCheckedProps()Gets the checked properties from the CheckboxTableViewer.Methods in com.iizigo.jface with parameters of type GProp Modifier and Type Method Description java.lang.Object[]CheckboxTableViewerEx. setInput(GProp<?>[] props)Sets the input with properties.Constructors in com.iizigo.jface with parameters of type GProp Constructor Description CheckboxTableViewerEx(org.eclipse.swt.widgets.Table table, GProp<?>[] props)Creates the checkbox table viewer for a table, initialized with the content, label and tooltip provider for properties, then input set to the properties.Uses of GProp in com.iizigo.link
Methods in com.iizigo.link that return GProp Modifier and Type Method Description GProp<?>LinkData. getTargetProperty()Gets the target property.Methods in com.iizigo.link that return types with arguments of type GProp Modifier and Type Method Description java.util.List<GProp<?>>LinkData. getSourceProperties()Returns the source properties.Constructors in com.iizigo.link with parameters of type GProp Constructor Description LinkData(org.eclipse.core.runtime.IAdaptable target, GProp<?>[] props)Creates the link data information.Uses of GProp in com.iizigo.panel
Methods in com.iizigo.panel with parameters of type GProp Modifier and Type Method Description voidPanelEditor. doComplexOperationSelection(GProp<?>[] props)Performs the selection of the components.booleanContextMenuEditor. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanContextMenuEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.booleanPanelEditor. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanPanelEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.booleanPanelEditor. setTreeSelection(GProp<?> prop)Sets the tree selection to the property in question.Uses of GProp in com.iizigo.panel.prop
Subclasses of GProp in com.iizigo.panel.prop Modifier and Type Class Description classDragDropLinkAdapterComponent acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.classDragDropPropCnrThe drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.classEAbsoluteDataSetup layout data for a component in a container with absolute layout.classEAbsoluteLayoutSetup data for the absolute layout.classEAccordionDataSetup layout data for a component in a container with accordion layout.classEAccordionLayoutAccordion layout.classEBorderDataSetup layout data for a component in a container with border layout.classEBorderLayoutSetup data for the border layout.classEContextMenuDataSetup layout data for a component in a container with context menu layout.classEContextMenuLayoutContext menu layout.classEFlexDataFlex layout data.classEFlexLayoutFlex layout.classEGridDataGrid layout data.classEGridLayoutGrid layout.classEHeadingDataSetup layout data for a component in a container with heading layout.classEHeadingLayoutHeading layout.classEListDataSetup layout data for a component in a container with (mobile) list layout.classEListLayoutList layout.classEMenuBarDataSetup layout data for a component in a container with menu bar layout.classEMenuBarLayoutMenu bar layout.classEMenuDataSetup layout data for a component in a container with menu layout.classEMenuLayoutMenu layout.classEMUIHeadingHeading container.classEMUISimpleDialogEditor class for UISimpleDialog.classEMUISwitchMobile switch UI component.classEMUITabBarTab bar container.classEPanelDataSetup layout data for all panels.classESwapDataSetup layout data for a component in a container with tab layout.classESwapLayoutSwap layout.classETabBarDataSetup layout data for a component in a container with tab bar layout.classETabBarLayoutTab bar layout.classETabDataSetup layout data for a component in a container with tab layout.classETabLayoutTab layout.classEUIAccordionAccordion container.classEUIButtonButton component.classEUICalendarCalendar component.classEUICheckBoxCheckbox component.classEUICheckedMenuItemChecked menu item component.classEUIComboBoxCombobox component.classEUICompsEditor class for UIComps.classEUIContainerEditor class for UIContainer.classEUIContextMenuContext menu container.classEUIDateTimeDate/Time UI component.classEUIDialogEditor class for UIDialog.classEUIEmptyEmpty component.classEUIGaugeGauge component.classEUIImageImage component.classEUIImage2Image component.classEUILabelLabel component.classEUIMediaMedia component.classEUIMenuMenu container.classEUIMenuBarMenu bar container.classEUIMenuItemMenu item component.classEUIMenuSeparatorMenu separator component.classEUIOutputLabel component.classEUIPanelEditor class for UIPanel.classEUIPanelPartEditor class for UIPanel.classEUIPanelPartCnrEditor class for UIContainer.classEUIProgressProgress component.classEUIRadioButtonRadio button component.classEUIRadioMenuItemRadio menu item component.classEUISliderSlider component.classEUISpinnerSpinner UI component.classEUISwapContainerSwap container.classEUITabContainerTab container.classEUITextText component (entry field).classEUITextAreaText area component.classEUITitlePaneGroup container.classPanelSettingsPropCnrCustom settings for the panel, only used in the Designer.Methods in com.iizigo.panel.prop with parameters of type GProp Modifier and Type Method Description voidEUIDateTime. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.PasteFeedbackUICompsDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.PasteFeedbackUIContainerDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.PasteFeedbackUIDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Check for paste or drag-drop of UI components with default settings prompting and VS component creation.PasteFeedbackUILayoutDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.java.lang.StringUICompsDesignerProp. pasteProperties(boolean doPerformPaste, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo, GProp<?> reference, boolean isAfter)Validates or performs a paste operation.booleanEMUISimpleDialog. validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.booleanEUIComps. validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.booleanEUIDialog. validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.Constructors in com.iizigo.panel.prop with parameters of type GProp Constructor Description EAbsoluteData(Atom propertyAtom, GProp<?>[] properties)Creates a AbsoluteData container with the specified name and properties.EAccordionData(Atom propertyAtom, GProp<?>[] properties)Creates a AccordionData container with the specified name and properties.EBorderData(Atom propertyAtom, GProp<?>[] properties)Creates a BorderData container with the specified name and properties.EContextMenuData(Atom propertyAtom, GProp<?>[] properties)Creates a ContextMenuData container with the specified name and properties.EFlexData(Atom propertyAtom, GProp<?>[] properties)Creates a FlexData container with the specified name and properties.EGridData(Atom propertyAtom, GProp<?>[] properties)Creates a GridData container with the specified name and properties.EHeadingData(Atom propertyAtom, GProp<?>[] properties)Creates a HeadingData container with the specified name and properties.EListData(Atom propertyAtom, GProp<?>[] properties)Creates a container with the specified name and properties.EMenuBarData(Atom propertyAtom, GProp<?>[] properties)Creates a MenuBarData container with the specified name and properties.EMenuData(Atom propertyAtom, GProp<?>[] properties)Creates a MenuData container with the specified name and properties.ESwapData(Atom propertyAtom, GProp<?>[] properties)Creates a TabData container with the specified name and properties.ETabBarData(Atom propertyAtom, GProp<?>[] properties)Creates a TabBarData container with the specified name and properties.ETabData(Atom propertyAtom, GProp<?>[] properties)Creates a TabData container with the specified name and properties.Uses of GProp in com.iizigo.panel.prop.calendar
Subclasses of GProp in com.iizigo.panel.prop.calendar Modifier and Type Class Description classECalendarDataLayout data for calendar list and its calendar events.classECalendarEventThe Editor version of a map marker.classECalendarLayoutMap layout.classEUICalendarListCalendar list component.Uses of GProp in com.iizigo.panel.prop.chart
Subclasses of GProp in com.iizigo.panel.prop.chart Modifier and Type Class Description classEAxis2DThe axis for the chart.classEPlot2DThe plot for the chart.classESeriesThe Series for the chart.classESeriesValueThe Series value for the chart.classEUIChartChart component.Uses of GProp in com.iizigo.panel.prop.map
Subclasses of GProp in com.iizigo.panel.prop.map Modifier and Type Class Description classEMapDataLayout data for maps.classEMapLayoutMap layout.classEMapMarkerPropThe Editor version of a map marker.classEMapMarkersMap markers container for the designer.classEUIMapMap component.Uses of GProp in com.iizigo.panel.prop.mlist
Subclasses of GProp in com.iizigo.panel.prop.mlist Modifier and Type Class Description classEMLDefaultItemPropThe Editor version of a default list item.classEMLGroupMobile list items group container for the designer.classEMLGroupLayoutMobile list group layout.classEMListList component.classEMListDataLayout data for a component in a container with (mobile) list layout.classEMListLayoutMobile list layout.classEMLItemPropThe Editor version of a mobile list items group container.Uses of GProp in com.iizigo.panel.prop.table
Subclasses of GProp in com.iizigo.panel.prop.table Modifier and Type Class Description classEUITableThe Table "component" (really a container).classEUITableColumnThe Table Column component.classEUITableDataSetup layout data for a component in a container with tab layout.classEUITableLayoutUI Table layout.Uses of GProp in com.iizigo.project
Subclasses of GProp in com.iizigo.project Modifier and Type Class Description classModuleFolderPropCnrThe module root property container.classModuleRootPropCnrThe module root property container.classProjectRootPropCnrThe project root property container.Methods in com.iizigo.project that return GProp Modifier and Type Method Description static GProp<?>ProjectRootPropCnr. getAnyPropFromReference(java.lang.String reference)Gets a property from a reference, when no root property is available.static GProp<?>ProjectRootPropCnr. getAnyPropFromReference(org.eclipse.core.resources.IResource resource, java.lang.String reference)Gets a property from a reference, when no root property is available.Methods in com.iizigo.project with parameters of type GProp Modifier and Type Method Description java.lang.StringModuleRootPropCnr. getAliasName(GProp<?> requestor, java.lang.String projectName)Gets an alias name for a project name, the alias does NOT begin with "*".java.lang.StringProjectRootPropCnr. getAliasName(GProp<?> requestor, java.lang.String projectName)Gets an alias name for a project name, the alias does NOT begin with "*".ModuleModelProjectManager. getModuleModel(GProp<?> gp)Gets the iizi Module Model from a property.java.lang.StringModuleRootPropCnr. getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".java.lang.StringProjectRootPropCnr. getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".PropCnrModuleRootPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrProjectRootPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.java.lang.StringProjectRootPropCnr. getRootName(GProp<?> requestor)Gets and checks if this container is the root.Uses of GProp in com.iizigo.prop
Classes in com.iizigo.prop with type parameters of type GProp Modifier and Type Class Description classBaseEditor<PROP extends GProp<?>,PROP_VALUE>The generic base editor for any property editor.classEditedPropController<PROP extends GProp<?>,PROP_VALUE>Class used to handle the edited property for property editors.interfaceIEditedPropControllerOwner<PROP extends GProp<?>,PROP_VALUE>Interface implemented by property editors.interfaceIEditedPropertyEntry<PROP extends GProp<?>,PROP_VALUE>Interface implemented by property fields to handle the property dialog.interfaceIEditedPropertyEntryMultiProp<PROP extends GProp<?>,PROP_VALUE>Interface implemented by properties able to act as multi-property editors.interfaceIEditedPropertyEntryMultiPropSupport<MULTI_PROP extends MultiProp<PROP_VALUE>,PROP extends GProp<?>,PROP_VALUE>Interface used by IEditedPropertyEntry that supports has multiple values.Subclasses of GProp in com.iizigo.prop Modifier and Type Class Description classEditorFolderSettingsPropThis folder settings property hold settings for a folder, typically a Selector and a description.classFilePropCnrA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.classFolderPropCnrA PropCnr that can refer to an IFolder object can be loaded and saved as well as checked for modification from last time.classMementoPropCnrMemento supporting property container.classMultiPropCnrClass used to handle properties in a multi-prop editor.Fields in com.iizigo.prop with type parameters of type GProp Modifier and Type Field Description java.lang.Class<GProp<?>>PropertyEditorInfo. propertyClassThe GProp class.Methods in com.iizigo.prop that return GProp Modifier and Type Method Description GProp<?>ICopyOperation. getCopyProperty()Gets the property to add to clipboard.GProp<?>[]EditedPropController. getCurrentProperties()Gets the array of properties edited.static GProp<?>PropMarker. getProperty(org.eclipse.core.resources.IMarker marker)Gets the property from the reference in the marker.Methods in com.iizigo.prop that return types with arguments of type GProp Modifier and Type Method Description java.lang.Class<GProp<?>>PropertyEditorSetup. getPropertyClass(java.lang.String name)Gets the class for the property.Methods in com.iizigo.prop with parameters of type GProp Modifier and Type Method Description static booleanDesignerProp. appendTooltipPropErrors(org.eclipse.swt.widgets.Composite composite, GProp<?> property)Appends property error information to a Composite that has a grid layout of 2 columns.static org.eclipse.swt.widgets.CompositeDesignerProp. createCNToolTip(GProp<?> property, org.eclipse.swt.widgets.Event event, org.eclipse.jface.viewers.ViewerCell cell, org.eclipse.swt.widgets.Composite parent)Requests creates of the Composite used to show the tooltip.protected org.eclipse.swt.widgets.CompositeDesignerProp. createCNToolTip0(GProp<?> property, org.eclipse.swt.widgets.Event event, org.eclipse.jface.viewers.ViewerCell cell, org.eclipse.swt.widgets.Composite parent)Requests creates of the Composite used to show the tooltip.static FilePropCnrFilePropCnr. fromProperty(GProp<?> property)Gets a FilePropCnr from a property that should be the FilePropCnr itself or a child.static org.eclipse.swt.graphics.ColorDesignerProp. getCNBackground(GProp<?> property, int columnIndex, int flags)Provides a background color for the given element at the specified index.protected org.eclipse.swt.graphics.ColorDesignerProp. getCNBackground0(GProp<?> property, int columnIndex, int flags)Provides a background color for the given element at the specified index.static java.lang.StringDesignerProp. getCNDescription(GProp<?> property, int flags)Provide a description for the status bar view, if available.protected java.lang.StringDesignerProp. getCNDescription0(GProp<?> property, int flags)Provide a description for the status bar view, if available.static org.eclipse.swt.graphics.ColorDesignerProp. getCNForeground(GProp<?> property, int columnIndex, int flags)Provides a foreground color for the given element.protected org.eclipse.swt.graphics.ColorDesignerProp. getCNForeground0(GProp<?> property, int columnIndex, int flags)Provides a foreground color for the given element.static org.eclipse.swt.graphics.ImageDesignerProp. getCNImage(GProp<?> property, int flags)Gets the image for the Common Navigator.static org.eclipse.swt.graphics.ImageDesignerProp. getCNImage(GProp<?> property, int columnIndex, int flags)Gets the image for the Common Navigator.protected org.eclipse.swt.graphics.ImageDesignerProp. getCNImage0(GProp<?> property, int flags)Gets the image for the Common Navigator.protected org.eclipse.swt.graphics.ImageDesignerProp. getCNImage0(GProp<?> property, int columnIndex, int flags)Gets the image for the Common Navigator.static java.lang.ObjectDesignerProp. getCNParent(GProp<?> property, int flags)Gets the parent for Common Navigator.static org.eclipse.jface.viewers.StyledStringDesignerProp. getCNStyledText(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.protected org.eclipse.jface.viewers.StyledStringDesignerProp. getCNStyledText0(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.static java.lang.StringDesignerProp. getCNText(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.static java.lang.StringDesignerProp. getCNText(GProp<?> property, int columnIndex, int flags)Gets the text for a sub-property for the Common Navigator.protected java.lang.StringDesignerProp. getCNText0(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.protected java.lang.StringDesignerProp. getCNText0(GProp<?> property, int columnIndex, int flags)Gets the text for a sub-property for the Common Navigator.static intDesignerProp. getCNToolTipDisplayDelayTime(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)The time in milliseconds until the tool tip is displayed.protected intDesignerProp. getCNToolTipDisplayDelayTime0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)The time in milliseconds until the tool tip is displayed.static org.eclipse.swt.graphics.PointDesignerProp. getCNToolTipShift(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)Return the amount of pixels in x and y direction you want the tool tip to pop up from the mouse pointer.protected org.eclipse.swt.graphics.PointDesignerProp. getCNToolTipShift0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)Return the amount of pixels in x and y direction you want the tool tip to pop up from the mouse pointer.static intDesignerProp. getCNToolTipTimeDisplayed(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)The time in milliseconds the tool tip is shown for.protected intDesignerProp. getCNToolTipTimeDisplayed0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)The time in milliseconds the tool tip is shown for.static booleanDesignerProp. hasCNToolTip(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)Checks for Common Navigator tool-tip for this item.protected booleanDesignerProp. hasCNToolTip0(GProp<?> property, org.eclipse.jface.viewers.ViewerCell cell)Checks for Common Navigator tool-tip for this item.voidMultiPropCnr. initialize(GProp prop)Initializes a newly created property (e.g.booleanDesignerProp. isCNVisible0(GProp<?> property, int flags)Checks if a property should be included in the view or if it's hidden or filtered out.PasteFeedbackDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.java.lang.StringDesignerProp. pasteProperties(boolean doPerformPaste, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo, GProp<?> reference, boolean isAfter)Validates or performs a paste operation.voidIPropertyEditorController. removePropertyValue(GProp<?> property)Removes a property when undefined in the editors.voidStandaloneEditorController. removePropertyValue(GProp<?> property)Removes a property when undefined in the editors.booleanPropertyEditor. setFocus(GProp<?> property, int index, java.lang.String childName)Attempts to set focus to a property currently being edited.voidIPropertyEditorController. setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)Sets a property attribute flag.voidStandaloneEditorController. setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)Sets a property attribute flag.voidIPropertyEditorController. setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)Sets a property error.voidStandaloneEditorController. setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)Sets a property error.voidIPropertyEditorController. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.voidStandaloneEditorController. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.protected booleanDesignerProp. validateClasses(boolean doPerform, PropCnr target, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste.Method parameters in com.iizigo.prop with type arguments of type GProp Modifier and Type Method Description booleanIDeleteOperation. performDelete(java.util.Set<GProp<?>> afterOperationSelection, ComplexOperation op)Performs the delete operation on the property.Constructors in com.iizigo.prop with parameters of type GProp Constructor Description PropNavigatorPresentation(GProp<?> prop, INavigatorPresentation parent)Constructs the viewer wrapper.Constructor parameters in com.iizigo.prop with type arguments of type GProp Constructor Description 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.Uses of GProp in com.iizigo.prop.editor
Classes in com.iizigo.prop.editor with type parameters of type GProp Modifier and Type Interface Description interfaceIPropEditorExtender<EDITOR extends BaseEditor<PROP,VALUE>,PROP extends GProp<VALUE>,VALUE>Interface used to extend the property editor of a single edited property item.interfaceIPropEditorExtenderProvider<EDITOR extends BaseEditor<PROP,VALUE>,PROP extends GProp<VALUE>,VALUE>Interface to implement on a PropCnr instance used to provide extensions in iiziGo and its property editors.Methods in com.iizigo.prop.editor that return GProp Modifier and Type Method Description protected GProp<?>ReferencePropEditor. getCurrentReferenceTarget()Gets the current property reference target.Methods in com.iizigo.prop.editor with parameters of type GProp Modifier and Type Method Description java.lang.StringIPropEditorExtender. getLabelText(PROP[] props)Gets the text to display in a potential label to the right of the "more" button.voidIPropEditorExtender. updateTooltip(IzToolTip tip, PROP[] props)Updates the tooltip.Uses of GProp in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog that return GProp Modifier and Type Method Description GProp<?>RichTextEditorDialog. getResolveReferenceProperty()Gets the property used for references look-up's.Methods in com.iizigo.prop.editor.dialog with parameters of type GProp Modifier and Type Method Description booleanSelectGPropViewerFilter. isValid(GProp<?> gp)Checks for a valid class in this property of its children.Uses of GProp in com.iizigo.prop.tooltip
Methods in com.iizigo.prop.tooltip with parameters of type GProp Modifier and Type Method Description java.lang.StringITooltipStringFormatter. toString(PropCnr pc, GProp<?> prop, java.lang.Object value)Formats the String for a property value.Uses of GProp in com.iizigo.push.prop
Subclasses of GProp in com.iizigo.push.prop Modifier and Type Class Description classEditorPushPropsContainer that holds the required settings for the Push Notification of an app in the Editor.Uses of GProp in com.iizigo.pwa.prop
Subclasses of GProp in com.iizigo.pwa.prop Modifier and Type Class Description classEditorPWAPropsContainer that holds the required settings for the PWA in the Editor.Uses of GProp in com.iizigo.quickfix.fixer
Fields in com.iizigo.quickfix.fixer declared as GProp Modifier and Type Field Description protected GProp<?>DeleteProperty. propertyThe property found, null if not found.protected GProp<?>GotoProperty. propertyThe property found, null if not found.Constructors in com.iizigo.quickfix.fixer with parameters of type GProp Constructor Description DeleteProperty(GProp<?> property)Creates a quick-fixer to go to the specified property.GotoProperty(GProp<?> property)Creates a quick-fixer to go to the specified property.OpenProperty(GProp<?> property)Creates a quick-fixer to Open the specified property.Uses of GProp in com.iizigo.run.prop
Subclasses of GProp in com.iizigo.run.prop Modifier and Type Class Description classEditorRuntimeBuilderPropsContainer that holds the required settings for the runtime builder.Uses of GProp in com.iizigo.selector.prop
Subclasses of GProp in com.iizigo.selector.prop Modifier and Type Class Description classEditorSelectorThis Selector property container for the Editor.classEditorSelectorReferenceThe SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.Uses of GProp in com.iizigo.server
Methods in com.iizigo.server with parameters of type GProp Modifier and Type Method Description voidServerConfigComposite. removePropertyValue(GProp<?> property)Removes a property when undefined in the editors.voidServerConfigComposite. setPropertyAttrFlag(GProp<?> property, int attr, boolean flag)Sets a property attribute flag.voidServerConfigComposite. setPropertyError(GProp<?> property, java.lang.String errorID, IPropErrorItem item)Sets a property error.voidServerConfigComposite. setPropertyValue(PropCnr parent, GProp<?> property, java.lang.Object value)Sets a property value.Uses of GProp in com.iizigo.server.config
Subclasses of GProp in com.iizigo.server.config Modifier and Type Class Description classEditorLetsEncryptDomainEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorMailPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorPolicyPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorServerAppConfigEditor version of the container that holds the application configuration.classEditorServerConfigEnvPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorServerPluginConfigEditor version of the property container for the configuration of a plug-in for a Server configuration environment.classEditorServerPropsEditor version of the container that holds the server properties.classEditorServerSettingsEditor version of the container that holds the required settings for the server to operate and initialize itself with.classEditorWebServerPortConfigEditor version of the property container for the configuration of a Port "group" of the web server.Uses of GProp in com.iizigo.server.monitor
Subclasses of GProp in com.iizigo.server.monitor Modifier and Type Class Description classEditorClientSessionPropClient session property for end-points.classEditorEndPointPropCnrAn end point property.classEditorEndPointsPropCnrAn end point property.classEditorInfoPropCnrProperty container used to transport information, typically between server and monitor, where the information typically is a "snapshot" of properties.classEditorSessionConnectionStatPropClient session property for end-points.classEditorVirtualizedMonitorPropCnrEditor version of the property container used for Virtual Monitor data and communication.Uses of GProp in com.iizigo.style.prop
Subclasses of GProp in com.iizigo.style.prop Modifier and Type Class Description classEditorStylesThis Styles property container for the Editor.Uses of GProp in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type GProp Modifier and Type Method Description voidIzToolTipImpl. setProperty(GProp<?> gp)Sets the property as the tooltip creator for the contents area.Uses of GProp in com.iizigo.term
Method parameters in com.iizigo.term with type arguments of type GProp Modifier and Type Method Description static org.eclipse.swt.graphics.ImagePluginActivator. loadIcon(java.lang.Class<? extends GProp<?>> propClass, java.lang.String fn)Load an image for this plugin.Uses of GProp in com.iizigo.term.capture
Methods in com.iizigo.term.capture with parameters of type GProp Modifier and Type Method Description booleanCaptureEditor. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanCaptureEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.Uses of GProp in com.iizigo.term.capture.prop
Subclasses of GProp in com.iizigo.term.capture.prop Modifier and Type Class Description classCaptureFieldPropThis Capture Field property container holds the screen identifications and fields for a terminal host screen.classCaptureRootPropThis Capture Root property container holds the screen capture and fields for a EE host screen.classCaptureScreenPropThis Capture Screen property container holds the screen capture and fields for a EE host screen.Methods in com.iizigo.term.capture.prop with parameters of type GProp Modifier and Type Method Description PropCnrCaptureRootProp. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.java.lang.StringCaptureRootProp. getRootName(GProp<?> requestor)Gets and checks if this container is the root.Uses of GProp in com.iizigo.term.prop
Subclasses of GProp in com.iizigo.term.prop Modifier and Type Class Description classEditorScreenActionGroupPropThis Screen Action Group property container for a terminal host screen property.classEditorScreenActionPropThis Screen Action property container for a terminal host screen property.classEditorScreenActionsPropThis Screen Actions property container for a terminal host screen property.classEditorScreenFieldGroupPropThis Screen Field Group property container for a terminal host screen property.classEditorScreenFieldPropThis Screen identification property container for a terminal host screen property.classEditorScreenFieldsPropThis Screen Fields property container for a terminal host screen property.classEditorScreenIdentificationPropThis Screen identification property container for a terminal host screen property.classEditorScreenIdentificationsPropThis Screen identification property container for a terminal host screen property.classEditorScreenPropThis Screen property container holds the screen identifications and fields for a terminal host screen.classEditorSessionsPropThis Sessions property container holds the terminal properties.static classEditorTerminalActionActor.SettingsEditor version of the Settings property container.classEditorTerminalPropsThis Terminal property container holds terminal settings.Methods in com.iizigo.term.prop with parameters of type GProp Modifier and Type Method Description PropCnrEditorSessionsProp. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.java.lang.StringEditorSessionsProp. getRootName(GProp<?> requestor)Gets and checks if this container is the root.Uses of GProp in com.iizigo.term.prop.editor
Methods in com.iizigo.term.prop.editor that return GProp Modifier and Type Method Description GProp<?>[]SessionConfigPropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected GProp<?>[]SessionConfigPropEditor. getValue(java.lang.String input)Gets the property value for a user input.Methods in com.iizigo.term.prop.editor with parameters of type GProp Modifier and Type Method Description java.lang.StringSessionConfigPropEditor. formatValue(GProp<?>[] value)Formats the value for user input as a String.Uses of GProp in com.iizigo.term.prop.quickfixer
Fields in com.iizigo.term.prop.quickfixer declared as GProp Modifier and Type Field Description protected GProp<?>DeleteRect. propertyThe property found, null if not found.Constructors in com.iizigo.term.prop.quickfixer with parameters of type GProp Constructor Description DeleteRect(GProp<?> property)Creates a quick-fixer to go to the specified property.Uses of GProp in com.iizigo.term.recording
Methods in com.iizigo.term.recording with parameters of type GProp Modifier and Type Method Description booleanRecordingEditor. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanRecordingEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.Uses of GProp in com.iizigo.term.recording.prop
Subclasses of GProp in com.iizigo.term.recording.prop Modifier and Type Class Description classLogicItemPropThe recording logic item property container.classLogicPropThe recording logic property container.classRecordingPropThis Recording property container holds the screens and logic.classRecordingRootPropThis Recording Root property container holds the recording.classRecordingScreenPropThis Recording Screen property container holds the screen name.classRecordingScreensPropThis Recording Screens property container holds the screens.Methods in com.iizigo.term.recording.prop with parameters of type GProp Modifier and Type Method Description PropCnrRecordingRootProp. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.java.lang.StringRecordingRootProp. getRootName(GProp<?> requestor)Gets and checks if this container is the root.Uses of GProp in com.iizigo.term.screen
Methods in com.iizigo.term.screen with parameters of type GProp Modifier and Type Method Description booleanScreenEditor. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanScreenEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.Uses of GProp in com.iizigo.term.server
Subclasses of GProp in com.iizigo.term.server Modifier and Type Class Description classEditorActiveTerminalSessionThe container for an active terminal session for the terminal monitor of each client end-point.classEditorActiveTerminalSessionsThe container for active terminal sessions for the terminal monitor of each client end-point.Uses of GProp in com.iizigo.text
Methods in com.iizigo.text that return GProp Modifier and Type Method Description GProp<?>KStringInfoProviderAdapter. getResolveReferenceProperty()Gets the property used for references look-up's.GProp<?>TextTableEditor. getResolveReferenceProperty()Gets the property used for references look-up's.Methods in com.iizigo.text with parameters of type GProp Modifier and Type Method Description voidTextTableEditor. doComplexOperationSelection(GProp<?>[] props)Performs the selection of the components, typically after undo/redo.booleanTextTableEditor. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanTextTableEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.Constructors in com.iizigo.text with parameters of type GProp Constructor Description KStringInfoProviderAdapter(java.lang.String httpServer, GProp<?> anyProp, boolean shouldResolve)Constructor.SettingsComposite(org.eclipse.swt.widgets.Composite parent, int style, int marginWidth, int marginHeight, ModuleModel model, EditorTextTable textTable, java.lang.String textTableRef, GProp<?> anyProp, IValidationMessage messageHandler, IPropUndoRedo undoRedo)Creates the text table settings composite.Uses of GProp in com.iizigo.text.prop
Subclasses of GProp in com.iizigo.text.prop Modifier and Type Class Description classEditorTextTableThis Selector property container for the Editor.Methods in com.iizigo.text.prop with parameters of type GProp Modifier and Type Method Description org.eclipse.swt.widgets.CompositeTextTableDesignerProp. createCNToolTip0(GProp<?> property, org.eclipse.swt.widgets.Event event, org.eclipse.jface.viewers.ViewerCell cell, org.eclipse.swt.widgets.Composite parent)Requests creates of the Composite used to show the tooltip.protected org.eclipse.swt.graphics.ImageTextTableDesignerProp. getCNImage0(GProp<?> property, int flags)Overridden to provide image for text ID's.protected org.eclipse.jface.viewers.StyledStringTextTableDesignerProp. getCNStyledText0(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.protected java.lang.StringTextTableDesignerProp. getCNText0(GProp<?> property, int flags)Overridden to provide Text ID's string.static booleanEditorTextTable. hasCircularReference(EditorTextTable textTable, GProp<?> anyProp, java.lang.String ref)Circular reference validation for Text Tables.Uses of GProp in com.iizigo.validator
Methods in com.iizigo.validator with parameters of type GProp Modifier and Type Method Description voidControlValidator. setAtomNameValidator(PropCnr container, GProp<?> property, boolean allowLeadingDollar)Assigns the callback to be an Atom Name Validator.Uses of GProp in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type GProp Modifier and Type Method Description voidTablePanel. doComplexOperationSelection(GProp<?>[] props)Performs the selection of the components.booleanVirtualSpaceEditor. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanVirtualSpaceEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.voidTablePanel. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)voidTablePanel. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)voidActionsPanel. onEditedProperty(GProp<?> _action)Selection changed for panel.voidIVirtualSpacePanel. onEditedProperty(GProp<?> comp)Selection changed for panel.voidTablePanel. onEditedProperty(GProp<?> comp)Selection changed for panel.voidValuePanel. onEditedProperty(GProp<?> _field)Selection changed for panel.voidValuePanel. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing pp)protected intVirtualSpaceEditor. setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, java.lang.String childName)Attempts to set focus to the property in question based on a container, a viewer and a property editor.Uses of GProp in com.iizigo.vs.actor
Subclasses of GProp in com.iizigo.vs.actor Modifier and Type Class Description classEditorActionActorsThe Editor version of class container for associated action actors of a VSAction.classEditorFieldActorThe VirtualSpace Field Actor reference property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.classEditorFieldActorsThe Editor version of class container for associated field actors of a VSField.static classEditorHistoryBackward.SettingsEditor version of the Settings property container.static classEditorHistoryForward.SettingsEditor version of the Settings property container.static classEditorSetFocus.SettingsEditor version of the Settings property container.static classEditorSetSourceFieldValue.SettingsEditor version of the Settings property container.static classEditorSetTargetFieldValue.SettingsEditor version of the Settings property container.static classEditorTransportField.SettingsEditor version of the Settings property container.Uses of GProp in com.iizigo.vs.link
Methods in com.iizigo.vs.link with parameters of type GProp Modifier and Type Method Description default java.lang.StringIVSLinkEnabler. attempVSLink(boolean doPerform, GProp<?>[] props, java.lang.String description, IPropUndoRedo undoRedo)Processes VS-linking from properties.Uses of GProp in com.iizigo.vs.prop
Subclasses of GProp in com.iizigo.vs.prop Modifier and Type Class Description classEditorVirtualSpaceThe Editor VirtualSpace property class.classEditorVSActionThe Editor VirtualSpace Action property class.classEditorVSColumnHeaderThe Editor VirtualSpace Column property class.classEditorVSFieldThe Editor VirtualSpace Field property class.classEditorVSFocusReferenceFocus reference is used to set a reference to a focusable VSComponent.classEditorVSGroupThe Editor VirtualSpace Group property class.classEditorVSOnUIEventOnFocus reference is used to set a reference to a focusable VSComponent.classEditorVSParticipantsHolderThe Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.classEditorVSRowThe Editor VirtualSpace Row property class.classEditorVSRowsThe rows property class that only allows VSRow children properties.classEditorVSTableThe Editor VirtualSpace Field property class.Methods in com.iizigo.vs.prop that return GProp Modifier and Type Method Description GProp<?>EditorVSColumnHeader. getCopyProperty()Gets the property to add to clipboard.Methods in com.iizigo.vs.prop with parameters of type GProp Modifier and Type Method Description protected org.eclipse.swt.graphics.ColorVirtualSpaceDesignerProp. getCNBackground0(GProp<?> property, int columnIndex, int flags)Provides a background color for the given element at the specified index.protected org.eclipse.swt.graphics.ColorVirtualSpaceDesignerProp. getCNForeground0(GProp<?> property, int columnIndex, int flags)Provides a foreground color for the given element.protected java.lang.StringVirtualSpaceDesignerProp. getCNText0(GProp<?> property, int flags)Gets the text for a sub-property for the Common Navigator.protected java.lang.StringVirtualSpaceDesignerProp. getCNText0(GProp<?> property, int columnIndex, int flags)Gets the text for a sub-property for the Common Navigator.booleanVirtualSpaceDesignerProp. isCNVisible0(GProp<?> property, int flags)Checks if a property should be included in the view or if it's hidden or filtered out.PasteFeedbackVirtualSpaceDesignerProp. paste(boolean doPerformPaste, int position, GProp<?>[] props, int operation, java.lang.String description, IPropUndoRedo undoRedo)Validates or performs a paste operation.Method parameters in com.iizigo.vs.prop with type arguments of type GProp Modifier and Type Method Description booleanEditorVSColumnHeader. performDelete(java.util.Set<GProp<?>> afterOperationSelection, ComplexOperation op)Performs the delete operation on the property.Uses of GProp in com.iizigo.vs.viewer
Subclasses of GProp in com.iizigo.vs.viewer Modifier and Type Class Description classVSViewerPropCnrThe VSViewer property container used to view a VirtualSpace.Uses of GProp in com.iizigo.ws.actionactor
Subclasses of GProp in com.iizigo.ws.actionactor Modifier and Type Class Description static classEditorWebServiceActionActor.SettingsSettings property container.Uses of GProp in com.iizigo.ws.editor
Methods in com.iizigo.ws.editor with parameters of type GProp Modifier and Type Method Description booleanWebServiceEditor. doOpen(GProp<?>[] props)Opens the property by selecting it in focus.booleanWebServiceEditor. doOpen(GProp<?> prop, int index, java.lang.String childName)Opens the property by selecting it in focus.voidCreateWrappedVariableComposite. setSelectedElements(GProp<?>[] props)Assigns the wrapped elements.Uses of GProp in com.iizigo.ws.prop
Subclasses of GProp in com.iizigo.ws.prop Modifier and Type Class Description classEditorOutputColumnEditor version of the Output Column connects a table column from the reply output with a VSTable column.classEditorOutputPropsEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorOutputTableEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorOutputVariableEditor version of the Output Variable connects a reference variable from the reply output with a VSField.classEditorOutputVariablesEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorRESTfulInputPropsEditor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.classEditorWebServicePropEditor version of the Web Service property container holding the definition of a web service transaction.Methods in com.iizigo.ws.prop with parameters of type GProp Modifier and Type Method Description booleanIWrappedElement. canCombineSelection(GProp<?>[] props)Checks if the element can be combined in a selection with other properties.org.eclipse.swt.widgets.CompositeIWrappedElement. createComposite(WebServiceEditor editor, org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Composite existingComposite, GProp<?>[] props)Creates the composite to show.IEditorReplyProcessorEditorOutputProps. getProcessor(GProp<?> gp)Gets a reply processor from a property.Uses of GProp in com.iizigo.ws.prop.json
Subclasses of GProp in com.iizigo.ws.prop.json Modifier and Type Class Description classEditorJSONElementWrapperEditor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.classEditorJSONEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.classEditorJSONReplyDocumentEditor version of the JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Methods in com.iizigo.ws.prop.json with parameters of type GProp Modifier and Type Method Description booleanEditorJSONElementWrapper. canCombineSelection(GProp<?>[] props)Checks if the element can be combined in a selection with other properties.org.eclipse.swt.widgets.CompositeEditorJSONElementWrapper. createComposite(WebServiceEditor editor, org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Composite existingComposite, GProp<?>[] props)Creates the composite to show.Uses of GProp in com.iizigo.ws.prop.url
Subclasses of GProp in com.iizigo.ws.prop.url Modifier and Type Class Description classEditorURLEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.classEditorURLInputParameterEditor version of the Input Variable connects a VSField with an input variable or parameter to a web service transaction request.Uses of GProp in com.iizix.actionactor
Subclasses of GProp in com.iizix.actionactor Modifier and Type Class Description classAbstractSettingsClass extending the property container.static classJavaActionActorBase.SettingsSettings property container.Uses of GProp in com.iizix.api
Classes in com.iizix.api with type parameters of type GProp Modifier and Type Interface Description interfaceIAnnotationReferenceProcessor<SCOPE extends PropCnr,COMP extends GProp<?>>Tagging interface used by the AnnotationType's to handle reference look-up, validation and refactoring.Methods in com.iizix.api with parameters of type GProp Modifier and Type Method Description java.lang.StringIAnnotationReferenceProcessor. getReferencePath(GProp<?> comp)Returns the reference path of a component, relative or full depending if it is scoped or not.COMPIAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)Resolves a reference name to a UI component.Uses of GProp in com.iizix.api.ui
Methods in com.iizix.api.ui that return GProp Modifier and Type Method Description GProp<?>UIActionEvent. getTrigger()Gets the trigger property being the source of the event.GProp<?>UIFocusEvent. getTrigger()Gets the trigger property being the source of the event.GProp<?>UISelectionEvent. getTrigger()Gets the trigger property being the source of the event.GProp<?>UITextChangeEvent. getTrigger()Gets the trigger property being the source of the event.GProp<?>UIValueChangeEvent. getTrigger()Gets the trigger property being the source of the event.Constructors in com.iizix.api.ui with parameters of type GProp Constructor Description UIActionEvent(IUIAction source, GProp<?> trigger)Constructs the event for an action with a property being the trigger source, e.g.UIActionEvent(IUIAction source, GProp<?> trigger, UIComp contextComponent)Constructs the event for an action with a property being the trigger source, e.g.UIFocusEvent(UIComp source, UIComp opposite, boolean isFocusGained, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.UISelectionEvent(UIComp source, IUISelection selection, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.UITextChangeEvent(UIComp source, GProp<?> trigger)Constructs the event for a text change event with a property being the trigger source, e.g.UIValueChangeEvent(UIComp source, GProp<?> trigger)Constructs the event for a value change event with a property being the trigger source, e.g.Uses of GProp in com.iizix.api.vs
Fields in com.iizix.api.vs with type parameters of type GProp Modifier and Type Field Description java.lang.Class<? extends GProp<?>>JavaActorParam.Type. propertyClassThe property class.Methods in com.iizix.api.vs that return GProp Modifier and Type Method Description GProp<?>VSBaseEventWithTrigger. getTrigger()Gets the trigger property being the source of the event.Constructors in com.iizix.api.vs with parameters of type GProp Constructor Description VSActionEvent(VSAction source, GProp<?> trigger, UIComp contextComponent)Constructs the event for an action with a property being the trigger source, e.g.VSBaseEventWithTrigger(VSCOMP source, GProp<?> trigger)Constructor called from the subclass with trigger information.VSChangeEvent(IVSComponent source, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.VSFieldEvent(VSField source, VSFieldEvent.Op operation, java.lang.Object value, Value.Type sourceType, Value.Type targetType, GProp<?> trigger)Constructs the event for an action to use with value conversion.VSFieldEvent(VSField source, Value value, GProp<?> trigger)Constructs the validation event for an action with a property being the trigger source, e.g.VSFocusEvent(IVSComponent source, IVSComponent opposite, boolean isFocusGained, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.VSStateEvent(IVSComponent source, IVSComponentState.State state, boolean stateValue, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.Uses of GProp in com.iizix.db.actionactor
Subclasses of GProp in com.iizix.db.actionactor Modifier and Type Class Description static classDatabaseActionActor.SettingsSettings property container.Uses of GProp in com.iizix.db.prop
Subclasses of GProp in com.iizix.db.prop Modifier and Type Class Description classConnectionProfileSetupA single connection profile setup that is used to establish a JDBC connection.classConnectionProfilesSetupContainer with all connection profiles setup's by name.classDatabasePropsThis database property container holds database service definition.classDatabaseTransactionReferenceThe reference to a Database transaction.classInputPropsInput Properties that ties the input to the execution of an SQL query statement to VirtualSpace.classInputVariableThe Input Variable connects a VSField with an input variable or parameter to an SQL query statement.classResultPropsResult property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.classResultSetColumnPropThe result set Column property that connects the column name in a result set with a VSColumnHeader.classResultSetPropsResult set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Methods in com.iizix.db.prop with parameters of type GProp Modifier and Type Method Description booleanDatabaseTransactionReference. isReferenceValid(GProp<?> property)Checks if the reference is valid.voidResultSetColumnProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidResultSetProps. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.voidInputVariable. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidResultProps. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Uses of GProp in com.iizix.event
Methods in com.iizix.event that return GProp Modifier and Type Method Description GProp<?>GEvent. getEventTarget()Gets the event owner.GProp<?>PropCnrEvent. getEventTarget()Gets the event owner.GProp<?>PropCopyEvent. getEventTarget()Gets the event owner.GProp<?>[]PropMoveEvent. getOldContainerProps()Gets the old container properties.GProp<?>[]PropReorderEvent. getOldPropertyArray()Gets the property array before the reordering operation.GProp<?>PropCnrEvent. getProperty()Gets the property being added or removed.GProp<?>PropCopyEvent. getProperty()Gets the property being added or removed.GProp<?>GEvent. getSender()Gets the current sender of the event.GProp<?>GEvent. getSource()Gets the source of the event.GProp<?>PropCnrEvent. getTrigger()Gets the trigger of the container property change.GProp<?>PropCnrFocusEvent. getTrigger()Gets the trigger property.GProp<?>PropCopyEvent. getTrigger()Gets the trigger of the container property change.GProp<?>PropFocusEvent. getTrigger()Gets the trigger property.GProp<?>PropValueEvent. getTrigger()Gets the trigger of the value change.Methods in com.iizix.event with parameters of type GProp Modifier and Type Method Description voidPostProcessing. execute(GProp<?> dispatcher, GEvent event)Executes all post processors for a dispatcher.protected EventListenerGEvent. getAlternateDestination(GProp<?> destination, GEvent.Operation operation, int operationIndex)Gets the alternate property destination for an event about to be sent.EventListener[]GEvent. getPostProcessors(GProp<?> dispatcher)Gets the post-processors.EventListener[]IPostEventProcessing. getPostProcessors(GProp<?> dispatcher)Gets the post-processors.EventListener[]PostProcessing. getPostProcessors(GProp<?> dispatcher)Gets the post-processors.booleanPostProcessing. hasPostProcessors(GProp<?> dispatcher)Checks for presence of post processors.booleanGEvent. isEventProcessed(GProp<?> property, GEvent.Operation operation, int operationIndex)Checks if this Operation at specified index should be processed or not by the specified property.voidRemoteEvent. retarget(GProp<?> newTarget)Re-targets this event to a new source property and sends it.voidRemoteEvent. retarget(GProp<?> newTarget, PropMgr propMgr)Re-target this event to a Property Manager for queued sending.voidGEvent. send(GProp<?> sender, EventListener listener)Sends this event to the event listener in question, with "safe" processing, i.e.voidGEvent. send(GProp<?> sender, GProp<?> receiver, GEvent.Operation operation, int operationIndex)Sends this event to the property in question, with "safe" processing, i.e.voidGEvent. sendSelf(GProp<?> senderAndReceiver, GEvent.Operation operation, int operationIndex)Sends this event to the property itself in question, with "safe" processing, i.e.voidGEvent. setInitialProperty(GProp<?> initialDispatcher)Assigns the initial sender property that should perform post processing of events.voidIPostEventProcessing. setInitialProperty(GProp<?> initialDispatcher)Assigns the initial sender property that should perform post processing of events.voidPostProcessing. setInitialProperty(GProp<?> initialDispatcher)Assigns the initial sender property that should perform post processing of events.Constructors in com.iizix.event with parameters of type GProp Constructor Description BubbleEvent(GProp<?> source, int eventID, boolean isRemoteInduced)Constructs the generic sink event with specified originator.GEvent(GProp<?> source, int eventID, boolean isRemoteInduced)Constructs the generic event with specified originator without progress monitor.GEvent(GProp<?> source, int eventID, boolean isRemoteInduced, IPropProgressMonitor monitor)Constructs the generic event with specified originator.GEvent(GProp<?> source, int eventID, IPropProgressMonitor monitor)Constructs the generic event with specified originator that has a progress monitor and is not remote induced.PostProcessing(GProp<?> initialDispatcher)Constructor with initial dispatcher.ProjectNameEvent(GProp<?> property, java.lang.String newName, java.lang.String oldName)Constructs a new property event.PropAttrEvent(GProp<?> source, int attribute, java.lang.Object newValue, java.lang.Object oldValue, 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.PropErrorAttrEvent(GProp<?> source, java.lang.Object newValue, java.lang.Object oldValue, java.lang.String errorID, IPropErrorItem item, int newMaxErrorLevel, int oldMaxErrorLevel)Constructs a new property 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.PropNameEvent(GProp<?> property, Atom oldAtom, boolean isRemoteInduced)Constructs a new property event.PropReorderEvent(PropCnr container, GProp<?>[] oldProperties, boolean isRemoteInduced)Constructs a new property container event for reordering property indexes.PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue)Constructs a new non-remote local property value event.PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue, IGProp<?> trigger)Constructs a new non-remote property value event.PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue, IGProp<?> trigger, PropMgr propMgr)Constructs a new remote property value event.PropValueEvent(GProp<?> property, java.lang.Object newValue, java.lang.Object oldValue, PropMgr propMgr)Constructs a new remote property value event.RefreshEvent(GProp<?> source, IClientSessionGyro clientGyro, RefreshEvent.Type type)Constructs a new sinking refresh event of the specified type.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.SinkEvent(GProp<?> source, int eventID, boolean isRemoteInduced)Constructs the generic sink event with specified originator without progress monitor.SinkEvent(GProp<?> source, int eventID, IPropProgressMonitor monitor)Constructs the generic event sink with specified originator that has a progress monitor and is not remote induced.VSReferenceEvent(GProp<?> source)Constructs a new VSRelativeReference event.Uses of GProp in com.iizix.gyro
Fields in com.iizix.gyro declared as GProp Modifier and Type Field Description GProp<?>FocusEvent. triggerThe trigger property, e.g.Methods in com.iizix.gyro that return GProp Modifier and Type Method Description GProp<?>IAppSessionGyro. getRuntimePropFromReference(java.lang.String reference)Gets a reference for runtime use to get the reference of an item.GProp<?>IAppSessionGyro. getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)Gets a reference for runtime use to get the reference of an item.GProp<?>IClientSessionGyro. getVirtualizedPropFromReference(java.lang.String reference)Attempts to look up a virtualized property from a reference by searching this instance.Methods in com.iizix.gyro with parameters of type GProp Modifier and Type Method Description PropCnrIAppSessionGyro. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.Constructors in com.iizix.gyro with parameters of type GProp Constructor Description FocusException(GProp<?> property)Creates a focus exception with an empty detail message.FocusException(GProp<?> property, java.lang.String message)Creates a focus exception with a message.FocusException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)Creates a focus exception with a message and an exception cause.FocusVetoException(GProp<?> property)Creates a focus veto exception with an empty detail message.FocusVetoException(GProp<?> property, java.lang.String message)Creates a focus veto exception with a message.FocusVetoException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)Creates a focus veto exception with a message and an exception cause.Uses of GProp in com.iizix.prop
Classes in com.iizix.prop with type parameters of type GProp Modifier and Type Class Description classArrayProp<ITEM extends GProp<?>>The Array property class holds the property name, value and optionally has a parent and/or property listener(s).Subclasses of GProp in com.iizix.prop Modifier and Type Class Description classAbstractBaseRelativeReference<TARGET extends IPropCnr>The Base Relative Reference property class hold the reference to another property in the same base container.classAbstractClientBaseRelativeReference<TARGET extends IClientBaseRelativeTarget>The Client Base Relative Reference property class hold the reference to another property in the same base container.classAbstractFixedVirtualizedBaseRelativeReference<TARGET extends IPropCnr>The Base Relative Reference property class hold the reference to another property in the same base container.classAbstractReference<TARGET extends IPropCnr>The Abstract Reference property class hold the reference to another property.classAbstractStylesAbstract styles property container that either holds styles or other style related data such as font faces.classAppLanguagesThe configured languages for the application.classApplicationThe application property container holds all information about a single application.classArrayProp<ITEM extends GProp<?>>The Array property class holds the property name, value and optionally has a parent and/or property listener(s).classAssetReferenceThe Asset Reference property class hold the reference to a file in the Assets directory.classAssetReferencesThe Asset References property class hold the references to zero or more FileURIPropCnr property containers.classBackgroundImageReferenceThe Background Image Reference extends normal Image Reference and only allows bitmap images, i.e.classBadgePropThe "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).classBoolPropThe Boolean property class holds the property name, value and optionally has a parent and/or property listener(s).classByteArrayPropThe byte array property is used to store binary data in various forms, e.g.classCharPropThe character property class holds the property name, value and optionally has a parent and/or property listener(s).classClassReferenceThe Class Reference property class hold the reference to a Java class.classClientPropsThis client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).classCodeItemArrayPropThe String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).classColor4PropProperty used by UI styles that has 4 settings/values for color, such as the border color (top/bottom/left/right).classColorPropThe "color" property class holds the property name, value as a GColor object and optionally has a parent and/or property listener(s).classConstrainedIntPropThis class is used to hold an integer property that has constraints imposed on it.classDateTimePropThe date/time property can hold a date and/or a time with optional time offset with aGDateTimeproperty value.classDesignerPropCnrSpecial Designer property container that is private.classDevParamsDevice parameters container available only for iiziRun.classDoublePropThe Double property class holds the property name, value and optionally has a parent and/or property listener(s).classEditorPropCnrEditor Property Container, i.e.classEnvPropsThis client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).classErrorsPropThe errors property is used in the designer and files to store error and its values for a container.classFileURIPropCnrA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.classFillPropThe "fill" property class holds the property name, value as a GFill object and optionally has a parent and/or property listener(s).classFixedVirtualizedAbstractReference<TARGET extends IPropCnr>The Fixed Virtualized Abstract Reference property class hold the reference to another property.classFolderSettingsPropThis folder settings property hold settings for a folder, typically a Selector and a description.classFolderURIPropCnrA PropCnr that can is a "directory" and can contain FileURIPropCnr's.classFontPropThe "font" property class holds the property name, value as a GFont object and optionally has a parent and/or property listener(s).classGeoPropsThis Geographical property is a container that holds information about client position and an API to work with geographical location services.classGradientPropThe "gradient" property class holds the property name, value as a GGradient object and optionally has a parent and/or property listener(s).classImageReferenceThe Image Reference property class hold the reference to an image definition implementing IImageTarget that in turn has images for various states and resolutions.classInt32PropThe Integer (32-bit) property class holds the property name, value and optionally has a parent and/or property listener(s).classInt4PropProperty used by UI styles that has 4 settings/values for an integer, such as the border style (top/bottom/left/right).classIntPropThe Integer property class holds the property name, value and optionally has a parent and/or property listener(s).classKStringPropThe "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).classLongPropThe Long property class holds the property name, value and optionally has a parent and/or property listener(s).classMailPropsContainer holding mail settings.classMethodReferenceThe Method Reference property class hold the reference to a Method that is in a Java class.classMethodReference2The Method Reference "2" property class hold the reference to a Method that is in a Java class.classModuleAppThis Module Applications settings that defines the behavior of the application and contains its settings.classMultiProp<VALUE>The multiple property class holds the property name, a common value or an array of different properties (typically 4 for e.g.classNumberPropJavaScript optimized Number property.classPasswordPropThe Password property class hold a password that is encrypted when stored to media.classPatternPropThe pattern property class extends a KStringProp.classPKCS12IdentityPropThe PKCS#12 Identity Property used for SSL communication or code signing.classPlainKStringPropThe "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).classPolicyPropsContainer holding policiy settings.classPrivProp<T>The private property class is used on the client as a dummy property in order to keep the structure of properties with the indexes as the server does, apart from that a private property can replace a property container.classPropCnrThe property container class holds the container property name, a value as a GProp array and optionally has a parent and/or property listener(s).classProxyPropCnrThe proxy property container class extends the standard property container and allows it to synchronize property states so that several clients can use the "same" property container and the communication mechanism.classPushPropCnrContainer for Push property container for the application.classPushPropsThe Push properties for the application.classPWAPropCnrContainer for Progressive Web App's (PWA).classPWAPropsThe Progressive Web App (PWA) properties.classRectPropThe rectangle property class holds the property name, value as a GRect object and optionally has a parent and/or property listener(s).classReferralsHolderThe Referrals Holder property container contains the properties that refer to the owner of this container.classRuntimeBuilderPropsThis iiziRun Builder properties for the server side to hold the build settings and handle the interprocess communication.classSelectorThe Selector class is used to enable or disable participants such as panels, text tables and translation tables, perhaps images.classSelectorReferenceThe SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.classServerClientSessionPropsThe Server's Client Session properties hold information relating to the current client session, i.e.classServerSocketCommPropsThis property container contains all properties required for a Server Socket (NIO) connection.classSettingsPropCnrSettings property container, a "raw" PropCnr.classSizePropThe size property class holds the property name, value as a GSize object and optionally has a parent and/or property listener(s).classSocketCommPropsThis property container contains all properties required for a Socket (NIO) connection using Proxy, WebSocket, SSL, etc, required by the SocketProp property.classSpeechRecognitionPropSpeech Recognition property for remote client execution.classSpeechSynthesisPropSpeech Synthesis property for remote client execution.classSSLCommPropsThis property container contains all properties required for a SSL Socket (NIO) connection.classString4PropProperty used by UI styles that has 4 settings/values for a String value that can be a combination of single unit or multiple, such as the border radius (corners) where the value in pixels is not used for calculations, thus only for HTML, and can therefore be stored as a pure String.classStringArrayPropThe String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).classStringMapPropThe String Map property class holds the property name, a map of strings consisting of string keys and string values.classStringPropThe "String" property class holds the property name, value and optionally has a parent and/or property listener(s).classStringSetPropThe String Set property class holds the property name and a set of unique strings.classStrokePropThe "stroke" property class holds the property name, value as a GStroke object and optionally has a parent and/or property listener(s).classStylesThis styles property container holds the styles associated with a UI component.classStylesCnrStyles Container used to hold a Styles property instance for the Client used as a Class Name.classStylesReferencesThe Styles References property class hold the references to zero or more Styles property containers.classTextTableThe text table property holds the text table items consisting of KStrings.classTextTableReferenceThe reference to a text table instance.classTransactionCommPropsThis property container contains all properties required for Transaction communication based on WebSockets.classUnit4PropProperty used by UI styles that has 4 settings/values for a unit, such as the border size (top/bottom/left/right).classUnitPropThe "unit" property class holds the property name, value as a GUnit object and optionally has a parent and/or property listener(s).classValuePropThe value property holds the VirtualSpace Value object.classValueTypePropThe Value Type property for the Value Type as a String, without Value.classVirtualsPropCnrThe Virtuals property container contains all the virtualized instances of a session divided into VirtualSpace, Panels, and other connectors.classWebSocketCommPropsThis property container contains all properties required for WebSocket communication.classWebSocketServerCommPropsThis property container contains all properties required for a WebSocket Server (NIO) connection.classWindowsThe windows property container holds the windows for the application.classX509CertificatesPropThe X.509 Certificates Property used for SSL communication.classXMLSchemaValidatorPropXML Schema validator property class used to validate XML sources.Fields in com.iizix.prop declared as GProp Modifier and Type Field Description static GProp<?>[]PropCnr. EMPTYEmpty array of properties.GProp<?>Reference. ownerThe reference owner.GProp<?>BinderAction. propertyThe property used for the action.GProp<?>PropErrorItemOrigin. propertyThe property.GProp<?>PropVerificationError. propertyThe property causing the error.GProp<?>Reference. targetThe reference target.Methods in com.iizix.prop that return GProp Modifier and Type Method Description GProp<?>GProp. clone()Creates a clone out of this property.protected GProp<?>PropCnr. convertLoadedProp(GProp<?> childProp)Enables conversion or omission of a property loaded from XML.GProp<?>PropFactory. createProp(java.lang.String tag, Atom atom)Creates a generic property with the specified tag name and atom.GProp<?>GProp. extendsClone()Creates a clone out of this property for the Extends Framework.GProp<?>[]IPropCnr. getAllProps(java.lang.Class<?>[] classes, boolean includeErrors)Gets the properties of certain classes that are present in the tree below this container, i.e.GProp<?>[]IPropCnr. getAllProps(java.lang.Class<? extends GProp<?>>... classes)Gets the properties of certain classes that are present in the tree below this container, i.e.GProp<?>[]PropCnr. getAllProps(java.lang.Class<?>[] classes, boolean includeErrors)Gets the properties of certain classes that are present in the tree below this container, i.e.GProp<?>[]PropCnr. getAllProps(java.lang.Class<? extends GProp<?>>... classes)Gets the properties of certain classes that are present in the tree below this container, i.e.GProp<?>IPropCnr. getFirstProp(Atom atom)Finds the first property with the specified atom in the property tree.GProp<?>IPropCnr. getFirstProp(java.lang.String name)Finds the first property with the specified name in the property tree.GProp<?>PropCnr. getFirstProp(Atom atom)Finds the first property with the specified atom in the property tree.GProp<?>PropCnr. getFirstProp(java.lang.String name)Finds the first property with the specified name in the property tree.GProp<?>PropReference. getOwner()Gets the owner property.GProp<?>IPropCnr. getProp(int index)Gets the property at requestedindex.GProp<?>IPropCnr. getProp(Atom atom)Gets the property with theatomname.GProp<?>IPropCnr. getProp(Atom[] atomPath)Gets the property from a path of atoms.GProp<?>IPropCnr. getProp(Atom[] atomPath, int count)Gets the property from a path of atoms.GProp<?>IPropCnr. getProp(java.lang.String name)Gets the property with the specified name.GProp<?>PropCnr. getProp(int index)Gets the property at requestedindex.GProp<?>PropCnr. getProp(Atom atom)Gets the property with theatomname.GProp<?>PropCnr. getProp(Atom[] atomPath)Gets the property from a path of atoms.GProp<?>PropCnr. getProp(Atom[] atomPath, int count)Gets the property from a path of atoms.GProp<?>PropCnr. getProp(java.lang.String name)Gets the property with the specified name.GProp<?>PropException. getProperty()Gets the property that caused the exception.GProp<?>PropReference. getProperty()Gets the property referenced.GProp<?>GProp. getPropFromPath(GProp<?> requestor, java.lang.String path)Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>GProp. getPropFromPath(java.lang.String path)Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>IGProp. getPropFromPath(java.lang.String path)Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>FileURIPropCnr. getPropFromReference(java.lang.String ref)Gets a property from a reference name.GProp<?>GProp. getPropFromReference(GProp<?> requestor, java.lang.String path)Internal function for getPropFromReference(ref).GProp<?>GProp. getPropFromReference(java.lang.String ref)Gets a property from a reference name.GProp<?>IGProp. getPropFromReference(java.lang.String ref)Gets a property from a reference name.protected GProp<?>FileURIPropCnr. getPropReferenceTarget()Retargets the reference request as required.protected GProp<?>GProp. getPropReferenceTarget()Retargets the reference request as required.GProp<?>[]IPropCnr. getProps()Gets the current value set as a a property array,nullfor an uninitialized value.GProp<?>[]PropCnr. getProps()Gets the current value set as a a property array,nullfor an uninitialized value.GProp<?>PropFactory. loadPropTree(GProp<?> parent, org.w3c.dom.Element element)Creates the GProp tree from an Element.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.Methods in com.iizix.prop that return types with arguments of type GProp Modifier and Type Method Description java.lang.Class<? extends GProp<?>>PropFactory. getPropClass(java.lang.String className)Gets the property class from a class name.Methods in com.iizix.prop with parameters of type GProp Modifier and Type Method Description voidIComplexOperation. addProp(PropCnr pc, GProp<?> gp)Adds a property.voidIComplexOperation. addPropError(GProp<?> gp, IPropErrorItem pei)Adds a property error.protected GProp<?>PropCnr. convertLoadedProp(GProp<?> childProp)Enables conversion or omission of a property loaded from XML.protected voidPropCnr. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.protected java.lang.ObjectAbstractReference. equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how)Checks for property value equality.protected java.lang.ObjectBadgeProp. equalValues(GProp<?> compareTo, GBadge thisValue, GBadge compareValue, int how)Checks for property value equality.protected java.lang.ObjectGProp. equalValues(GProp<?> compareTo, VALUE thisValue, VALUE compareValue, int how)Checks for property value equality.protected java.lang.ObjectKStringProp. equalValues(GProp<?> compareTo, KString thisValue, KString compareValue, int how)Checks for property value equality.protected java.lang.ObjectMultiProp. equalValues(GProp<?> compareTo, java.lang.Object[] thisValue, java.lang.Object[] compareValue, int how)Checks for property value equality.protected java.lang.ObjectStringMapProp. equalValues(GProp<?> compareTo, java.util.Map<java.lang.String,java.lang.String> thisValue, java.util.Map<java.lang.String,java.lang.String> compareValue, int how)Checks for property value equality.protected java.lang.ObjectStringSetProp. equalValues(GProp<?> compareTo, java.util.Set<java.lang.String> thisValue, java.util.Set<java.lang.String> compareValue, int how)Checks for property value equality.protected java.lang.ObjectStylesReferences. equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how)Checks for property value equality.java.lang.StringGProp. getAliasName(GProp<?> requestor, java.lang.String projectName)Gets an alias name for a project name, the alias does NOT begin with "*".static booleanBoolProp. getBool(GProp<?> property, java.lang.String string)Gets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).static booleanBoolProp. getBool(GProp<?> property, java.lang.String string, boolean defaultValue)Gets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).java.lang.StringFileURIPropCnr. getChildReferencePropName(GProp<?> child)Gets the child's reference property name for this property.java.lang.StringGProp. getChildReferencePropName(GProp<?> child)Gets the child's reference property name for this property.PropVerificationError[]PropVerification. getErrors(GProp<?> property)Gets the list of errors of a property.FileURIPropCnrAssetReference. getFileURIPropCnr(GProp<?> anyPropInTree)For the Designer, gets the File property for the reference.java.lang.StringGProp. getFullPropName(GProp<?> requestor)Gets the full name of this property, i.e.java.lang.StringGProp. getFullPropNameDebug(GProp<?> requestor)Gets the full name of this property, i.e.java.lang.StringClientProps. getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".java.lang.StringGProp. getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".java.lang.StringIModuleProjectPropProvider. getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".GProp<?>GProp. getPropFromPath(GProp<?> requestor, java.lang.String path)Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>GProp. getPropFromReference(GProp<?> requestor, java.lang.String path)Internal function for getPropFromReference(ref).PropCnrClientProps. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrGProp. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrIModuleProjectPropProvider. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.java.lang.StringClientProps. getRootName(GProp<?> requestor)Gets the name of the root container as in the Designer"module:".java.lang.StringGProp. getRootName(GProp<?> requestor)Gets and checks if this container is the root.protected PropCnrGProp. getRootParent(GProp<?> requestor)Gets the root container in the property tree.protected PropCnrProxyPropCnr. getRootParent(GProp<?> requestor)Gets the root container in the property tree.TARGETAbstractReference. getTargetReference(GProp<?> anyPropertyInTree)Gets the target reference also trying to resolve the reference, i.e.voidIComplexOperation. insertProp(PropCnr pc, GProp<?> gp, int index)Inserts a property.booleanPropCnr. isExtendsPropertyValid(GProp<?> property)Validates an extends property for the Extends Framework.abstract booleanAbstractReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanAssetReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanBackgroundImageReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanImageReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanIPropReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanSelectorReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanTextTableReference. isReferenceValid(GProp<?> property)Checks if the reference is valid.GProp<?>PropFactory. loadPropTree(GProp<?> parent, org.w3c.dom.Element element)Creates the GProp tree from an Element.java.lang.StringGProp. mapAliasToReference(GProp<?> requestor, java.lang.String aliasReference)Maps an alias reference name to a reference name.java.lang.StringGProp. mapReferenceToAlias(GProp<?> requestor, java.lang.String referenceName)Maps a reference name to an alias name.voidIComplexOperation. moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)Moves a property to another container.protected voidPropCnr. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)Method called when the internal functioninsertPropis called to verify that this is allowed.protected voidPropCnr. onPropRemoved(GProp<?> prop, PropMgr propMgr, boolean isMoving)Called when a property is removed in this container, before the event is fired, but after the property has been removed.protected voidFixedVirtualizedAbstractReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidGProp. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.voidIComplexOperation. removeProp(GProp<?> gp)Removes a property.voidIComplexOperation. removePropError(GProp<?> gp, java.lang.String errorID)Removes a property error.voidIComplexOperation. renameProp(GProp<?> gp, Atom newName)Renames a property.booleanPropReference. resolve(GProp<?> anyPropertyInTree, boolean doReCheck, GEvent triggerEvent)Attempts to resolve the property name.voidIComplexOperation. setPropError(GProp<?> gp, PropError pe)Sets all errors in a property.voidIComplexOperation. setPropValue(GProp<?> gp, java.lang.Object newValue)Sets a property value.booleanIPropCnr. setPropValue(GProp<?>[] newProps)Sets a new properties array as the value.booleanPropCnr. setPropValue(GProp<?>[] newProps)Sets a new properties array as the value.booleanIProxyImplementor. shouldProxy(GProp<?> gp)Checks if the property should be proxied or not.protected booleanPropCnr. shouldSerializeToXML(int programType, GProp<?> childProp)Method used to check for child property serialization to XML.voidPropMgr. trace(GProp<?> originator, java.lang.String text)Traces a line of data.protected voidPropCnr. validateChildPropInValue(GProp<?> child)Validates a single child property instance during the call toPropCnr.validatePropValue(Object newValue).booleanIPropCnr. validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.booleanPropCnr. validateClassInstances(boolean doPerform, GProp<?>[] props, boolean isMove)Validates the target property container classes for paste/move with additional instance testing, extra check when the possible children are verified.java.lang.StringAbstractReference. wouldValidate(GProp<?> anyPropertyInTree)Checks if the reference would be valid if this property is attached to a root property.Method parameters in com.iizix.prop with type arguments of type GProp Modifier and Type Method Description intIPropCnr. getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list)Gets the properties of certain classes that are present in the tree below this container, i.e.intIPropCnr. getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list, boolean includeErrors)Gets the properties of certain classes that are present in the tree below this container, i.e.intPropCnr. getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list)Gets the properties of a certain class that are present in the tree below this container, i.e.intPropCnr. getAllProps(java.lang.Class<?>[] classes, java.util.List<GProp<?>> list, boolean includeErrors)Gets the properties of certain classes that are present in the tree below this container, i.e.voidGProp. getErroredProps(java.util.ArrayList<GProp<?>> list, boolean excludeExtends)Retrieves the properties containing errors.voidIGProp. getErroredProps(java.util.ArrayList<GProp<?>> list, boolean excludeExtends)Retrieves the properties containing errors.<VALUE> booleanIPropCnr. setPropValue(Atom atom, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.<VALUE> booleanIPropCnr. setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.<VALUE> booleanPropCnr. setPropValue(Atom atom, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.<VALUE> booleanPropCnr. setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.Constructors in com.iizix.prop with parameters of type GProp Constructor Description BinderAction(GProp<?> property)Constructor of the binder object.EditorPropCnr(Atom propertyAtom, GProp<?>[] properties)Creates an Editor Property Container with the specified name and properties.PropCnr(Atom propertyAtom, GProp<?>[] properties)Creates a property container with the specified name and properties.PropErrorItemOrigin(GProp<?> property, IPropErrorItem errorItem)Constructor that assigns thepropertyanderrorItemmembers.PropException(GProp<?> property)Creates a property exception with an empty detail message.PropException(GProp<?> property, java.lang.String message)Creates a property exception with a message.PropException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)Creates a property exception with a message and an exception cause.PropReference(GProp<?> owner, java.lang.String name, java.lang.Class<?>[] supportedClasses, IPropReference listener)Constructs a new property reference with a property owner.PropTypeException(GProp<?> property, java.lang.String message)Creates a property exception with a message.PropTypeException(GProp<?> property, java.lang.String message, java.lang.Throwable exception)Creates a property exception with a message and an exception cause.PropValidateException(GProp<?> property, java.lang.String message)Creates a property exception with a message.PropVerificationError(java.lang.String id, PropVerificationError.Severity severity, java.lang.String location, GProp<?> property, java.lang.String errorText, java.lang.String... quickFixes)The standard constructor for a property in error.Reference(GProp<?> target, GProp<?> owner, java.lang.Class<?> type)Creates the reference instance.ValueConversionException(GProp<?> property, java.lang.String message)Creates a property exception with a message.ValueConversionException(GProp<?> property, java.lang.String message, java.lang.Throwable cause)Creates a property exception with a message and an exception cause.Uses of GProp in com.iizix.prop.annotation
Methods in com.iizix.prop.annotation that return types with arguments of type GProp Modifier and Type Method Description java.lang.Class<? extends GProp>type()The Property Type class expected, defaultcom.iizix.prop.GProp.classmeaning no checking as all properties extends from GProp.Uses of GProp in com.iizix.prop.content
Subclasses of GProp in com.iizix.prop.content Modifier and Type Class Description classAbstractContentUIContainer<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>A property container that handles content and has custom content provider support.Methods in com.iizix.prop.content with parameters of type GProp Modifier and Type Method Description voidAbstractContentUIContainer. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.Uses of GProp in com.iizix.prop.font
Subclasses of GProp in com.iizix.prop.font Modifier and Type Class Description classFontFacesThe font faces property container holds information about font face(s) that are available in the application.classFontFileContainer for all font icon files used in a FontIconsDefintion.classFontFilesContainer for all font files used in a FontIconsDefintion.Uses of GProp in com.iizix.prop.image
Subclasses of GProp in com.iizix.prop.image Modifier and Type Class Description classAbstractImageDefinitionImage definition property container.classAbstractImageResolutionThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.classFontIconDefinitionThe definition of a single font icon and how it represent itself in the various states, e.g.classFontIconsDefinitionThe Font Icon Definition property container that contains an installable font using @FontFace CSS and contains several icons that can be displayed in any square size.classImageDefinitionSingle image definition property container.classImageLocationThis Image Location property container.classImageResolutionThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.classImagesDefinitionThe Images Definition property container for multiple icons/images and multiple states and resolutions.classImagesResolutionThe Images Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartLocation properties.classImagesStyleThis Images Style property container has the state for several images.classImageStyleThis Image Style property container holds the image types, asset reference, and other settings.classImageStyleLocationThis Image Style Location property container has the state for several images.classImageStylesResolutionThis Image States Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartStateLocation properties.classRuntimeImageDefinitionThe runtime image definition is used to provide images at runtime that are images located in other files than the asset files.classStyledImageDefinitionImage States Definition property container when a single image file has one image in many states and possibly resolutions.classSVGDefinitionThe SVG Image Definition property container contains a reference to an SVG file in the Assets.Methods in com.iizix.prop.image with parameters of type GProp Modifier and Type Method Description static IImageTargetIImageTarget. lookUp(GProp<?> property, java.lang.String reference)Static look-up of an image from a reference.Uses of GProp in com.iizix.prop.ui
Subclasses of GProp in com.iizix.prop.ui Modifier and Type Class Description classAbsoluteDataThe AbsoluteData is the layout data for components in a container with AbsoluteLayout.classAbsoluteLayoutAbsoluteLayout is a layout manager.classAbstractUIActionAbstract UI Action component such as buttons or menu item that are connected to a VS Action.classAccordionDataThe AccordionData is the layout data for components in a container with AccordionLayout.classAccordionLayoutAccordion container specific layout manager.classBorderDataThe BorderData is the layout data for components in a container with BorderLayout.classBorderLayoutBorderLayout is a layout manager.classCIDPropComponent ID property is used to assign a unique value known on both client and server.classContextMenuDataThe ContextMenuData is the layout data for components in a container with ContextMenuLayout.classContextMenuLayoutMenu specific layout manager.classContextMenuReferenceThe reference to a UI context menu.classDOMElementDOM Element property container used to keep information of the created UI item and its internal DOM structure.classFlexDataThe FlexData is the layout data for components in a container with FlexLayout.classFlexLayoutFlexLayout is a layout manager.classGridDataThe GridData is the layout data for components in a container with GridLayout.classGridLayoutGridLayout is a layout manager.classGroupNamePropGroup name property used for component grouping.classHeadingDataThe HeadingData is the layout data for components in a container with HeadingLayout.classHeadingLayoutHeader specific layout manager.classImagePreviewImage preview property for use with any UI component or container.classLabelForReferenceThe Label For Reference property class hold the reference to another property in the same base container.classLayoutMgr<LAYOUT_PROP extends LayoutProp>LayoutMgr is the class that handles layout of UIComp's in a UI container.classLayoutPropThe LayoutProp is the generic property for layout managers using properties to layout it's components.classListDataThe ListData is the layout data for components in a container with ListLayout.classListLayoutList container specific layout manager.classMenuBarDataThe MenuBarData is the layout data for components in a container with MenuBarLayout.classMenuBarLayoutMenu bar specific layout manager.classMenuDataThe MenuData is the layout data for components in a container with MenuLayout.classMenuLayoutMenu specific layout manager.classMessageBoxThe message box is a container to display a message box on the client side and wait for the user reply.classMUIHeadingHeader UI container.classMUISimpleDialogSimple mobile popup dialog.classMUISwitchMobile switch UI component.classMUITabBarTab bar UI container.classPanelDataThe panel layout data.classPanelPartReferenceThe reference to a UI panel part.classSwapDataThe SwapData is the layout data for components in a container with SwapLayout.classSwapLayoutSwap container specific layout manager.classTabBarDataThe TabBarData is the layout data for components in a container with TabBarLayout.classTabBarLayoutTab bar specific layout manager.classTabDataThe TabData is the layout data for components in a container with TabLayout.classTabLayoutTab container specific layout manager.classToasterToaster property.classTooltipPropThe tooltip property is a container that holds various information for the tooltip, e.g.classUIAbstractListChoiceAbstract list choice UI component used for combobox and spinner.classUIAccordionAccordion UI container.classUIButtonButton UI component.classUICalendarCalendar UI component.classUICheckBoxCheckbox UI component.classUICheckedMenuItemMenu item UI component.classUIComboBoxCombobox UI component.classUICompThe UIComp class is the basic implementation of a single user interface component.classUICompsThe UIComps class is the property container for all UIComp instances of the UIComps class.classUIContainerThe UIContainer class is a standard simple container for components.classUIContextMenuContext menu UI container.classUIDialogDesktop popup dialog.classUIEmptyEmpty UI component.classUIGaugeGauge UI component.classUIImageImage UI component.classUIImage2Image Crop and Upload UI component.classUILabelLabel UI component.classUIMediaMedia UI component.classUIMenuMenu UI container.classUIMenuBarMenu bar UI container.classUIMenuItemMenu item UI component.classUIMenuSeparatorMenu separator UI component.classUIOutputOutput (label) UI component.classUIPanelPanel UI container.classUIPanelBaseBase panel UI container.classUIPanelPartPanel part UI container.classUIPanelPartCnrThe UI panel part container.classUIProgressProgress UI component.classUIRadioButtonRadio button UI component.classUIRadioMenuItemMenu item UI component.classUISliderSlider UI component.classUISpinnerSpinner UI component.classUISwapContainerUI swap container.classUITabContainerUI tab container.classUITextText UI component.classUITextAreaText area UI component.classUITitlePaneTitle panel UI container optionally collapsable.Methods in com.iizix.prop.ui that return GProp Modifier and Type Method Description protected GProp<?>UIComp. createTitleProp()Creates the title property a StringProp, KStringProp or PlainKStringProp depending on the component.protected GProp<?>UIComp. getTrigger(GEvent event)Gets the trigger from an event.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.Methods in com.iizix.prop.ui with parameters of type GProp Modifier and Type Method Description protected voidUIContextMenu. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.protected voidUIPanelBase. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.protected java.lang.ObjectTooltipProp. equalValues(GProp<?> compareTo, KTooltip thisValue, KTooltip compareValue, int how)Checks for property value equality.java.lang.StringUIAnnotationReferenceProcessor. getReferencePath(GProp<?> comp)Returns the relative reference path of a component.java.lang.StringUIPanelAnnotationReferenceProcessor. getReferencePath(GProp<?> comp)Returns the reference path of a component.default voidIUIAction. invokeOnUIActionMethod(GProp<?> trigger, UIComp contextComponent)Invoke the action event method.voidUIContextMenu. invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger)Invoke the focus event method.voidUIPanelBase. invokeOnUISelectionMethod(IUISelectionComp source, GProp<?> trigger, IUISelection selection)Invoke the focus event method.voidUIContextMenu. invokeOnUITextChangeMethod(UIComp component, GProp<?> trigger)Invoke the onUITextChange event methods of the component and the panel.voidUIPanelBase. invokeOnUITextChangeMethod(UIComp component, GProp<?> trigger)Invoke the onUITextChange event methods of the component and the panel.voidUIPanelBase. invokeOnUIValueChangeMethod(UIComp component, GProp<?> trigger)Invoke the onUIValueChange event methods of the component and the panel.booleanContextMenuReference. isReferenceValid(GProp<?> property)Checks if the reference is valid.booleanLabelForReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanPanelPartReference. isReferenceValid(GProp<?> property)Checks if the reference is valid.voidUIAbstractListChoice. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.protected voidUIComps. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)Method called when the internal functioninsertPropis called to verify that this is allowed.voidMUISwitch. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIAbstractListChoice. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUICalendar. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUICheckBox. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUICheckedMenuItem. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIComp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIProgress. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIRadioButton. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIRadioMenuItem. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUISlider. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.UICompUIAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String relativeReference)Resolves a reference name to a UI component.UIPanelBaseUIPanelAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)Resolves a reference name to the UI panel.protected booleanUIImage2. shouldSerializeToXML(int programType, GProp<?> childProp)Method used to check for child property serialization to XML.Method parameters in com.iizix.prop.ui with type arguments of type GProp Modifier and Type Method Description <VALUE> booleanILayoutUnitHeight. setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.<VALUE> booleanILayoutUnitWidth. setPropValue(java.lang.String name, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)Sets a property value in the container.Constructors in com.iizix.prop.ui with parameters of type GProp Constructor Description AbsoluteData(Atom propertyAtom, GProp<?>[] properties)Creates a AbsoluteData container with the specified name and properties.AbsoluteLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.AbstractUIAction(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.AccordionData(Atom propertyAtom, GProp<?>[] properties)Creates a AccordionData container with the specified name and properties.AccordionLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.BorderData(Atom propertyAtom, GProp<?>[] properties)Creates a BorderData container with the specified name and properties.BorderLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.ContextMenuData(Atom propertyAtom, GProp<?>[] properties)Creates a ContextMenuData container with the specified name and properties.ContextMenuLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.FlexData(Atom propertyAtom, GProp<?>[] properties)Creates a FlexData container with the specified name and properties.FlexLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.GridData(Atom propertyAtom, GProp<?>[] properties)Creates a GridData container with the specified name and properties.GridLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.HeadingData(Atom propertyAtom, GProp<?>[] properties)Creates a HeadingData container with the specified name and properties.HeadingLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.LayoutMgr(Atom propertyAtom, GProp<?>[] properties)Creates a LayoutMgr with the specified name and properties.LayoutProp(Atom propertyAtom, GProp<?>[] properties)Creates a LayoutProp container with the specified name and properties.ListData(Atom propertyAtom, GProp<?>[] properties)Creates a ListData container with the specified name and properties.ListLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.MenuBarData(Atom propertyAtom, GProp<?>[] properties)Creates a MenuBarData container with the specified name and properties.MenuBarLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.MenuData(Atom propertyAtom, GProp<?>[] properties)Creates a MenuData container with the specified name and properties.MenuLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.MUIHeading(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.MUISwitch(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.MUITabBar(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.SwapData(Atom propertyAtom, GProp<?>[] properties)Creates a SwapData container with the specified name and properties.SwapLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.TabBarData(Atom propertyAtom, GProp<?>[] properties)Creates a TabBarData container with the specified name and properties.TabBarLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.TabData(Atom propertyAtom, GProp<?>[] properties)Creates a TabData container with the specified name and properties.TabLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.UIAccordion(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.UIButton(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UICalendar(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UICheckBox(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UICheckedMenuItem(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIComp(Atom propertyAtom, GProp<?>[] properties)Creates a property container with the specified name and properties.UIComps(Atom propertyAtom, GProp<?>[] properties)Creates a UIComps container with the specified name and properties.UIContainer(Atom propertyAtom, GProp<?>[] properties)Creates an UI container with the specified name and properties.UIContextMenu(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.UIEmpty(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIImage(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIImage2(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UILabel(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIMedia(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIMenu(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.UIMenuBar(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.UIMenuItem(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIMenuSeparator(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIOutput(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIProgress(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIRadioButton(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIRadioMenuItem(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UISwapContainer(Atom propertyAtom, GProp<?>[] properties)Creates a swap container with the specified name and properties.UITabContainer(Atom propertyAtom, GProp<?>[] properties)Creates a Tab container with the specified name and properties.UIText(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UITextArea(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UITitlePane(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.Uses of GProp in com.iizix.prop.ui.calendar
Subclasses of GProp in com.iizix.prop.ui.calendar Modifier and Type Class Description classCalendarDataThe layout data for calendar lists and their items: they are not used, but is required to be present by the framework.classCalendarEventA (sub)calendar list event.classCalendarLayoutLayout manager for calendar lists.classUICalendarListCalendar List UI component.Constructors in com.iizix.prop.ui.calendar with parameters of type GProp Constructor Description CalendarLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.Uses of GProp in com.iizix.prop.ui.chart
Subclasses of GProp in com.iizix.prop.ui.chart Modifier and Type Class Description classUIChartChart UI component.Uses of GProp in com.iizix.prop.ui.chart.axis2d
Subclasses of GProp in com.iizix.prop.ui.chart.axis2d Modifier and Type Class Description classAxis2DA chart axis is normally added to charts.Uses of GProp in com.iizix.prop.ui.chart.plot2d
Subclasses of GProp in com.iizix.prop.ui.chart.plot2d Modifier and Type Class Description classPlot2DA chart series is either created in the Designer or constructed at runtime and added to the chart.Uses of GProp in com.iizix.prop.ui.chart.series
Subclasses of GProp in com.iizix.prop.ui.chart.series Modifier and Type Class Description classSeriesA chart series consists of several series values properties in a defined order.classSeriesValueA series value property is a property container that can only contain NumberProp's.Methods in com.iizix.prop.ui.chart.series with parameters of type GProp Modifier and Type Method Description voidSeries. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.Uses of GProp in com.iizix.prop.ui.datetime
Subclasses of GProp in com.iizix.prop.ui.datetime Modifier and Type Class Description classUIDateTimeDate/Time UI Component.Methods in com.iizix.prop.ui.datetime with parameters of type GProp Modifier and Type Method Description voidUIDateTime. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Constructors in com.iizix.prop.ui.datetime with parameters of type GProp Constructor Description UIDateTime(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.Uses of GProp in com.iizix.prop.ui.device
Subclasses of GProp in com.iizix.prop.ui.device Modifier and Type Class Description classDevicePropThe "device" property class holds the property name, value as aGSimpleDeviceobject and optionally has a parent and/or property listener(s).classThemesPropThe "themes" property class holds the property name, value as aGThemesobject and optionally has a parent and/or property listener(s).Uses of GProp in com.iizix.prop.ui.map
Subclasses of GProp in com.iizix.prop.ui.map Modifier and Type Class Description classMapDataThe layout data for all mobile list components or containers, i.e.classMapLayoutLayout manager for maps.classMapMarkerPropThe property container for map markers.classMapMarkersThe map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.classUIMapMap UI component.Methods in com.iizix.prop.ui.map that return GProp Modifier and Type Method Description protected GProp<?>UIMap. convertLoadedProp(GProp<?> childProp)Enables conversion or omission of a property loaded from XML.Methods in com.iizix.prop.ui.map with parameters of type GProp Modifier and Type Method Description protected GProp<?>UIMap. convertLoadedProp(GProp<?> childProp)Enables conversion or omission of a property loaded from XML.voidUIMap. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Constructors in com.iizix.prop.ui.map with parameters of type GProp Constructor Description MapLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.UIMap(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.Uses of GProp in com.iizix.prop.ui.mlist
Subclasses of GProp in com.iizix.prop.ui.mlist Modifier and Type Class Description classMLDefaultItemPropThe property container for default mobile list items.classMLGroupThe mobile list item group contains mobile list items placed inserted into a list that comes from a VirtualSpace table or by means of the API.classMLGroupLayoutLayout manager for mobile list groups.classMListMobile list item UI component.classMListDataThe layout data for all mobile list components or containers, i.e.classMListLayoutLayout manager for all mobile lists.classMLItemPropThe property container for mobile list items.Methods in com.iizix.prop.ui.mlist with parameters of type GProp Modifier and Type Method Description voidMLItemProp. invokeOnUIActionMethod(GProp<?> trigger, UIComp contextComponent)Invokes the action event method, overridden to call potential action listeners of the content item.voidMLItemProp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Constructors in com.iizix.prop.ui.mlist with parameters of type GProp Constructor Description MLGroupLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.MList(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.MListLayout(Atom propertyAtom, GProp<?>[] properties)Creates the layout with the specified name and properties.Uses of GProp in com.iizix.prop.ui.table
Subclasses of GProp in com.iizix.prop.ui.table Modifier and Type Class Description classTableCellThe table cell property.classTableRowThe Table Row instance.classTableRowsThe Table Rows container instance.classUITableThe table UI container.classUITableColumnThe table column UI container.classUITableDataThe table column data is the layout data for components in a UITable container.classUITableLayoutUITable container specific layout manager.Methods in com.iizix.prop.ui.table that return GProp Modifier and Type Method Description GProp<?>TableCell. getResolveReferenceProperty()Gets the property used for references look-up's.Methods in com.iizix.prop.ui.table with parameters of type GProp Modifier and Type Method Description voidUITable. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.voidUITableColumn. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidUITable. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.protected voidTableRows. validateChildPropInValue(GProp<?> child)Validates a single child property instance during the call toPropCnr.validatePropValue(Object).Constructors in com.iizix.prop.ui.table with parameters of type GProp Constructor Description UITable(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.UITableColumn(Atom propertyAtom, GProp<?>[] properties)Creates the container with the specified name and properties.Uses of GProp in com.iizix.prop.ui.text
Methods in com.iizix.prop.ui.text that return GProp Modifier and Type Method Description default GProp<?>IUIHTMLTextComponent. createTextProp()Component must return the text property to use with the name.Atom.TEXTdefault GProp<?>IUIPlainKStringComponent. createTextProp()Component must return the text property to use with the name.Atom.TEXTdefault GProp<?>IUIPlainTextComponent. createTextProp()Component must return the text property to use with the name.Atom.TEXTGProp<?>IUITextComponent. createTextProp()Component must return the text property to use with the name.Atom.TEXTUses of GProp in com.iizix.prop.ui.value
Methods in com.iizix.prop.ui.value that return GProp Modifier and Type Method Description GProp<?>IUIValueComponent. createValueProp()Component must return the value property to use with the name.Atom.VALUEUses of GProp in com.iizix.prop.vs
Subclasses of GProp in com.iizix.prop.vs Modifier and Type Class Description classAbstractVSVariable<VSCOMP extends VSComponent,REFTYPE extends VSRelativeReference<VSCOMP>>Class that holds a single VS "variable" mapping of a certain type.classVirtualSpaceThis VirtualSpace property container holds the fields and tables in the VirtualSpace.classVSActionThe VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).classVSActionActorParticipantThe VirtualSpace Action Actor Participant used by Action Actors.classVSActionReferenceThe VirtualSpace Action Reference property class hold the relative reference to a VSAction instance.classVSColumnHeaderThe VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).classVSColumnReferenceThe VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.classVSComponentBase VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.classVSComponentReferenceVS component reference implementation that calls the parent property when changes occurs in the resolved VS component when changes of the VS component (value or contents) occurs.classVSFieldThe VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).classVSFieldReferenceVS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs.classVSFocusReferenceFocus reference is used to set a reference to a focusable VSComponent.classVSGroupThe VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).classVSGroupReferenceThe VirtualSpace Group Reference property class hold the relative reference to a VSGroup instance.classVSOnUIEventClass to hold a reference to a VS Action (to invoke) or a VS component (for focus) when a UI component is "on"-something, such as "onClick".classVSParticipantThe VirtualSpace participant property is a reference class to the VirtualSpace instance and interacts with the VSParticipantsHolder.classVSParticipantReferenceThe VirtualSpace Participant Reference handles references to the VirtualSpace participants that implements theIVSParticipantinterface, such as panels.classVSParticipantsHolderThis class is a child of the VirtualSpace and contains the participants in the VirtualSpace.classVSReferenceThe VirtualSpace Reference property class hold the reference to a VirtualSpace.classVSRelativeReference<TARGET extends VSComponent>The VirtualSpace Relative Reference property class hold the reference to a VirtualSpace.classVSRowThe VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).classVSRowsThe rows property class that only allows VSRow children properties.classVSTableThe VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).classVSTableColumnReferenceThe VirtualSpace Table Column Reference property class hold the name of a Column in a Table.classVSTableReferenceThe VirtualSpace Table Reference property class hold the relative reference to a VSTable instance.classVSVariablesVirtualSpace "Variables" is a container that maps named Variables to VirtualSpace fields or columns/tables.Methods in com.iizix.prop.vs that return GProp Modifier and Type Method Description GProp<?>VSActionTXProcess. getTrigger()Gets the trigger property.protected GProp<?>VirtualSpace. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.Methods in com.iizix.prop.vs that return types with arguments of type GProp Modifier and Type Method Description java.lang.Class<? extends GProp<?>>VSActionReference. getPropertyClass()Gets the class wanted.java.lang.Class<? extends GProp<?>>VSColumnReference. getPropertyClass()Gets the class wanted.java.lang.Class<? extends GProp<?>>VSComponentReference. getPropertyClass()Gets the class wanted.java.lang.Class<? extends GProp<?>>VSFieldReference. getPropertyClass()Gets the class wanted.java.lang.Class<? extends GProp<?>>VSFocusReference. getPropertyClass()Gets the class wanted.java.lang.Class<? extends GProp<?>>VSGroupReference. getPropertyClass()Gets the class wanted.abstract java.lang.Class<? extends GProp<?>>VSRelativeReference. getPropertyClass()Gets the class wanted.java.lang.Class<? extends GProp<?>>VSTableColumnReference. getPropertyClass()Gets the class wanted.java.lang.Class<? extends GProp<?>>VSTableReference. getPropertyClass()Gets the class wanted.Methods in com.iizix.prop.vs with parameters of type GProp Modifier and Type Method Description ValueVSField. adjustValue(java.time.temporal.TemporalAdjuster temporalAdjuster, GProp<?> trigger)Adjusts the current temporal value with a temporal adjuster.ValueVSField. adjustValue(java.time.ZoneId zoneID, GProp<?> trigger)Adjusts the current ZonedDateTime value with a new Zone ID.intVSField. convertEqualsValue(GProp<?> trigger, Value... values)Verifies if a value could potentially be equal to the value in the field using conversion.protected voidVirtualSpace. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.java.math.BigDecimalVSField. get_BigDecimal(boolean doTranslate, GProp<?> trigger)java.math.BigDecimalVSField. get_BigDecimal(GProp<?> trigger)java.math.BigIntegerVSField. get_BigInteger(boolean doTranslate, GProp<?> trigger)java.math.BigIntegerVSField. get_BigInteger(GProp<?> trigger)byte[]VSField. get_Binary(boolean doTranslate, GProp<?> trigger)byte[]VSField. get_Binary(GProp<?> trigger)java.lang.BooleanVSField. get_Boolean(boolean doTranslate, GProp<?> trigger)java.lang.BooleanVSField. get_Boolean(GProp<?> trigger)java.lang.ByteVSField. get_Byte(boolean doTranslate, GProp<?> trigger)java.lang.ByteVSField. get_Byte(GProp<?> trigger)java.lang.DoubleVSField. get_Double(boolean doTranslate, GProp<?> trigger)java.lang.DoubleVSField. get_Double(GProp<?> trigger)java.time.DurationVSField. get_Duration(boolean doTranslate, GProp<?> trigger)java.time.DurationVSField. get_Duration(GProp<?> trigger)java.lang.FloatVSField. get_Float(boolean doTranslate, GProp<?> trigger)java.lang.FloatVSField. get_Float(GProp<?> trigger)java.lang.IntegerVSField. get_Integer(boolean doTranslate, GProp<?> trigger)java.lang.IntegerVSField. get_Integer(GProp<?> trigger)KStringVSField. get_KString(boolean doTranslate, GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors depending on thedoTranslateflag.KStringVSField. get_KString(LocaleInfo localeInfo, boolean doTranslate, GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors depending on thedoTranslateflag.KStringVSField. get_KString(LocaleInfo localeInfo, GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors.KStringVSField. get_KString(GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors.java.time.LocalDateVSField. get_LocalDate(boolean doTranslate, GProp<?> trigger)java.time.LocalDateVSField. get_LocalDate(GProp<?> trigger)java.time.LocalDateTimeVSField. get_LocalDateTime(boolean doTranslate, GProp<?> trigger)java.time.LocalDateTimeVSField. get_LocalDateTime(GProp<?> trigger)java.time.LocalTimeVSField. get_LocalTime(boolean doTranslate, GProp<?> trigger)java.time.LocalTimeVSField. get_LocalTime(GProp<?> trigger)java.lang.LongVSField. get_Long(boolean doTranslate, GProp<?> trigger)java.lang.LongVSField. get_Long(GProp<?> trigger)java.time.MonthDayVSField. get_MonthDay(boolean doTranslate, GProp<?> trigger)java.time.MonthDayVSField. get_MonthDay(GProp<?> trigger)java.time.OffsetDateTimeVSField. get_OffsetDateTime(boolean doTranslate, GProp<?> trigger)java.time.OffsetDateTimeVSField. get_OffsetDateTime(GProp<?> trigger)java.time.OffsetTimeVSField. get_OffsetTime(boolean doTranslate, GProp<?> trigger)java.time.OffsetTimeVSField. get_OffsetTime(GProp<?> trigger)java.time.PeriodVSField. get_Period(boolean doTranslate, GProp<?> trigger)java.time.PeriodVSField. get_Period(GProp<?> trigger)java.lang.ShortVSField. get_Short(boolean doTranslate, GProp<?> trigger)java.lang.ShortVSField. get_Short(GProp<?> trigger)java.lang.StringVSField. get_String(boolean doTranslate, GProp<?> trigger)Gets the value of this field as a String with translation and optional trigger property using the field actors depending on thedoTranslateflag.java.lang.StringVSField. get_String(LocaleInfo localeInfo, boolean doTranslate, GProp<?> trigger)Gets the value of this field as a String with translation and optional trigger property using the field actors depending on thedoTranslateflag.java.lang.StringVSField. get_String(LocaleInfo localeInfo, GProp<?> trigger)Gets the value of this field as a String with translation and optional trigger property using the field actors.java.lang.StringVSField. get_String(GProp<?> trigger)Gets the value of this field as a String with translation and optional trigger property using the field actors.javax.xml.datatype.DurationVSField. get_XMLDuration(boolean doTranslate, GProp<?> trigger)javax.xml.datatype.DurationVSField. get_XMLDuration(GProp<?> trigger)java.time.YearVSField. get_Year(boolean doTranslate, GProp<?> trigger)java.time.YearVSField. get_Year(GProp<?> trigger)java.time.YearMonthVSField. get_YearMonth(boolean doTranslate, GProp<?> trigger)java.time.YearMonthVSField. get_YearMonth(GProp<?> trigger)java.time.ZonedDateTimeVSField. get_ZonedDateTime(boolean doTranslate, GProp<?> trigger)java.time.ZonedDateTimeVSField. get_ZonedDateTime(GProp<?> trigger)java.lang.StringFullVSAnnotationReferenceProcessor. getReferencePath(GProp<?> comp)Returns the reference path of a component.java.lang.StringVSAnnotationReferenceProcessor. getReferencePath(GProp<?> comp)Returns the relative reference path of a component.java.lang.ObjectVSField. getValue(LocaleInfo localeInfo, Value.Type type, boolean doTranslate, GProp<?> trigger)Gets a value in the requested type with translation flag and no trigger property.java.lang.ObjectVSField. getValue(Value.Type type, boolean doTranslate, GProp<?> trigger)Gets a value in the requested type with translation flag and no trigger property.java.lang.StringVSAction. invoke(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, UIComp contextComponent, IVSActionProcessComplete completeCallback)Invokes the action.java.lang.StringVSAction. invoke(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback)Invokes the action.java.lang.StringVSActionReference. invokeAction(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback)Invokes the action.java.lang.StringVSAction. invokeExecute(IClientSessionGyro clientGyro, GProp<?> trigger)Invokes and executes the action directly in the callers thread, regardless of the action settings.java.lang.StringVSAction. invokeExecute(GProp<?> trigger)Invokes and executes the action directly in the callers thread, regardless of the action settings.protected voidVirtualSpace. invokeOnVSActionMethod(VSAction action, GProp<?> trigger, UIComp contextComponent)Invoke the action event method.protected voidVirtualSpace. invokeOnVSChangedMethod(IVSComponent component, GProp<?> trigger)Invoke the changed event method.protected voidVirtualSpace. invokeOnVSStateMethod(IVSComponent component, IVSComponentState.State state, boolean stateValue, GProp<?> trigger)Invoke the state event method.voidVSTable. invokeVSChange(GProp<?> trigger)Invokes the VSChange method on the table.booleanVSComponentReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanVSFocusReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanVSParticipantReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanVSReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanVSRelativeReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanVSTableColumnReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.voidIVSColumnListener. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidIVSTableListener. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.voidVSColumnAdapter. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidVSTableAdapter. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.voidIVSFieldListener. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidVSFieldAdapter. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.protected voidVSComponent. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSFocusReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSParticipant. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSRelativeReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.VirtualSpaceFullVSAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)Resolves a reference name to the VirtualSpace.VSComponentVSAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String relativeReference)Resolves a reference name to a UI component.booleanVSField. set_BigDecimal(java.math.BigDecimal value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_BigDecimal(java.math.BigDecimal value, GProp<?> trigger)booleanVSField. set_BigInteger(java.math.BigInteger value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_BigInteger(java.math.BigInteger value, GProp<?> trigger)booleanVSField. set_Binary(byte[] value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_Binary(byte[] value, GProp<?> trigger)booleanVSField. set_Boolean(java.lang.Boolean value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_Boolean(java.lang.Boolean value, GProp<?> trigger)booleanVSField. set_Byte(java.lang.Byte value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_Byte(java.lang.Byte value, GProp<?> trigger)booleanVSField. set_Double(java.lang.Double value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_Double(java.lang.Double value, GProp<?> trigger)booleanVSField. set_Duration(java.time.Duration value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_Duration(java.time.Duration value, GProp<?> trigger)booleanVSField. set_Float(java.lang.Float value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_Float(java.lang.Float value, GProp<?> trigger)booleanVSField. set_Integer(java.lang.Integer value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_Integer(java.lang.Integer value, GProp<?> trigger)booleanVSField. set_KString(KString value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_KString(KString value, GProp<?> trigger)booleanVSField. set_LocalDate(java.time.LocalDate value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_LocalDate(java.time.LocalDate value, GProp<?> trigger)booleanVSField. set_LocalDateTime(java.time.LocalDateTime value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_LocalDateTime(java.time.LocalDateTime value, GProp<?> trigger)booleanVSField. set_LocalTime(java.time.LocalTime value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_LocalTime(java.time.LocalTime value, GProp<?> trigger)booleanVSField. set_Long(java.lang.Long value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_Long(java.lang.Long value, GProp<?> trigger)booleanVSField. set_MonthDay(java.time.MonthDay value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_MonthDay(java.time.MonthDay value, GProp<?> trigger)booleanVSField. set_OffsetDateTime(java.time.OffsetDateTime value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_OffsetDateTime(java.time.OffsetDateTime value, GProp<?> trigger)booleanVSField. set_OffsetTime(java.time.OffsetTime value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_OffsetTime(java.time.OffsetTime value, GProp<?> trigger)booleanVSField. set_Period(java.time.Period value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_Period(java.time.Period value, GProp<?> trigger)booleanVSField. set_Short(java.lang.Short value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_Short(java.lang.Short value, GProp<?> trigger)booleanVSField. set_String(java.lang.String value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_String(java.lang.String value, GProp<?> trigger)booleanVSField. set_XMLDuration(javax.xml.datatype.Duration value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_XMLDuration(javax.xml.datatype.Duration value, GProp<?> trigger)booleanVSField. set_Year(java.time.Year value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_Year(java.time.Year value, GProp<?> trigger)booleanVSField. set_YearMonth(java.time.YearMonth value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_YearMonth(java.time.YearMonth value, GProp<?> trigger)booleanVSField. set_ZonedDateTime(java.time.ZonedDateTime value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_ZonedDateTime(java.time.ZonedDateTime value, GProp<?> trigger)booleanVSField. setRawValue(Value value, GProp<?> trigger)Sets the raw value of the field.booleanVSField. setValue(LocaleInfo localeInfo, java.lang.Object value, boolean doTranslate, GProp<?> trigger)Sets a value in generic type with possible translation and optional trigger property.booleanVSField. setValue(java.lang.Object value, boolean doTranslate, GProp<?> trigger)Sets a value in generic type with possible translation and optional trigger property.protected voidVSRelativeReference. targetChanged(GProp<?> prop)Internal method called when target changes.Uses of GProp in com.iizix.prop.vs.actor
Subclasses of GProp in com.iizix.prop.vs.actor Modifier and Type Class Description classAbstractPredefinedSettingsThe predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.classActionActorsClass container for associated action actors of a VSAction.classFieldActorThe VirtualSpace Field Actor property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.classFieldActorsClass container for associated value actors of a VSField or VSColumnHeader.static classHistoryBackward.SettingsSettings property container.static classHistoryForward.SettingsSettings property container.static classSetFocus.SettingsSettings property container.static classSetSourceFieldValue.SettingsSettings property container.static classSetTargetFieldValue.SettingsSettings property container.static classTransportField.SettingsSettings property container.static classTransportGroup.SettingsSettings property container.static classTransportSelectedTableRows.SettingsSettings property container.static classTransportSingleSelectedTableRow.SettingsSettings property container.static classTransportSingleSelectedTableRowAndColumnToField.SettingsSettings property container.static classTransportSingleSelectedTableRowToFields.SettingsSettings property container.static classTransportTableColumn.SettingsSettings property container.static classTransportTableRows.SettingsSettings property container.Methods in com.iizix.prop.vs.actor with parameters of type GProp Modifier and Type Method Description java.lang.ObjectFieldActors. convert(VSFieldEvent.Op op, java.lang.Object value, Value.Type sourceType, Value.Type targetType, boolean doTranslate, GProp<?> trigger)Convert a value of a certain type to another.VSFieldEventFieldActors. validate(Value value, GProp<?> trigger)Validate a value.Uses of GProp in com.iizix.server.acme
Subclasses of GProp in com.iizix.server.acme Modifier and Type Class Description classLetsEncryptDomainProperty container holding information about a Let's Encrypt domain with automatic certificate renewal in the server.Uses of GProp in com.iizix.server.app
Subclasses of GProp in com.iizix.server.app Modifier and Type Class Description protected classVirtualsContainer.VContainerThe Virtual property container.Methods in com.iizix.server.app with type parameters of type GProp Modifier and Type Method Description static <T extends GProp<?>>
TSystemApp. getProperty(java.lang.String path, java.lang.Class<T> cls)Gets a property from the System app.<GP extends GProp<?>>
GPVirtualizedItem. getVirtualChild(GP originalChild)Gets the virtualized child property from a property located in the original property container.Methods in com.iizix.server.app that return GProp Modifier and Type Method Description GProp<?>VirtualsContainer.VContainer. getPropFromPath(java.lang.String path)Finds a property in the tree of the requested name from a path specification, i.e.GProp<?>VirtualsContainer.VContainer. getPropFromReference(GProp<?> requestor, java.lang.String reference)Internal function for getPropFromReference(reference).GProp<?>AppFactory. getResolveReferenceProperty()Gets the property used for references look-up's.GProp<?>AppFactory. getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)Gets a reference for runtime use to get the reference of an item.default GProp<?>IRuntimeReferenceLookup. getRuntimePropFromReference(java.lang.String reference)Gets a reference for runtime use to get the reference of an item.GProp<?>IRuntimeReferenceLookup. getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)Gets a reference for runtime use to get the reference of an item.GProp<?>RuntimeApp. getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)Gets a reference for runtime use to get the reference of an item.GProp<?>IVirtualizedReferenceLookup. getVirtualizedPropFromReference(java.lang.String reference)Attempts to look up a virtualized property from a reference.GProp<?>RuntimeApp. getVirtualizedPropFromReference(java.lang.String reference)Attempts to look up a virtualized property from a reference.GProp<?>VirtualsContainer. getVirtualizedPropFromReference(java.lang.String reference)Gets a property reference from the virtuals container.Methods in com.iizix.server.app with parameters of type GProp Modifier and Type Method Description static AppFactoryAppFactory. getAppFactory(GProp<?> anyProp)From a property, virtualized or not, get the AppFactory instance.java.lang.StringVirtualsContainer.VContainer. getChildReferencePropName(GProp<?> child)Gets the parent's reference property name for this property.GProp<?>VirtualsContainer.VContainer. getPropFromReference(GProp<?> requestor, java.lang.String reference)Internal function for getPropFromReference(reference).PropCnrAppFactory. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrIRuntimeReferenceLookup. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrRuntimeApp. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.PropCnrVirtualsContainer.VContainer. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.java.lang.StringVirtualsContainer.VContainer. getRootName(GProp<?> requestor)Gets and checks if this container is the root.protected voidVirtualsContainer.VContainer. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)Method called when the internal functioninsertPropis called to verify that this is allowed.protected voidVirtualsContainer.VContainer. onPropRemoved(GProp<?> prop, PropMgr propMgr, boolean isMoving)Called when a property is removed in this container, before the event is fired, but after the property has been removed.Uses of GProp in com.iizix.server.app.prop
Subclasses of GProp in com.iizix.server.app.prop Modifier and Type Class Description classAppPropCnrThe Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.classModuleProjectPropCnrThe module root property container.classServerAppDistributionPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.Methods in com.iizix.server.app.prop that return GProp Modifier and Type Method Description GProp<?>AppPropCnr. getModulePropFromReference(GProp<?> requestor, java.lang.String reference)Gets a property from a reference name.GProp<?>ModuleProjectPropCnr. getPropFromReference(GProp<?> requestor, java.lang.String ref)Internal function for getPropFromReference(ref).Methods in com.iizix.server.app.prop with parameters of type GProp Modifier and Type Method Description java.lang.StringModuleProjectPropCnr. getAliasName(GProp<?> requestor, java.lang.String projectName)Gets an alias name for a project name, the alias does NOT begin with "*".GProp<?>AppPropCnr. getModulePropFromReference(GProp<?> requestor, java.lang.String reference)Gets a property from a reference name.java.lang.StringModuleProjectPropCnr. getProjectName(GProp<?> requestor, java.lang.String alias)Gets the project name from an alias, the alias does NOT begin with "*".GProp<?>ModuleProjectPropCnr. getPropFromReference(GProp<?> requestor, java.lang.String ref)Internal function for getPropFromReference(ref).ModuleProjectPropCnrAppPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.ModuleProjectPropCnrModuleProjectPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.java.lang.StringAppPropCnr. getRootName(GProp<?> requestor)Gets the name of the root container as in the Designer"module:".java.lang.StringModuleProjectPropCnr. getRootName(GProp<?> requestor)Gets and checks if this container is the root.Uses of GProp in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return GProp Modifier and Type Method Description GProp<?>AppSessionGyro. getRuntimePropFromReference(java.lang.String reference)Gets a reference for runtime use to get the reference of an item.GProp<?>AppSessionGyro. getRuntimePropFromReference(java.lang.String reference, boolean fallBackToNonVirtualized)Gets a reference for runtime use to get the reference of an item.GProp<?>AppSessionGyro. getVirtualizedPropFromReference(java.lang.String reference)Attempts to look up a virtualized property from a reference to the VirtualSpace only.GProp<?>ClientSessionGyro. getVirtualizedPropFromReference(java.lang.String reference)Attempts to look up a virtualized property from a reference by searching this instance.Methods in com.iizix.server.gyro with parameters of type GProp Modifier and Type Method Description PropCnrAppSessionGyro. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.Uses of GProp in com.iizix.server.monitor
Subclasses of GProp in com.iizix.server.monitor Modifier and Type Class Description classClientSessionPropClient session property.classEndPointPropCnrAn end point property.classEndPointsPropCnrAn end point property.classSessionConnectionStatPropAn end point property.classVirtualizedMonitorPropCnrProperty container used for Virtual Monitor data and communication.Uses of GProp in com.iizix.server.prop
Subclasses of GProp in com.iizix.server.prop Modifier and Type Class Description classServerAppConfigProperty container for the configuration of an App of the iiziServer.classServerConfigEnvPropsThis configuration environment defines the configuration setup for the available plug-ins.classServerConfigEnvReferenceThe ServerConfigEnvReference property class hold the reference to a Server configuration environment.classServerPluginConfigProperty container for the configuration of a plug-in for a Server configuration environment.classServerPropsThis server property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).classServerSettingsThis property is a container that holds the required settings for the server to operate and initialize itself with.classWebServerPortConfigProperty container for the configuration of a Port "group" of the web server.Methods in com.iizix.server.prop with parameters of type GProp Modifier and Type Method Description PropCnrServerProps. getRootFromName(GProp<?> requestor, java.lang.String module)Gets the module root for a name.java.lang.StringServerProps. getRootName(GProp<?> requestor)Gets and checks if this container is the root.booleanServerConfigEnvReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.Uses of GProp in com.iizix.server.run.prop
Subclasses of GProp in com.iizix.server.run.prop Modifier and Type Class Description classServerRuntimeBuilderPropsThis remote server part of the iiziRun Builder properties to hold the build settings and handle the interprocess communication.Uses of GProp in com.iizix.server.security
Subclasses of GProp in com.iizix.server.security Modifier and Type Class Description classServerKeysPropClass used to store server keys.Uses of GProp in com.iizix.server.vsviewer
Subclasses of GProp in com.iizix.server.vsviewer Modifier and Type Class Description classServerVSViewerPropCnrThe server VSViewer property container.Uses of GProp in com.iizix.term.prop
Subclasses of GProp in com.iizix.term.prop Modifier and Type Class Description classHostSessionPropsThis property handles communication between the server and client in full duplex using Transaction's.classRemoteHostSessionPropThe RemoteHostSession property class holds the property name, value as a RemoteHostSession object and optionally has a parent and/or property listener(s).classScreenActionGroupPropThis Screen Action Group property container for a terminal host screen.classScreenActionPropThis Screen Action property container for a terminal host screen.classScreenActionReferenceReference to a ScreenActionProp, used in the VSAction Action Actors for the back-reference.classScreenActionsPropThis Screen fields property container for a terminal host screen.classScreenFieldGroupPropThis Screen Field Group property container for a terminal host screen.classScreenFieldPropThis Screen Field property container for a terminal host screen.classScreenFieldReferenceProperty holding the reference to a screen field from inside the screen, used by screen actions.classScreenFieldsPropThis Screen Fields property container for a terminal host screen.classScreenIdentificationPropThis Screen identification property container for a terminal host screen.classScreenIdentificationsPropThis Screen identifications property container for a terminal host screen.classScreenPropThis Screen property container holds the screen identifications and fields for a terminal host screen.classSessionsPropThis Sessions property container holds the terminal properties.classTelnetCommPropsThis property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.static classTerminalActionActor.SettingsThe terminal action actor settings.classTerminalPropsThis property container contains all properties required for the terminal connector in terms of flags, colors, etc.classTerminalSettingsThis TerminalSettings property container holds all settings for a terminal session.Methods in com.iizix.term.prop with parameters of type GProp Modifier and Type Method Description booleanScreenActionReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanScreenFieldReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.voidScreenFieldProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidScreenFieldProp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Uses of GProp in com.iizix.term.server
Subclasses of GProp in com.iizix.term.server Modifier and Type Class Description classActiveTerminalSessionThe container for an active terminal session for the terminal monitor of each client end-point.classActiveTerminalSessionsThe container for active terminal sessions for the terminal monitor of each client end-point.Uses of GProp in com.iizix.text
Classes in com.iizix.text with type parameters of type GProp Modifier and Type Class Description classKStringPLAINTag<TARGET extends GProp<?>>Abstract class used by the PLAIN TextTable, VirtualSpace and Connector tags.Methods in com.iizix.text that return GProp Modifier and Type Method Description GProp<?>IKStringInfoProvider. getResolveReferenceProperty()Gets the property used for references look-up's.default GProp<?>IKStringValuePropHolder. getResolveReferenceProperty()Gets the property used for references look-up's.GProp<?>ValidationKStringInfoProviderHolder. getResolveReferenceProperty()Gets the property used for references look-up's.Methods in com.iizix.text with parameters of type GProp Modifier and Type Method Description booleanKStringHolder.TagReference. isReferenceValid(GProp<?> property)Validates the property reference that has been looked up.booleanKStringPLAINVirtualSpaceTag. isReferenceValid(KStringHolder holder, GProp<?> gp)Validates a reference.booleanKStringTag. isReferenceValid(KStringHolder holder, GProp<?> gp)Validates a reference.booleanIKStringHTMLHyperlinkEvent. onActivated(IClientSessionGyro clientGyro, GProp<?> ksp, RemoteEvent event, java.lang.String reference)Called to process the remote event when a hyperlink has been activated.static voidIKStringHyperlinkType. processHyperlink(GProp<?> ksp, RemoteEvent event)Called when a remote event is fired for a KString and a hyperlink.Constructors in com.iizix.text with parameters of type GProp Constructor Description ValidationKStringInfoProviderHolder(GProp<?> anyProp, java.lang.String targetLanguageCode)Constructor.Uses of GProp in com.iizix.ws.actionactor
Subclasses of GProp in com.iizix.ws.actionactor Modifier and Type Class Description static classWebServiceActionActor.SettingsSettings property container.Uses of GProp in com.iizix.ws.prop
Subclasses of GProp in com.iizix.ws.prop Modifier and Type Class Description classAbstractInputPropsAbstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.classOutputColumnThe Output Column connects a table column from the reply output with a VSTable column.classOutputPropsOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.classOutputTableThe Output Table connects a table from the reply output with a VSTable.classOutputVariableThe Output Variable connects a reference variable from the reply output with a VSField.classOutputVariablesOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.classRESTfulInputPropsInput Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.classWebServicePropWeb Service property container holding the definition of a web service transaction.classWebServiceReferenceThe reference to a Web Service transaction.Methods in com.iizix.ws.prop with parameters of type GProp Modifier and Type Method Description booleanWebServiceReference. isReferenceValid(GProp<?> property)Checks if the reference is valid.Uses of GProp in com.iizix.ws.prop.json
Subclasses of GProp in com.iizix.ws.prop.json Modifier and Type Class Description classJSONElementWrapperA JSON element wrapper, used to process the output of a Web Service reply.classJSONEncodedInputRESTful JSON Encoded input for the request of a Web Service transaction.classJSONReplyDocumentThe JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Uses of GProp in com.iizix.ws.prop.url
Subclasses of GProp in com.iizix.ws.prop.url Modifier and Type Class Description classURLEncodedInputRESTful URL Encoded input for the request of a Web Service transaction.classURLInputParameterThe Input Variable connects a VSField with an input variable or parameter to a web service request.