Uses of Class
com.iizix.prop.GProp
Packages that use GProp
Package
Description
- Uses of GProp in com.iizigoFields in com.iizigo declared as GPropMethods in com.iizigo with type parameters of type GPropModifier and TypeMethodDescription- <GPROP extends GProp<?>>
 org.eclipse.swt.graphics.ImageGets an Image for a property class.Methods in com.iizigo that return GPropModifier and TypeMethodDescription- 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 GPropModifier and TypeMethodDescriptionActivator.- 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 GPropModifier and TypeMethodDescription- static booleanActivator.- areAllResourceBased- (GProp<?>[] props) Checks if the properties only contains resources.Activator.- 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.ImageGets an Image for a property.Activator.- getKStringInfoProvider- (GProp<?> anyProp) Retrieves the KStringInfoProvider.- static booleanActivator.- isResourceBased- (GProp<?> gp) Checks if the property contains a resource.Method parameters in com.iizigo with type arguments of type GPropModifier and TypeMethodDescription- org.eclipse.jface.resource.ImageDescriptorGets an Image Descriptor image for a property class.- voidRegisters images for property classes.- voidImageRegistry.- register- (Class<? extends GProp<?>> propertyClass, org.eclipse.jface.resource.ImageDescriptor descriptor) Registers images for property classes.
- Uses of GProp in com.iizigo.actionactorSubclasses of GProp in com.iizigo.actionactorModifier and TypeClassDescription- static classSettings property container.
- Uses of GProp in com.iizigo.app.propSubclasses of GProp in com.iizigo.app.propModifier and TypeClassDescription- classEditor version of the container that holds the required settings for the server to operate and initialize itself with.- classThe Editor version of the Application property container that holds all the Module projects as- EditorModuleProjectPropCnrchildren.- classThe Editor version of the Module project property container.
- Uses of GProp in com.iizigo.db.actionactorSubclasses of GProp in com.iizigo.db.actionactorModifier and TypeClassDescription- static classSettings property container.
- Uses of GProp in com.iizigo.db.editorMethods in com.iizigo.db.editor with parameters of type GProp
- Uses of GProp in com.iizigo.db.propSubclasses of GProp in com.iizigo.db.propModifier and TypeClassDescription- classEditor version of a single connection profile setup that is used to establish a JDBC connection.- classEditor class container with all connection profiles setup's by name.- classThe Editor database properties.- classEditor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.- classEditor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.- classEditor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.- classEditor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.- classEditor 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.dndMethods in com.iizigo.dnd that return GPropModifier and TypeMethodDescription- static GProp<?>[]ClipboardHelper.- getClipboardProps()Gets the clip board data as a valid Properties Container.Methods in com.iizigo.dnd with parameters of type GPropModifier and TypeMethodDescription- 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.editorMethods in com.iizigo.editor that return GPropMethods in com.iizigo.editor with parameters of type GPropModifier and TypeMethodDescription- 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 String[]Auto-renames properties.- static StringPropHelper.- canPerform- (GProp<?>[] props, int operation) Checks properties for a valid operation.- static StringCreateResourcesFromProperties.- createResources- (org.eclipse.swt.widgets.Shell shell, String label, DesignerProp parent, GProp<?>[] props, String[] names) Creates the resources for the list of properties in the specified property.- static StringCreateResourcesFromProperties.- createResources- (org.eclipse.swt.widgets.Shell shell, String label, DesignerProp parent, GProp<?>[] props, String[] names, boolean showErrorDialog) Creates the resources for the list of properties in the specified property.- static StringPropHelper.- doAdd- (String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename) Adds properties with undo/redo support.- static StringPropHelper.- doAdd- (String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename) Adds a property with undo/redo support.- static StringPropHelper.- doDelete- (String description, GProp<?>[] props, IPropUndoRedo undoRedo, Runnable completeCallback) Performs a delete of pure properties (cannot be resource based).- static StringPropHelper.- doInsert- (String description, PropCnr target, int index, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename) Adds or inserts properties with undo/redo support.- static StringPropHelper.- doMove- (boolean doPerform, 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.- booleanOpens the property by selecting it in focus.- booleanOpens the property by selecting it in focus.- static booleanPerforms 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 voidFlags 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 ArrayList<DesignerProp>PropHelper.- getDesignerProps- (GProp<?>[] props) Gets the DesignerProps for the specified properties.- static ModuleFolderGets 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, String suffix, boolean isCopy) Gets the names of properties to move to or add in a container.- static 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 StringPropHelper.- setAttribute- (GProp<?> prop, int attr, boolean flag, IPropUndoRedo undoRedo) Sets property attribute.- static StringPropHelper.- setError- (GProp<?> prop, 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, 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, String errorID, IPropErrorItem item) Sets a property error.- voidPropEditorPart.- setPropertyValue- (PropCnr parent, GProp<?> property, Object value) Sets a property value.- static StringPropHelper.- setValue- (String description, GProp<?>[] props, Object[] values, IPropUndoRedo undoRedo) Sets property values.- static StringPropHelper.- setValue- (String description, GProp<?> prop, Object value, IPropUndoRedo undoRedo) Sets a single property value.- static StringPropHelper.- setValue- (String description, PropCnr container, GProp<?> prop, IPropUndoRedo undoRedo) Sets a single property value in a property container.- static StringMovePropertyResources.- validateMoveProperties- (GProp<?>[] props, DesignerProp target) Moves the list of properties to the target.- static org.eclipse.jface.viewers.StructuredViewerPropHelper.- viewerContainingAllProperties- (Object viewer, GProp<?> single, GProp<?>[] props) Checks if a viewer container the properties in question.Constructors in com.iizigo.editor with parameters of type GPropModifierConstructorDescription- MoveDialog- (DesignerProp base, GProp<?>[] props, IPropUndoRedo undoRedo) Create the dialog.
- Uses of GProp in com.iizigo.editor.complexMethods in com.iizigo.editor.complex that return GPropMethods in com.iizigo.editor.complex with parameters of type GPropModifier and TypeMethodDescription- voidAdds 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.- voidMoves a property to another container.ComplexOperation.- 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, 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, Object newValue) Sets a property value.
- Uses of GProp in com.iizigo.eventMethods in com.iizigo.event that return GPropModifier and TypeMethodDescription- 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 if- areChildrenIncluded()is true, one of their children.Methods in com.iizigo.event with parameters of type GPropModifier and TypeMethodDescription- 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 if- areChildrenIncluded()is true, one of their children.Constructors in com.iizigo.event with parameters of type GPropModifierConstructorDescription- 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.fontMethods in com.iizigo.font with parameters of type GProp
- Uses of GProp in com.iizigo.font.propSubclasses of GProp in com.iizigo.font.propModifier and TypeClassDescription- classFont face style definitions property container for the Editor.- classFont icon files property container for the Editor.- classFont icon files property container for the Editor.
- Uses of GProp in com.iizigo.handlerFields in com.iizigo.handler declared as GProp
- Uses of GProp in com.iizigo.imageMethods in com.iizigo.image with parameters of type GPropModifier and TypeMethodDescription- booleanOpens the property by selecting it in focus.- booleanOpens 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.propSubclasses of GProp in com.iizigo.image.propModifier and TypeClassDescription- classFont icon definition property container for the Editor.- classFont icon definitions property container for the Editor.- classThis Image Definition part property container for the Editor.- classThis Image Location has the location of the image part.- classThis Image Resolution has the file reference and the device pixel ratio.- classThis multiple Images Definition property container for the Editor.- classThis Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.- classThis Images Style property has a multiple-image file for a style.- classThis Image Style property container has a style for a single image definition and an asset file reference.- classThis Image Styles Location has a style and location.- classThis Image Styles Resolution has the file reference and the device pixel ratio.- classThis Styled Image Definition part property container for the Editor.- classSVG definition property container for the Editor.
- Uses of GProp in com.iizigo.javaSubclasses of GProp in com.iizigo.javaModifier and TypeClassDescription- final classRoot property container for Java projects.- classProperty container used to store properties of Java files in a project.Methods in com.iizigo.java with parameters of type GPropModifier and TypeMethodDescription- static JavaClassJavaHelper.- createClassReference- (GProp<?> prop, String className, IClassReferenceListener listener) Gets the reference interface to a JavaClass.- static 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, String className) Verifies presence of a Class without changing anything.
- Uses of GProp in com.iizigo.java.eventConstructors in com.iizigo.java.event with parameters of type GProp
- Uses of GProp in com.iizigo.java.parserClasses in com.iizigo.java.parser with type parameters of type GPropModifier and TypeInterfaceDescription- interface- IJavaSourceParser<PROP extends GProp<?>>Interface for Java source file parsers.- class- JavaSourceFileProcessor<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.parserModifier and TypeClassDescription- classProperty container for a Java source.Fields in com.iizigo.java.parser declared as GPropModifier and TypeFieldDescription- protected PROPJavaSourceFileProcessor.- containerThe container created from the call to- createPropertyContaineror after XML is loaded.Methods in com.iizigo.java.parser with parameters of type GPropModifier and TypeMethodDescription- final voidJavaSourceFileProcessor.- initialize- (ParsedJavaSource javaSource, GProp<?> container) Framework call to initialize, calls- onInitializeafter having saved the- javaSourceand- containerparameters in the class members of the same names.- final 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.annotationSubclasses of GProp in com.iizigo.java.parser.annotationModifier and TypeClassDescription- classAnnotations container specialized to store annotations as GAnnotation.Methods in com.iizigo.java.parser.annotation with parameters of type GPropModifier and TypeMethodDescription- booleanGAnnotation.- isReferenceValid- (GProp<?> property) Validates the property reference that has been looked up.
- Uses of GProp in com.iizigo.java.parser.typeSubclasses of GProp in com.iizigo.java.parser.type
- Uses of GProp in com.iizigo.java.propSubclasses of GProp in com.iizigo.java.propModifier and TypeClassDescription- classThe Designer version of the Class Reference property class hold the reference to a Java class.- classThe Designer version of the Method Reference property class hold the reference to a Method that is in a Java class.- classThe 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 GPropModifier and TypeMethodDescriptionChecks the reference validity from the Designer.
- Uses of GProp in com.iizigo.jfaceMethods in com.iizigo.jface that return GPropModifier and TypeMethodDescription- GProp<?>[]CheckboxTableViewerEx.- getCheckedProps()Gets the checked properties from the CheckboxTableViewer.Methods in com.iizigo.jface with parameters of type GPropConstructors in com.iizigo.jface with parameters of type GPropModifierConstructorDescription- 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.linkMethods in com.iizigo.link that return GPropMethods in com.iizigo.link that return types with arguments of type GPropConstructors in com.iizigo.link with parameters of type GProp
- Uses of GProp in com.iizigo.panelMethods in com.iizigo.panel with parameters of type GPropModifier and TypeMethodDescription- voidPanelEditor.- doComplexOperationSelection- (GProp<?>[] props) Performs the selection of the components.- booleanOpens the property by selecting it in focus.- booleanOpens the property by selecting it in focus.- booleanOpens the property by selecting it in focus.- booleanOpens 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.propSubclasses of GProp in com.iizigo.panel.propModifier and TypeClassDescription- classComponent acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.- classThe drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.- classSetup layout data for a component in a container with absolute layout.- classSetup data for the absolute layout.- classSetup layout data for a component in a container with accordion layout.- classAccordion layout.- classSetup layout data for a component in a container with border layout.- classSetup data for the border layout.- classSetup layout data for a component in a container with context menu layout.- classContext menu layout.- classFlex layout data.- classFlex layout.- classGrid layout data.- classGrid layout.- classSetup layout data for a component in a container with heading layout.- classHeading layout.- classSetup layout data for a component in a container with (mobile) list layout.- classList layout.- classSetup layout data for a component in a container with menu bar layout.- classMenu bar layout.- classSetup layout data for a component in a container with menu layout.- classMenu layout.- classHeading container.- classEditor class for UISimpleDialog.- classMobile switch UI component.- classTab bar container.- classSetup layout data for all panels.- classSetup layout data for a component in a container with tab layout.- classSwap layout.- classSetup layout data for a component in a container with tab bar layout.- classTab bar layout.- classSetup layout data for a component in a container with tab layout.- classTab layout.- classAccordion container.- classButton component.- classCalendar component.- classCheckbox component.- classChecked menu item component.- classCombobox component.- classEditor class for UIComps.- classEditor class for UIContainer.- classContext menu container.- classDate/Time UI component.- classEditor class for UIDialog.- classEmpty component.- classGauge component.- classImage component.- classImage component.- classLabel component.- classMedia component.- classMenu container.- classMenu bar container.- classMenu item component.- classMenu separator component.- classLabel component.- classEditor class for UIPanel.- classEditor class for UIPanel.- classEditor class for UIContainer.- classProgress component.- classRadio button component.- classRadio menu item component.- classSlider component.- classSpinner UI component.- classSwap container.- classTab container.- classText component (entry field).- classText area component.- classGroup container.- classCustom settings for the panel, only used in the Designer.Methods in com.iizigo.panel.prop with parameters of type GPropModifier and TypeMethodDescription- voidEUIDateTime.- onValueChanged- (VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.UICompsDesignerProp.- paste- (boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.UIContainerDesignerProp.- paste- (boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.UIDesignerProp.- paste- (boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Check for paste or drag-drop of UI components with default settings prompting and VS component creation.UILayoutDesignerProp.- paste- (boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.UICompsDesignerProp.- pasteProperties- (boolean doPerformPaste, GProp<?>[] props, int operation, 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 GPropModifierConstructorDescription- 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.Creates a FlexData container with the specified name and 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.Creates a container with the specified name and properties.- EMenuBarData- (Atom propertyAtom, GProp<?>[] properties) Creates a MenuBarData container with the specified name and properties.Creates a MenuData container with the specified name and 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.Creates a TabData container with the specified name and properties.
- Uses of GProp in com.iizigo.panel.prop.calendarSubclasses of GProp in com.iizigo.panel.prop.calendarModifier and TypeClassDescription- classLayout data for calendar list and its calendar events.- classThe Editor version of a map marker.- classMap layout.- classCalendar list component.
- Uses of GProp in com.iizigo.panel.prop.chartSubclasses of GProp in com.iizigo.panel.prop.chartModifier and TypeClassDescription- classThe axis for the chart.- classThe plot for the chart.- classThe Series for the chart.- classThe Series value for the chart.- classChart component.
- Uses of GProp in com.iizigo.panel.prop.mapSubclasses of GProp in com.iizigo.panel.prop.mapModifier and TypeClassDescription- classLayout data for maps.- classMap layout.- classThe Editor version of a map marker.- classMap markers container for the designer.- classMap component.
- Uses of GProp in com.iizigo.panel.prop.mlistSubclasses of GProp in com.iizigo.panel.prop.mlistModifier and TypeClassDescription- classThe Editor version of a default list item.- classMobile list items group container for the designer.- classMobile list group layout.- classList component.- classLayout data for a component in a container with (mobile) list layout.- classMobile list layout.- classThe Editor version of a mobile list items group container.
- Uses of GProp in com.iizigo.panel.prop.tableSubclasses of GProp in com.iizigo.panel.prop.tableModifier and TypeClassDescription- classThe Table "component" (really a container).- classThe Table Column component.- classSetup layout data for a component in a container with tab layout.- classUI Table layout.
- Uses of GProp in com.iizigo.projectSubclasses of GProp in com.iizigo.projectModifier and TypeClassDescription- classThe module root property container.- final classThe module root property container.- classThe project root property container.Methods in com.iizigo.project that return GPropModifier and TypeMethodDescription- static GProp<?>ProjectRootPropCnr.- getAnyPropFromReference- (String reference) Gets a property from a reference, when no root property is available.- static GProp<?>ProjectRootPropCnr.- getAnyPropFromReference- (org.eclipse.core.resources.IResource resource, String reference) Gets a property from a reference, when no root property is available.Methods in com.iizigo.project with parameters of type GPropModifier and TypeMethodDescriptionModuleRootPropCnr.- getAliasName- (GProp<?> requestor, String projectName) Gets an alias name for a project name, the alias does NOT begin with "*".ProjectRootPropCnr.- getAliasName- (GProp<?> requestor, String projectName) Gets an alias name for a project name, the alias does NOT begin with "*".ProjectManager.- getModuleModel- (GProp<?> gp) Gets the IIZI Module Model from a property.ModuleRootPropCnr.- getProjectName- (GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".ProjectRootPropCnr.- getProjectName- (GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".ModuleRootPropCnr.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.ProjectRootPropCnr.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.- final StringProjectRootPropCnr.- getRootName- (GProp<?> requestor) Gets and checks if this container is the root.
- Uses of GProp in com.iizigo.propClasses in com.iizigo.prop with type parameters of type GPropModifier and TypeClassDescription- class- BaseEditor<PROP extends GProp<?>,- PROP_VALUE> The generic base editor for any property editor.- class- EditedPropController<PROP extends GProp<?>,- PROP_VALUE> Class used to handle the edited property for property editors.- interface- IEditedPropControllerOwner<PROP extends GProp<?>,- PROP_VALUE> Interface implemented by property editors.- interface- IEditedPropertyEntry<PROP extends GProp<?>,- PROP_VALUE> Interface implemented by property fields to handle the property dialog.- interface- IEditedPropertyEntryMultiProp<PROP extends GProp<?>,- PROP_VALUE> Interface implemented by properties able to act as multi-property editors.- interface- IEditedPropertyEntryMultiPropSupport<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.propModifier and TypeClassDescription- classThis folder settings property hold settings for a folder, typically a Selector and a description.- classA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.- classA PropCnr that can refer to an IFolder object can be loaded and saved as well as checked for modification from last time.- classMemento supporting property container.- classClass used to handle properties in a multi-prop editor.Fields in com.iizigo.prop with type parameters of type GPropMethods in com.iizigo.prop that return GPropModifier and TypeMethodDescription- 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 GPropModifier and TypeMethodDescriptionPropertyEditorSetup.- getPropertyClass- (String name) Gets the class for the property.Methods in com.iizigo.prop with parameters of type GPropModifier and TypeMethodDescription- 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 StringDesignerProp.- getCNDescription- (GProp<?> property, int flags) Provide a description for the status bar view, if available.- protected 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 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 StringGets the text for a sub-property for the Common Navigator.- static StringGets the text for a sub-property for the Common Navigator.- protected StringDesignerProp.- getCNText0- (GProp<?> property, int flags) Gets the text for a sub-property for the Common Navigator.- protected 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.DesignerProp.- paste- (boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.DesignerProp.- pasteProperties- (boolean doPerformPaste, GProp<?>[] props, int operation, 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.- booleanAttempts 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, String errorID, IPropErrorItem item) Sets a property error.- voidStandaloneEditorController.- setPropertyError- (GProp<?> property, String errorID, IPropErrorItem item) Sets a property error.- voidIPropertyEditorController.- setPropertyValue- (PropCnr parent, GProp<?> property, Object value) Sets a property value.- voidStandaloneEditorController.- setPropertyValue- (PropCnr parent, GProp<?> property, 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 GPropModifier and TypeMethodDescription- booleanIDeleteOperation.- performDelete- (Set<GProp<?>> afterOperationSelection, ComplexOperation op) Performs the delete operation on the property.Constructors in com.iizigo.prop with parameters of type GPropModifierConstructorDescription- PropNavigatorPresentation- (GProp<?> prop, INavigatorPresentation parent) Constructs the viewer wrapper.Constructor parameters in com.iizigo.prop with type arguments of type GPropModifierConstructorDescription- MultiPropEditor- (PropertyEditor editor, PropertyEditorInfo info, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, DefinedButton definedButton, IEditedPropertyEntryMultiPropSupport multiEdit, Class<? extends GProp<?>> propItemClass, int propItemCount) Creates the multi-prop editor.
- Uses of GProp in com.iizigo.prop.editorClasses in com.iizigo.prop.editor with type parameters of type GPropModifier and TypeInterfaceDescription- interface- IPropEditorExtender<EDITOR extends BaseEditor<PROP,- VALUE>, - PROP extends GProp<VALUE>, - VALUE> Interface used to extend the property editor of a single edited property item.- interface- IPropEditorExtenderProvider<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 GPropModifier and TypeMethodDescription- protected GProp<?>ReferencePropEditor.- getCurrentReferenceTarget()Gets the current property reference target.Methods in com.iizigo.prop.editor with parameters of type GPropModifier and TypeMethodDescriptionIPropEditorExtender.- 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.dialogMethods in com.iizigo.prop.editor.dialog that return GPropModifier and TypeMethodDescription- GProp<?>RichTextEditorDialog.- getResolveReferenceProperty()Gets the property used for references look-up's.Methods in com.iizigo.prop.editor.dialog with parameters of type GProp
- Uses of GProp in com.iizigo.prop.tooltipMethods in com.iizigo.prop.tooltip with parameters of type GProp
- Uses of GProp in com.iizigo.push.propSubclasses of GProp in com.iizigo.push.propModifier and TypeClassDescription- classContainer that holds the required settings for the Push Notification of an app in the Editor.
- Uses of GProp in com.iizigo.pwa.propSubclasses of GProp in com.iizigo.pwa.propModifier and TypeClassDescription- classContainer that holds the required settings for the PWA in the Editor.
- Uses of GProp in com.iizigo.quickfix.fixerFields in com.iizigo.quickfix.fixer declared as GPropModifier and TypeFieldDescription- 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 GPropModifierConstructorDescription- protected- DeleteProperty- (GProp<?> property) Creates a quick-fixer to go to the specified property.- protected- 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.propSubclasses of GProp in com.iizigo.run.propModifier and TypeClassDescription- classContainer that holds the required settings for the runtime builder.
- Uses of GProp in com.iizigo.selector.propSubclasses of GProp in com.iizigo.selector.propModifier and TypeClassDescription- classThis Selector property container for the Editor.- classThe 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.serverMethods in com.iizigo.server with parameters of type GPropModifier and TypeMethodDescription- 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, String errorID, IPropErrorItem item) Sets a property error.- voidServerConfigComposite.- setPropertyValue- (PropCnr parent, GProp<?> property, Object value) Sets a property value.
- Uses of GProp in com.iizigo.server.configSubclasses of GProp in com.iizigo.server.configModifier and TypeClassDescription- classEditor version of the container that holds the required settings for the server to operate and initialize itself with.- classEditor version of the container that holds the required settings for the server to operate and initialize itself with.- classEditor version of the container that holds the required settings for the server to operate and initialize itself with.- classEditor version of the container that holds the application configuration.- classEditor version of the container that holds the required settings for the server to operate and initialize itself with.- classEditor version of the property container for the configuration of a plug-in for a Server configuration environment.- classEditor version of the container that holds the server properties.- classEditor version of the container that holds the required settings for the server to operate and initialize itself with.- classEditor version of the property container for the configuration of a Port "group" of the web server.
- Uses of GProp in com.iizigo.server.monitorSubclasses of GProp in com.iizigo.server.monitorModifier and TypeClassDescription- classClient session property for end-points.- classAn end point property.- classAn end point property.- classProperty container used to transport information, typically between server and monitor, where the information typically is a "snapshot" of properties.- classClient session property for end-points.- classEditor version of the property container used for Virtual Monitor data and communication.
- Uses of GProp in com.iizigo.style.propSubclasses of GProp in com.iizigo.style.prop
- Uses of GProp in com.iizigo.swtMethods in com.iizigo.swt with parameters of type GPropModifier and TypeMethodDescription- voidIzToolTipImpl.- setProperty- (GProp<?> gp) Sets the property as the tooltip creator for the contents area.
- Uses of GProp in com.iizigo.termMethod parameters in com.iizigo.term with type arguments of type GProp
- Uses of GProp in com.iizigo.term.captureMethods in com.iizigo.term.capture with parameters of type GProp
- Uses of GProp in com.iizigo.term.capture.propSubclasses of GProp in com.iizigo.term.capture.propModifier and TypeClassDescription- classThis Capture Field property container holds the screen identifications and fields for a terminal host screen.- classThis Capture Root property container holds the screen capture and fields for a EE host screen.- classThis 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 GPropModifier and TypeMethodDescriptionCaptureRootProp.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.CaptureRootProp.- getRootName- (GProp<?> requestor) Gets and checks if this container is the root.
- Uses of GProp in com.iizigo.term.propSubclasses of GProp in com.iizigo.term.propModifier and TypeClassDescription- classThis Screen Action Group property container for a terminal host screen property.- classThis Screen Action property container for a terminal host screen property.- classThis Screen Actions property container for a terminal host screen property.- classThis Screen Field Group property container for a terminal host screen property.- classThis Screen identification property container for a terminal host screen property.- classThis Screen Fields property container for a terminal host screen property.- classThis Screen identification property container for a terminal host screen property.- classThis Screen identification property container for a terminal host screen property.- classThis Screen property container holds the screen identifications and fields for a terminal host screen.- classThis Sessions property container holds the terminal properties.- static classEditor version of the Settings property container.- classThis Terminal property container holds terminal settings.Methods in com.iizigo.term.prop with parameters of type GPropModifier and TypeMethodDescriptionEditorSessionsProp.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.EditorSessionsProp.- getRootName- (GProp<?> requestor) Gets and checks if this container is the root.
- Uses of GProp in com.iizigo.term.prop.editorMethods in com.iizigo.term.prop.editor that return GPropModifier and TypeMethodDescription- GProp<?>[]SessionConfigPropEditor.- getDefaultValue()Gets the default defined value to set in the property when defined.- protected GProp<?>[]Gets the property value for a user input.Methods in com.iizigo.term.prop.editor with parameters of type GPropModifier and TypeMethodDescriptionSessionConfigPropEditor.- formatValue- (GProp<?>[] value) Formats the value for user input as a String.
- Uses of GProp in com.iizigo.term.prop.quickfixerFields in com.iizigo.term.prop.quickfixer declared as GPropModifier and TypeFieldDescription- protected GProp<?>DeleteRect.- propertyThe property found, null if not found.Constructors in com.iizigo.term.prop.quickfixer with parameters of type GPropModifierConstructorDescription- protected- DeleteRect- (GProp<?> property) Creates a quick-fixer to go to the specified property.
- Uses of GProp in com.iizigo.term.recordingMethods in com.iizigo.term.recording with parameters of type GProp
- Uses of GProp in com.iizigo.term.recording.propSubclasses of GProp in com.iizigo.term.recording.propModifier and TypeClassDescription- classThe recording logic item property container.- classThe recording logic property container.- classThis Recording property container holds the screens and logic.- classThis Recording Root property container holds the recording.- classThis Recording Screen property container holds the screen name.- classThis Recording Screens property container holds the screens.Methods in com.iizigo.term.recording.prop with parameters of type GPropModifier and TypeMethodDescriptionRecordingRootProp.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.RecordingRootProp.- getRootName- (GProp<?> requestor) Gets and checks if this container is the root.
- Uses of GProp in com.iizigo.term.screenMethods in com.iizigo.term.screen with parameters of type GProp
- Uses of GProp in com.iizigo.term.serverSubclasses of GProp in com.iizigo.term.serverModifier and TypeClassDescription- classThe container for an active terminal session for the terminal monitor of each client end-point.- classThe container for active terminal sessions for the terminal monitor of each client end-point.
- Uses of GProp in com.iizigo.textMethods in com.iizigo.text that return GPropModifier and TypeMethodDescription- 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 GPropModifier and TypeMethodDescription- voidTextTableEditor.- doComplexOperationSelection- (GProp<?>[] props) Performs the selection of the components, typically after undo/redo.- booleanOpens the property by selecting it in focus.- booleanOpens the property by selecting it in focus.Constructors in com.iizigo.text with parameters of type GPropModifierConstructorDescription- KStringInfoProviderAdapter- (String httpServer, GProp<?> anyProp, boolean shouldResolve) Constructor.- SettingsComposite- (org.eclipse.swt.widgets.Composite parent, int style, int marginWidth, int marginHeight, ModuleModel model, EditorTextTable textTable, String textTableRef, GProp<?> anyProp, IValidationMessage messageHandler, IPropUndoRedo undoRedo) Creates the text table settings composite.
- Uses of GProp in com.iizigo.text.propSubclasses of GProp in com.iizigo.text.propModifier and TypeClassDescription- classThis Selector property container for the Editor.Methods in com.iizigo.text.prop with parameters of type GPropModifier and TypeMethodDescription- 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 StringTextTableDesignerProp.- getCNText0- (GProp<?> property, int flags) Overridden to provide Text ID's string.- static booleanEditorTextTable.- hasCircularReference- (EditorTextTable textTable, GProp<?> anyProp, String ref) Circular reference validation for Text Tables.
- Uses of GProp in com.iizigo.validatorMethods in com.iizigo.validator with parameters of type GPropModifier and TypeMethodDescription- voidControlValidator.- setAtomNameValidator- (PropCnr container, GProp<?> property, boolean allowLeadingDollar) Assigns the callback to be an Atom Name Validator.
- Uses of GProp in com.iizigo.vsMethods in com.iizigo.vs with parameters of type GPropModifier and TypeMethodDescription- voidTablePanel.- doComplexOperationSelection- (GProp<?>[] props) Performs the selection of the components.- booleanOpens the property by selecting it in focus.- booleanOpens 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, 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.actorSubclasses of GProp in com.iizigo.vs.actorModifier and TypeClassDescription- classThe Editor version of class container for associated action actors of a VSAction.- classThe VirtualSpace Field Actor reference property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.- classThe Editor version of class container for associated field actors of a VSField.- static classEditor version of the Settings property container.- static classEditor version of the Settings property container.- static classEditor version of the Settings property container.- static classEditor version of the Settings property container.- static classEditor version of the Settings property container.- static classEditor version of the Settings property container.
- Uses of GProp in com.iizigo.vs.linkMethods in com.iizigo.vs.link with parameters of type GPropModifier and TypeMethodDescription- default StringIVSLinkEnabler.- attempVSLink- (boolean doPerform, GProp<?>[] props, String description, IPropUndoRedo undoRedo) Processes VS-linking from properties.
- Uses of GProp in com.iizigo.vs.propSubclasses of GProp in com.iizigo.vs.propModifier and TypeClassDescription- classThe Editor VirtualSpace property class.- classThe Editor VirtualSpace Action property class.- classThe Editor VirtualSpace Column property class.- classThe Editor VirtualSpace Field property class.- classFocus reference is used to set a reference to a focusable VSComponent.- classThe Editor VirtualSpace Group property class.- classOnFocus reference is used to set a reference to a focusable VSComponent.- classThe Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.- classThe Editor VirtualSpace Row property class.- classThe rows property class that only allows VSRow children properties.- classThe Editor VirtualSpace Field property class.Methods in com.iizigo.vs.prop that return GPropModifier and TypeMethodDescription- GProp<?>EditorVSColumnHeader.- getCopyProperty()Gets the property to add to clipboard.Methods in com.iizigo.vs.prop with parameters of type GPropModifier and TypeMethodDescription- 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 StringVirtualSpaceDesignerProp.- getCNText0- (GProp<?> property, int flags) Gets the text for a sub-property for the Common Navigator.- protected 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.VirtualSpaceDesignerProp.- paste- (boolean doPerformPaste, int position, GProp<?>[] props, int operation, String description, IPropUndoRedo undoRedo) Validates or performs a paste operation.Method parameters in com.iizigo.vs.prop with type arguments of type GPropModifier and TypeMethodDescription- booleanEditorVSColumnHeader.- performDelete- (Set<GProp<?>> afterOperationSelection, ComplexOperation op) Performs the delete operation on the property.
- Uses of GProp in com.iizigo.vs.viewerSubclasses of GProp in com.iizigo.vs.viewerModifier and TypeClassDescription- classThe VSViewer property container used to view a VirtualSpace.
- Uses of GProp in com.iizigo.ws.actionactorSubclasses of GProp in com.iizigo.ws.actionactorModifier and TypeClassDescription- static classSettings property container.
- Uses of GProp in com.iizigo.ws.editorMethods in com.iizigo.ws.editor with parameters of type GPropModifier and TypeMethodDescription- booleanOpens the property by selecting it in focus.- booleanOpens the property by selecting it in focus.- voidCreateWrappedVariableComposite.- setSelectedElements- (GProp<?>[] props) Assigns the wrapped elements.
- Uses of GProp in com.iizigo.ws.propSubclasses of GProp in com.iizigo.ws.propModifier and TypeClassDescription- classEditor version of the Output Column connects a table column from the reply output with a VSTable column.- classEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.- classEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.- classEditor version of the Output Variable connects a reference variable from the reply output with a VSField.- classEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.- classEditor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.- classEditor 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 GPropModifier and TypeMethodDescription- 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.EditorOutputProps.- getProcessor- (GProp<?> gp) Gets a reply processor from a property.
- Uses of GProp in com.iizigo.ws.prop.jsonSubclasses of GProp in com.iizigo.ws.prop.jsonModifier and TypeClassDescription- classEditor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.- classEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.- classEditor 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 GPropModifier and TypeMethodDescription- 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.urlSubclasses of GProp in com.iizigo.ws.prop.urlModifier and TypeClassDescription- classEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.- classEditor 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.actionactorSubclasses of GProp in com.iizix.actionactorModifier and TypeClassDescription- classClass extending the property container.- static classSettings property container.
- Uses of GProp in com.iizix.apiClasses in com.iizix.api with type parameters of type GPropModifier and TypeInterfaceDescription- interface- IAnnotationReferenceProcessor<SCOPE extends PropCnr,- COMP extends GProp<?>> Tagging interface used by the AnnotationType's to handle reference look-up, validation and refactoring.Methods in com.iizix.api with parameters of type GPropModifier and TypeMethodDescriptionIAnnotationReferenceProcessor.- getReferencePath- (GProp<?> comp) Returns the reference path of a component, relative or full depending if it is scoped or not.IAnnotationReferenceProcessor.- resolveReference- (GProp<?> scope, String reference) Resolves a reference name to a UI component.
- Uses of GProp in com.iizix.api.uiMethods in com.iizix.api.ui that return GPropModifier and TypeMethodDescription- 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 GPropModifierConstructorDescription- 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.vsFields in com.iizix.api.vs with type parameters of type GPropMethods in com.iizix.api.vs that return GPropModifier and TypeMethodDescription- GProp<?>VSBaseEventWithTrigger.- getTrigger()Gets the trigger property being the source of the event.Constructors in com.iizix.api.vs with parameters of type GPropModifierConstructorDescription- VSActionEvent- (VSAction source, GProp<?> trigger, UIComp contextComponent) Constructs the event for an action with a property being the trigger source, e.g.- protected- 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, 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.actionactorSubclasses of GProp in com.iizix.db.actionactorModifier and TypeClassDescription- static classSettings property container.
- Uses of GProp in com.iizix.db.propSubclasses of GProp in com.iizix.db.propModifier and TypeClassDescription- classA single connection profile setup that is used to establish a JDBC connection.- classContainer with all connection profiles setup's by name.- classThis database property container holds database service definition.- classThe reference to a Database transaction.- classInput Properties that ties the input to the execution of an SQL query statement to VirtualSpace.- classThe Input Variable connects a VSField with an input variable or parameter to an SQL query statement.- classResult property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.- classThe result set Column property that connects the column name in a result set with a VSColumnHeader.- classResult 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 GPropModifier and TypeMethodDescription- 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.eventMethods in com.iizix.event that return GPropModifier and TypeMethodDescription- 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.- final GProp<?>GEvent.- getSender()Gets the current sender of the event.- final 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 GPropModifier and TypeMethodDescription- voidExecutes 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.GEvent.- getPostProcessors- (GProp<?> dispatcher) Gets the post-processors.IPostEventProcessing.- getPostProcessors- (GProp<?> dispatcher) Gets the post-processors.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.- voidRe-targets this event to a new source property and sends it.- voidRe-target this event to a Property Manager for queued sending.- final voidGEvent.- send- (GProp<?> sender, EventListener listener) Sends this event to the event listener in question, with "safe" processing, i.e.- final voidGEvent.- send- (GProp<?> sender, GProp<?> receiver, GEvent.Operation operation, int operationIndex) Sends this event to the property in question, with "safe" processing, i.e.- final 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 GPropModifierConstructorDescription- BubbleEvent- (GProp<?> source, int eventID, boolean isRemoteInduced) Constructs the generic sink event with specified originator.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, String newName, String oldName) Constructs a new property event.- PropAttrEvent- (GProp<?> source, int attribute, Object newValue, 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, Object newValue, Object oldValue, 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, Object newValue, Object oldValue) Constructs a new non-remote local property value event.- PropValueEvent- (GProp<?> property, Object newValue, Object oldValue, IGProp<?> trigger) Constructs a new non-remote property value event.- PropValueEvent- (GProp<?> property, Object newValue, Object oldValue, IGProp<?> trigger, PropMgr propMgr) Constructs a new remote property value event.- PropValueEvent- (GProp<?> property, Object newValue, 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.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.gyroFields in com.iizix.gyro declared as GPropMethods in com.iizix.gyro that return GPropModifier and TypeMethodDescription- GProp<?>IAppSessionGyro.- getRuntimePropFromReference- (String reference) Gets a reference for runtime use to get the reference of an item.- GProp<?>IAppSessionGyro.- getRuntimePropFromReference- (String reference, boolean fallBackToNonVirtualized) Gets a reference for runtime use to get the reference of an item.- GProp<?>IClientSessionGyro.- getVirtualizedPropFromReference- (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 GPropModifier and TypeMethodDescriptionIAppSessionGyro.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.Constructors in com.iizix.gyro with parameters of type GPropModifierConstructorDescription- FocusException- (GProp<?> property) Creates a focus exception with an empty detail message.- FocusException- (GProp<?> property, String message) Creates a focus exception with a message.- FocusException- (GProp<?> property, String message, 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, String message) Creates a focus veto exception with a message.- FocusVetoException- (GProp<?> property, String message, Throwable exception) Creates a focus veto exception with a message and an exception cause.
- Uses of GProp in com.iizix.propClasses in com.iizix.prop with type parameters of type GPropModifier and TypeClassDescription- classThe Array property class holds the property name, value and optionally has a parent and/or property listener(s).Subclasses of GProp in com.iizix.propModifier and TypeClassDescription- class- AbstractBaseRelativeReference<TARGET extends IPropCnr>The Base Relative Reference property class hold the reference to another property in the same base container.- class- AbstractFixedVirtualizedBaseRelativeReference<TARGET extends IPropCnr>The Base Relative Reference property class hold the reference to another property in the same base container.- class- AbstractReference<TARGET extends IPropCnr>The Abstract Reference property class hold the reference to another property.- classAbstract styles property container that either holds styles or other style related data such as font faces.- classThe configured languages for the application.- classThe application property container holds all information about a single application.- classThe Array property class holds the property name, value and optionally has a parent and/or property listener(s).- classThe Asset Reference property class hold the reference to a file in the Assets directory.- classThe Asset References property class hold the references to zero or more FileURIPropCnr property containers.- classThe Background Image Reference extends normal Image Reference and only allows bitmap images, i.e.- classThe "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).- classThe Boolean property class holds the property name, value and optionally has a parent and/or property listener(s).- classThe byte array property is used to store binary data in various forms, e.g.- classThe character property class holds the property name, value and optionally has a parent and/or property listener(s).- classThe Class Reference property class hold the reference to a Java class.- final classThis 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).- classThe String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).- classProperty used by UI styles that has 4 settings/values for color, such as the border color (top/bottom/left/right).- classThe "color" property class holds the property name, value as a GColor object and optionally has a parent and/or property listener(s).- classThis class is used to hold an integer property that has constraints imposed on it.- classThe date/time property can hold a date and/or a time with optional time offset with a- GDateTimeproperty value.- classSpecial Designer property container that is private.- classDevice parameters container available only for iiziRun.- classThe Double property class holds the property name, value and optionally has a parent and/or property listener(s).- classEditor Property Container, i.e.- classThis 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).- classThe errors property is used in the designer and files to store error and its values for a container.- classA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.- classThe "fill" property class holds the property name, value as a GFill object and optionally has a parent and/or property listener(s).- class- FixedVirtualizedAbstractReference<TARGET extends IPropCnr>The Fixed Virtualized Abstract Reference property class hold the reference to another property.- classThis Flashlight or torch property is a container that holds information about client devices flashlight availability, state and intensity.- classThis folder settings property hold settings for a folder, typically a Selector and a description.- classA PropCnr that can is a "directory" and can contain FileURIPropCnr's.- classThe "font" property class holds the property name, value as a GFont object and optionally has a parent and/or property listener(s).- classThis Geographical property is a container that holds information about client position and an API to work with geographical location services.- classThe "gradient" property class holds the property name, value as a GGradient object and optionally has a parent and/or property listener(s).- classThe Image Reference property class hold the reference to an image definition implementing IImageTarget that in turn has images for various states and resolutions.- classThe Integer (32-bit) property class holds the property name, value and optionally has a parent and/or property listener(s).- classProperty used by UI styles that has 4 settings/values for an integer, such as the border style (top/bottom/left/right).- classThe Integer property class holds the property name, value and optionally has a parent and/or property listener(s).- classThe "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).- classThe Long property class holds the property name, value and optionally has a parent and/or property listener(s).- classContainer holding mail settings.- classThe Method Reference property class hold the reference to a Method that is in a Java class.- classThe Method Reference "2" property class hold the reference to a Method that is in a Java class.- classThis Module Applications settings that defines the behavior of the application and contains its settings.- class- MultiProp<VALUE>The multiple property class holds the property name, a common value or an array of different properties (typically 4 for e.g.- classThis Flashlight or torch property is a container that holds information about client devices flashlight availability, state and intensity.- classJavaScript optimized Number property.- classThe Password property class hold a password that is encrypted when stored to media.- classThe pattern property class extends a KStringProp.- classThe PKCS#12 Identity Property used for SSL communication or code signing.- classThe "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).- classContainer holding policiy settings.- class- PrivProp<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.- classThe property container class holds the container property name, a value as a GProp array and optionally has a parent and/or property listener(s).- classThe 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.- classContainer for Push property container for the application.- classThe Push properties for the application.- classContainer for Progressive Web App's (PWA).- classThe Progressive Web App (PWA) properties.- classThe rectangle property class holds the property name, value as a GRect object and optionally has a parent and/or property listener(s).- classThe Referrals Holder property container contains the properties that refer to the owner of this container.- classThis iiziRun Builder properties for the server side to hold the build settings and handle the interprocess communication.- classThe Selector class is used to enable or disable participants such as panels, text tables and translation tables, perhaps images.- classThe 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.- classThe Server's Client Session properties hold information relating to the current client session, i.e.- classThis property container contains all properties required for a Server Socket (NIO) connection.- classSettings property container, a "raw" PropCnr.- classThe size property class holds the property name, value as a GSize object and optionally has a parent and/or property listener(s).- classThis property container contains all properties required for a Socket (NIO) connection using Proxy, WebSocket, SSL, etc, required by the SocketProp property.- classSpeech Recognition property for remote client execution.- classSpeech Synthesis property for remote client execution.- classThis property container contains all properties required for a SSL Socket (NIO) connection.- classProperty 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.- classThe String Array property class holds the property name, string array and optionally has a parent and/or property listener(s).- classThe String Map property class holds the property name, a map of strings consisting of string keys and string values.- classThe "String" property class holds the property name, value and optionally has a parent and/or property listener(s).- classThe String Set property class holds the property name and a set of unique strings.- classThe "stroke" property class holds the property name, value as a GStroke object and optionally has a parent and/or property listener(s).- classThis styles property container holds the styles associated with a UI component.- classStyles Container used to hold a Styles property instance for the Client used as a Class Name.- classThe Styles References property class hold the references to zero or more Styles property containers.- classThe text table property holds the text table items consisting of KStrings.- classThe reference to a text table instance.- classThis property container contains all properties required for Transaction communication based on WebSockets.- classProperty used by UI styles that has 4 settings/values for a unit, such as the border size (top/bottom/left/right).- classThe "unit" property class holds the property name, value as a GUnit object and optionally has a parent and/or property listener(s).- classThe value property holds the VirtualSpace Value object.- classThe Value Type property for the Value Type as a String, without Value.- classThe Virtuals property container contains all the virtualized instances of a session divided into VirtualSpace, Panels, and other connectors.- classThis property container contains all properties required for WebSocket communication.- classThis property container contains all properties required for a WebSocket Server (NIO) connection.- classThe windows property container holds the windows for the application.- classThe X.509 Certificates Property used for SSL communication.- classXML Schema validator property class used to validate XML sources.Fields in com.iizix.prop declared as GPropModifier and TypeFieldDescription- static final GProp<?>[]PropCnr.- EMPTYEmpty array of properties.- final GProp<?>BinderAction.- propertyThe property used for the action.- final GProp<?>PropErrorItemOrigin.- propertyThe property.- final GProp<?>PropVerificationError.- propertyThe property causing the error.Fields in com.iizix.prop with type parameters of type GPropMethods in com.iizix.prop that return GPropModifier and TypeMethodDescriptionGProp.- 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- (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- (Class<?>[] classes, boolean includeErrors) Gets the properties of certain classes that are present in the tree below this container, i.e.- GProp<?>[]IPropCnr.- getAllProps- (Class<? extends GProp<?>>... classes) Gets the properties of certain classes that are present in the tree below this container, i.e.- final GProp<?>[]PropCnr.- getAllProps- (Class<?>[] classes, boolean includeErrors) Gets the properties of certain classes that are present in the tree below this container, i.e.- final GProp<?>[]PropCnr.- getAllProps- (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- (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- (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 requested- index.- GProp<?>Gets the property with the- atomname.- GProp<?>Gets the property from a path of atoms.- GProp<?>Gets the property from a path of atoms.- GProp<?>Gets the property with the specified name.- GProp<?>PropCnr.- getProp- (int index) Gets the property at requested- index.- GProp<?>Gets the property with the- atomname.- final GProp<?>Gets the property from a path of atoms.- final GProp<?>Gets the property from a path of atoms.- GProp<?>Gets the property with the specified name.- GProp<?>PropException.- getProperty()Gets the property that caused the exception.- GProp<?>PropReference.- getProperty()Gets the property referenced.- final GProp<?>GProp.- getPropFromPath- (GProp<?> requestor, String path) Finds a property in the tree of the requested name from a path specification, i.e.- GProp<?>GProp.- getPropFromPath- (String path) Finds a property in the tree of the requested name from a path specification, i.e.- GProp<?>IGProp.- getPropFromPath- (String path) Finds a property in the tree of the requested name from a path specification, i.e.- GProp<?>FileURIPropCnr.- getPropFromReference- (String ref) Gets a property from a reference name.- GProp<?>GProp.- getPropFromReference- (GProp<?> requestor, String path) Internal function for getPropFromReference(ref).- GProp<?>GProp.- getPropFromReference- (String ref) Gets a property from a reference name.- GProp<?>IGProp.- getPropFromReference- (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, Element element) Creates the GProp tree from an Element.- protected GProp<?>GProp.- virtualize- (IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Methods in com.iizix.prop that return types with arguments of type GPropModifier and TypeMethodDescriptionPropFactory.- getPropClass- (String className) Gets the property class from a class name.Methods in com.iizix.prop with parameters of type GPropModifier and TypeMethodDescription- voidAdds 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 final ObjectAbstractReference.- equalValues- (GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how) Checks for property value equality.- protected ObjectBadgeProp.- equalValues- (GProp<?> compareTo, GBadge thisValue, GBadge compareValue, int how) Checks for property value equality.- protected ObjectGProp.- equalValues- (GProp<?> compareTo, VALUE thisValue, VALUE compareValue, int how) Checks for property value equality.- protected ObjectKStringProp.- equalValues- (GProp<?> compareTo, KString thisValue, KString compareValue, int how) Checks for property value equality.- protected ObjectMultiProp.- equalValues- (GProp<?> compareTo, Object[] thisValue, Object[] compareValue, int how) Checks for property value equality.- protected ObjectStringMapProp.- equalValues- (GProp<?> compareTo, Map<String, - String> thisValue, Map<String, - String> compareValue, int how) Checks for property value equality.- protected ObjectStringSetProp.- equalValues- (GProp<?> compareTo, Set<String> thisValue, Set<String> compareValue, int how) Checks for property value equality.- protected ObjectStylesReferences.- equalValues- (GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how) Checks for property value equality.GProp.- getAliasName- (GProp<?> requestor, String projectName) Gets an alias name for a project name, the alias does NOT begin with "*".- static booleanGets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).- static booleanGets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).FileURIPropCnr.- getChildReferencePropName- (GProp<?> child) Gets the child's reference property name for this property.GProp.- getChildReferencePropName- (GProp<?> child) Gets the child's reference property name for this property.Gets the list of errors of a property.AssetReference.- getFileURIPropCnr- (GProp<?> anyPropInTree) For the Designer, gets the File property for the reference.GProp.- getFullPropName- (GProp<?> requestor) Gets the full name of this property, i.e.GProp.- getFullPropNameDebug- (GProp<?> requestor) Gets the full name of this property, i.e.ClientProps.- getProjectName- (GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".GProp.- getProjectName- (GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".IModuleProjectPropProvider.- getProjectName- (GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".- final GProp<?>GProp.- getPropFromPath- (GProp<?> requestor, String path) Finds a property in the tree of the requested name from a path specification, i.e.- GProp<?>GProp.- getPropFromReference- (GProp<?> requestor, String path) Internal function for getPropFromReference(ref).ClientProps.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.GProp.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.IModuleProjectPropProvider.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.ClientProps.- getRootName- (GProp<?> requestor) Gets the name of the root container as in the Designer- "module:".GProp.- getRootName- (GProp<?> requestor) Gets and checks if this container is the root.AbstractReference.- 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, Element element) Creates the GProp tree from an Element.GProp.- mapAliasToReference- (GProp<?> requestor, String aliasReference) Maps an alias reference name to a reference name.GProp.- mapReferenceToAlias- (GProp<?> requestor, String referenceName) Maps a reference name to an alias name.- voidMoves 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 function- insertPropis 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.- voidIComplexOperation.- removeProp- (GProp<?> gp) Removes a property.- voidIComplexOperation.- removePropError- (GProp<?> gp, String errorID) Removes a property error.- voidIComplexOperation.- renameProp- (GProp<?> gp, Atom newName) Renames a property.- intAttempts to resolve the property name.- voidIComplexOperation.- setPropError- (GProp<?> gp, PropError pe) Sets all errors in a property.- voidIComplexOperation.- setPropValue- (GProp<?> gp, Object newValue) Sets a property value.- booleanIPropCnr.- setPropValue- (GProp<?>[] newProps) Sets a new properties array as the value.- final 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.- voidTraces a line of data.- protected voidPropCnr.- validateChildPropInValue- (GProp<?> child) Validates a single child property instance during the call to- PropCnr.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.AbstractReference.- 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 GPropModifier and TypeMethodDescription- intIPropCnr.- getAllProps- (Class<?>[] classes, List<GProp<?>> list) Gets the properties of certain classes that are present in the tree below this container, i.e.- intIPropCnr.- getAllProps- (Class<?>[] classes, List<GProp<?>> list, boolean includeErrors) Gets the properties of certain classes that are present in the tree below this container, i.e.- final intPropCnr.- getAllProps- (Class<?>[] classes, List<GProp<?>> list) Gets the properties of a certain class that are present in the tree below this container, i.e.- final intPropCnr.- getAllProps- (Class<?>[] classes, List<GProp<?>> list, boolean includeErrors) Gets the properties of certain classes that are present in the tree below this container, i.e.- final voidGProp.- getErroredProps- (ArrayList<GProp<?>> list, boolean excludeExtends) Retrieves the properties containing errors.- voidIGProp.- getErroredProps- (ArrayList<GProp<?>> list, boolean excludeExtends) Retrieves the properties containing errors.- <VALUE> booleanIPropCnr.- setPropValue- (Atom atom, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.- <VALUE> booleanIPropCnr.- setPropValue- (String name, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.- <VALUE> booleanPropCnr.- setPropValue- (Atom atom, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.- <VALUE> booleanPropCnr.- setPropValue- (String name, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.Constructors in com.iizix.prop with parameters of type GPropModifierConstructorDescription- BinderAction- (GProp<?> property) Constructor of the binder object.- EditorPropCnr- (Atom propertyAtom, GProp<?>[] properties) Creates an Editor Property Container with the specified name and properties.Creates a property container with the specified name and properties.- PropErrorItemOrigin- (GProp<?> property, IPropErrorItem errorItem) Constructor that assigns the- propertyand- errorItemmembers.- PropException- (GProp<?> property) Creates a property exception with an empty detail message.- PropException- (GProp<?> property, String message) Creates a property exception with a message.- PropException- (GProp<?> property, String message, Throwable exception) Creates a property exception with a message and an exception cause.- PropReference- (GProp<?> owner, String name, Class<?>[] supportedClasses, IPropReference listener) Constructs a new property reference with a property owner.- PropTypeException- (GProp<?> property, String message) Creates a property exception with a message.- PropTypeException- (GProp<?> property, String message, Throwable exception) Creates a property exception with a message and an exception cause.- PropValidateException- (GProp<?> property, String message) Creates a property exception with a message.- PropVerificationError- (String id, PropVerificationError.Severity severity, String location, GProp<?> property, String errorText, String... quickFixes) The standard constructor for a property in error.- ValueConversionException- (GProp<?> property, String message) Creates a property exception with a message.- ValueConversionException- (GProp<?> property, String message, Throwable cause) Creates a property exception with a message and an exception cause.
- Uses of GProp in com.iizix.prop.contentSubclasses of GProp in com.iizix.prop.contentModifier and TypeClassDescription- class- AbstractContentUIContainer<ITEM extends IContentItem,- ITEM_CONTENT extends IContentData<ITEM>> A property container that handles content and has custom content provider support.Methods in com.iizix.prop.content with parameters of type GPropModifier and TypeMethodDescription- voidAbstractContentUIContainer.- onCellValueChanged- (VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set.
- Uses of GProp in com.iizix.prop.fontSubclasses of GProp in com.iizix.prop.fontModifier and TypeClassDescription- classThe font faces property container holds information about font face(s) that are available in the application.- classContainer for all font icon files used in a FontIconsDefintion.- classContainer for all font files used in a FontIconsDefintion.
- Uses of GProp in com.iizix.prop.imageSubclasses of GProp in com.iizix.prop.imageModifier and TypeClassDescription- classImage definition property container.- classThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.- classThe definition of a single font icon and how it represent itself in the various states, e.g.- classThe 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.- classSingle image definition property container.- classThis Image Location property container.- classThis Image Resolution property only holds the image reference for an additional Device Pixel Ratio.- classThe Images Definition property container for multiple icons/images and multiple states and resolutions.- classThe Images Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartLocation properties.- classThis Images Style property container has the state for several images.- classThis Image Style property container holds the image types, asset reference, and other settings.- classThis Image Style Location property container has the state for several images.- classThis Image States Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartStateLocation properties.- classThe runtime image definition is used to provide images at runtime that are images located in other files than the asset files.- classImage States Definition property container when a single image file has one image in many states and possibly resolutions.- classThe 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
- Uses of GProp in com.iizix.prop.uiSubclasses of GProp in com.iizix.prop.uiModifier and TypeClassDescription- classThe AbsoluteData is the layout data for components in a container with AbsoluteLayout.- classAbsoluteLayout is a layout manager.- classAbstract UI Action component such as buttons or menu item that are connected to a VS Action.- class- AbstractUICompRelativeReference<TARGET extends IUICompRelativeTarget>The UIComp Relative Reference property class hold the reference to another property in the same base container.- classThe AccordionData is the layout data for components in a container with AccordionLayout.- classAccordion container specific layout manager.- classThe BorderData is the layout data for components in a container with BorderLayout.- classBorderLayout is a layout manager.- final classComponent ID property is used to assign a unique value known on both client and server.- classThe ContextMenuData is the layout data for components in a container with ContextMenuLayout.- classMenu specific layout manager.- classThe reference to a UI context menu.- classDOM Element property container used to keep information of the created UI item and its internal DOM structure.- classThe FlexData is the layout data for components in a container with FlexLayout.- classFlexLayout is a layout manager.- classThe GridData is the layout data for components in a container with GridLayout.- classGridLayout is a layout manager.- classGroup name property used for component grouping.- classThe HeadingData is the layout data for components in a container with HeadingLayout.- classHeader specific layout manager.- classImage preview property for use with any UI component or container.- classThe Label For Reference property class hold the reference to another property in the same base container.- class- LayoutMgr<LAYOUT_PROP extends LayoutProp>LayoutMgr is the class that handles layout of UIComp's in a UI container.- classThe LayoutProp is the generic property for layout managers using properties to layout it's components.- classThe ListData is the layout data for components in a container with ListLayout.- classList container specific layout manager.- classThe MenuBarData is the layout data for components in a container with MenuBarLayout.- classMenu bar specific layout manager.- classThe MenuData is the layout data for components in a container with MenuLayout.- classMenu specific layout manager.- classThe message box is a container to display a message box on the client side and wait for the user reply.- classHeader UI container.- classSimple mobile popup dialog.- classMobile switch UI component.- classTab bar UI container.- classThe panel layout data.- classThe reference to a UI panel part.- classThe SwapData is the layout data for components in a container with SwapLayout.- classSwap container specific layout manager.- classThe TabBarData is the layout data for components in a container with TabBarLayout.- classTab bar specific layout manager.- classThe TabData is the layout data for components in a container with TabLayout.- classTab container specific layout manager.- classToaster property.- classThe tooltip property is a container that holds various information for the tooltip, e.g.- classAbstract list choice UI component used for combobox and spinner.- classAccordion UI container.- classButton UI component.- classCalendar UI component.- classCheckbox UI component.- classMenu item UI component.- classCombobox UI component.- classThe UIComp class is the basic implementation of a single user interface component.- classThe UIComps class is the property container for all UIComp instances of the UIComps class.- classThe UIContainer class is a standard simple container for components.- classContext menu UI container.- classDesktop popup dialog.- classEmpty UI component.- classGauge UI component.- classImage UI component.- classImage Crop and Upload UI component.- classLabel UI component.- classMedia UI component.- classMenu UI container.- classMenu bar UI container.- classMenu item UI component.- classMenu separator UI component.- classOutput (label) UI component.- classPanel UI container.- classBase panel UI container.- classPanel part UI container.- classThe UI panel part container.- classProgress UI component.- classRadio button UI component.- classMenu item UI component.- classSlider UI component.- classSpinner UI component.- classUI swap container.- classUI tab container.- classText UI component.- classText area UI component.- classTitle panel UI container optionally collapsable.Methods in com.iizix.prop.ui that return GPropModifier and TypeMethodDescription- 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.Methods in com.iizix.prop.ui with parameters of type GPropModifier and TypeMethodDescription- protected ObjectTooltipProp.- equalValues- (GProp<?> compareTo, KTooltip thisValue, KTooltip compareValue, int how) Checks for property value equality.UIAnnotationReferenceProcessor.- getReferencePath- (GProp<?> comp) Returns the relative reference path of a component.UIPanelAnnotationReferenceProcessor.- 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 function- insertPropis 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.UIAnnotationReferenceProcessor.- resolveReference- (GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.UIPanelAnnotationReferenceProcessor.- resolveReference- (GProp<?> scope, 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 GPropModifier and TypeMethodDescription- <VALUE> booleanILayoutUnitHeight.- setPropValue- (String name, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.- <VALUE> booleanILayoutUnitWidth.- setPropValue- (String name, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.Constructors in com.iizix.prop.ui with parameters of type GPropModifierConstructorDescription- 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 the- GPropitems.- 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.Creates a FlexData container with the specified name and properties.- FlexLayout- (Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and 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.- protectedCreates a LayoutMgr with the specified name and properties.- LayoutProp- (Atom propertyAtom, GProp<?>[] properties) Creates a LayoutProp container with the specified name and 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.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.Creates the component with the specified name, initialized to contain the- GPropitems.Creates the container with the specified name and 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.Creates a TabData container with the specified name and properties.Creates the layout with the specified name and properties.- UIAccordion- (Atom propertyAtom, GProp<?>[] properties) Creates the container with the specified name and properties.Creates the component with the specified name, initialized to contain the- GPropitems.- UICalendar- (Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain the- GPropitems.- UICheckBox- (Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain the- GPropitems.- UICheckedMenuItem- (Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain the- GPropitems.Creates a property container with the specified name and 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.Creates the component with the specified name, initialized to contain the- GPropitems.Creates the component with the specified name, initialized to contain the- GPropitems.Creates the component with the specified name, initialized to contain the- GPropitems.Creates the component with the specified name, initialized to contain the- GPropitems.Creates the component with the specified name, initialized to contain the- GPropitems.Creates the container with the specified name and 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 the- GPropitems.- UIMenuSeparator- (Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain the- GPropitems.Creates the component with the specified name, initialized to contain the- GPropitems.- UIProgress- (Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain the- GPropitems.- UIRadioButton- (Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain the- GPropitems.- UIRadioMenuItem- (Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain the- GPropitems.- 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.Creates the component with the specified name, initialized to contain the- GPropitems.- UITextArea- (Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain the- GPropitems.- UITitlePane- (Atom propertyAtom, GProp<?>[] properties) Creates the container with the specified name and properties.
- Uses of GProp in com.iizix.prop.ui.calendarSubclasses of GProp in com.iizix.prop.ui.calendarModifier and TypeClassDescription- classThe layout data for calendar lists and their items: they are not used, but is required to be present by the framework.- classA (sub)calendar list event.- classLayout manager for calendar lists.- classCalendar List UI component.Constructors in com.iizix.prop.ui.calendar with parameters of type GPropModifierConstructorDescription- CalendarLayout- (Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.
- Uses of GProp in com.iizix.prop.ui.chartSubclasses of GProp in com.iizix.prop.ui.chart
- Uses of GProp in com.iizix.prop.ui.chart.axis2dSubclasses of GProp in com.iizix.prop.ui.chart.axis2d
- Uses of GProp in com.iizix.prop.ui.chart.plot2dSubclasses of GProp in com.iizix.prop.ui.chart.plot2dModifier and TypeClassDescription- classA 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.seriesSubclasses of GProp in com.iizix.prop.ui.chart.seriesModifier and TypeClassDescription- classA chart series consists of several series values properties in a defined order.- classA 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 GPropModifier and TypeMethodDescription- 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.datetimeSubclasses of GProp in com.iizix.prop.ui.datetimeMethods in com.iizix.prop.ui.datetime with parameters of type GPropModifier and TypeMethodDescription- 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 GPropModifierConstructorDescription- UIDateTime- (Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain the- GPropitems.
- Uses of GProp in com.iizix.prop.ui.deviceSubclasses of GProp in com.iizix.prop.ui.deviceModifier and TypeClassDescription- classThe "device" property class holds the property name, value as a- GSimpleDeviceobject and optionally has a parent and/or property listener(s).- classThe "themes" property class holds the property name, value as a- GThemesobject and optionally has a parent and/or property listener(s).
- Uses of GProp in com.iizix.prop.ui.mapSubclasses of GProp in com.iizix.prop.ui.mapModifier and TypeClassDescription- classThe layout data for all mobile list components or containers, i.e.- classLayout manager for maps.- classThe property container for map markers.- classThe map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.- classMap UI component.Methods in com.iizix.prop.ui.map that return GPropModifier and TypeMethodDescription- 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 GPropModifier and TypeMethodDescription- 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
- Uses of GProp in com.iizix.prop.ui.mlistSubclasses of GProp in com.iizix.prop.ui.mlistModifier and TypeClassDescription- classThe property container for default mobile list items.- classThe 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.- classLayout manager for mobile list groups.- classMobile list item UI component.- classThe layout data for all mobile list components or containers, i.e.- classLayout manager for all mobile lists.- classThe property container for mobile list items.Methods in com.iizix.prop.ui.mlist with parameters of type GPropModifier and TypeMethodDescription- 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 GPropModifierConstructorDescription- MLGroupLayout- (Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and 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.tableSubclasses of GProp in com.iizix.prop.ui.tableModifier and TypeClassDescription- classThe table cell property.- final classThe Table Row instance.- final classThe Table Rows container instance.- classThe table UI container.- classThe table column UI container.- classThe table column data is the layout data for components in a UITable container.- classUITable container specific layout manager.Methods in com.iizix.prop.ui.table that return GPropModifier and TypeMethodDescription- GProp<?>TableCell.- getResolveReferenceProperty()Gets the property used for references look-up's.Methods in com.iizix.prop.ui.table with parameters of type GPropModifier and TypeMethodDescription- 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 to- PropCnr.validatePropValue(Object).Constructors in com.iizix.prop.ui.table with parameters of type GProp
- Uses of GProp in com.iizix.prop.ui.textMethods in com.iizix.prop.ui.text that return GPropModifier and TypeMethodDescription- default GProp<?>IUIHTMLTextComponent.- createTextProp()Component must return the text property to use with the name- Atom.TEXT- default GProp<?>IUIPlainKStringComponent.- createTextProp()Component must return the text property to use with the name- Atom.TEXT- default GProp<?>IUIPlainTextComponent.- createTextProp()Component must return the text property to use with the name- Atom.TEXT- GProp<?>IUITextComponent.- createTextProp()Component must return the text property to use with the name- Atom.TEXT
- Uses of GProp in com.iizix.prop.ui.valueMethods in com.iizix.prop.ui.value that return GPropModifier and TypeMethodDescription- GProp<?>IUIValueComponent.- createValueProp()Component must return the value property to use with the name- Atom.VALUE
- Uses of GProp in com.iizix.prop.vsSubclasses of GProp in com.iizix.prop.vsModifier and TypeClassDescription- class- AbstractVSVariable<VSCOMP extends VSComponent,- REFTYPE extends VSRelativeReference<VSCOMP>> Class that holds a single VS "variable" mapping of a certain type.- classThis VirtualSpace property container holds the fields and tables in the VirtualSpace.- classThe VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).- classThe VirtualSpace Action Actor Participant used by Action Actors.- classThe VirtualSpace Action Reference property class hold the relative reference to a VSAction instance.- classThe VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).- classThe VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.- classBase VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.- classVS 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.- classThe VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).- classVS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs.- classFocus reference is used to set a reference to a focusable VSComponent.- classThe VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).- classThe VirtualSpace Group Reference property class hold the relative reference to a VSGroup instance.- classClass 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".- classThe VirtualSpace participant property is a reference class to the VirtualSpace instance and interacts with the VSParticipantsHolder.- classThe VirtualSpace Participant Reference handles references to the VirtualSpace participants that implements the- IVSParticipantinterface, such as panels.- classThis class is a child of the VirtualSpace and contains the participants in the VirtualSpace.- classThe VirtualSpace Reference property class hold the reference to a VirtualSpace.- class- VSRelativeReference<TARGET extends VSComponent>The VirtualSpace Relative Reference property class hold the reference to a VirtualSpace.- classThe VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).- classThe rows property class that only allows VSRow children properties.- classThe VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).- classThe VirtualSpace Table Column Reference property class hold the name of a Column in a Table.- classThe VirtualSpace Table Reference property class hold the relative reference to a VSTable instance.- classVirtualSpace "Variables" is a container that maps named Variables to VirtualSpace fields or columns/tables.Methods in com.iizix.prop.vs that return GPropModifier and TypeMethodDescription- protected GProp<?>VirtualSpace.- convertLoadedProp- (GProp<?> childProp) Enables conversion or omission of a property loaded from XML.- protected GProp<?>VSComponent.- convertLoadedProp- (GProp<?> childProp) Enables conversion or omission of a property loaded from XML.- GProp<?>VSActionTXProcess.- getTrigger()Gets the trigger property.Methods in com.iizix.prop.vs that return types with arguments of type GPropModifier and TypeMethodDescriptionVSActionReference.- getPropertyClass()Gets the class wanted.VSColumnReference.- getPropertyClass()Gets the class wanted.VSComponentReference.- getPropertyClass()Gets the class wanted.VSFieldReference.- getPropertyClass()Gets the class wanted.VSFocusReference.- getPropertyClass()Gets the class wanted.VSGroupReference.- getPropertyClass()Gets the class wanted.VSRelativeReference.- getPropertyClass()Gets the class wanted.VSTableColumnReference.- getPropertyClass()Gets the class wanted.VSTableReference.- getPropertyClass()Gets the class wanted.Methods in com.iizix.prop.vs with parameters of type GPropModifier and TypeMethodDescriptionVSField.- adjustValue- (TemporalAdjuster temporalAdjuster, GProp<?> trigger) Adjusts the current temporal value with a temporal adjuster.VSField.- adjustValue- (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 GProp<?>VirtualSpace.- convertLoadedProp- (GProp<?> childProp) Enables conversion or omission of a property loaded from XML.- protected GProp<?>VSComponent.- convertLoadedProp- (GProp<?> childProp) Enables conversion or omission of a property loaded from XML.VSField.- get_BigDecimal- (boolean doTranslate, GProp<?> trigger) VSField.- get_BigDecimal- (GProp<?> trigger) VSField.- get_BigInteger- (boolean doTranslate, GProp<?> trigger) VSField.- get_BigInteger- (GProp<?> trigger) - byte[]VSField.- get_Binary- (boolean doTranslate, GProp<?> trigger) - byte[]VSField.- get_Binary- (GProp<?> trigger) VSField.- get_Boolean- (boolean doTranslate, GProp<?> trigger) VSField.- get_Boolean- (GProp<?> trigger) VSField.- get_Double- (boolean doTranslate, GProp<?> trigger) VSField.- get_Double- (GProp<?> trigger) VSField.- get_Duration- (boolean doTranslate, GProp<?> trigger) VSField.- get_Duration- (GProp<?> trigger) VSField.- get_Integer- (boolean doTranslate, GProp<?> trigger) VSField.- get_Integer- (GProp<?> trigger) VSField.- 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 the- doTranslateflag.VSField.- 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 the- doTranslateflag.VSField.- 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.VSField.- get_KString- (GProp<?> trigger) Gets the value of this field as a KString with translation and optional trigger property using the field actors.VSField.- get_LocalDate- (boolean doTranslate, GProp<?> trigger) VSField.- get_LocalDate- (GProp<?> trigger) VSField.- get_LocalDateTime- (boolean doTranslate, GProp<?> trigger) VSField.- get_LocalDateTime- (GProp<?> trigger) VSField.- get_LocalTime- (boolean doTranslate, GProp<?> trigger) VSField.- get_LocalTime- (GProp<?> trigger) VSField.- get_MonthDay- (boolean doTranslate, GProp<?> trigger) VSField.- get_MonthDay- (GProp<?> trigger) VSField.- get_OffsetDateTime- (boolean doTranslate, GProp<?> trigger) VSField.- get_OffsetDateTime- (GProp<?> trigger) VSField.- get_OffsetTime- (boolean doTranslate, GProp<?> trigger) VSField.- get_OffsetTime- (GProp<?> trigger) VSField.- get_Period- (boolean doTranslate, GProp<?> trigger) VSField.- get_Period- (GProp<?> trigger) VSField.- 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 the- doTranslateflag.VSField.- 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 the- doTranslateflag.VSField.- 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.VSField.- get_String- (GProp<?> trigger) Gets the value of this field as a String with translation and optional trigger property using the field actors.VSField.- get_XMLDuration- (boolean doTranslate, GProp<?> trigger) VSField.- get_XMLDuration- (GProp<?> trigger) VSField.- get_YearMonth- (boolean doTranslate, GProp<?> trigger) VSField.- get_YearMonth- (GProp<?> trigger) VSField.- get_ZonedDateTime- (boolean doTranslate, GProp<?> trigger) VSField.- get_ZonedDateTime- (GProp<?> trigger) FullVSAnnotationReferenceProcessor.- getReferencePath- (GProp<?> comp) Returns the reference path of a component.VSAnnotationReferenceProcessor.- getReferencePath- (GProp<?> comp) Returns the relative reference path of a component.VSField.- getValue- (LocaleInfo localeInfo, Value.Type type, boolean doTranslate, GProp<?> trigger) Gets a value in the requested type with translation flag and no trigger property.VSField.- getValue- (Value.Type type, boolean doTranslate, GProp<?> trigger) Gets a value in the requested type with translation flag and no trigger property.VSAction.- invoke- (IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, UIComp contextComponent, IVSActionProcessComplete completeCallback) Invokes the action.VSAction.- invoke- (IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback) Invokes the action.VSActionReference.- invokeAction- (IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback) Invokes the action.VSAction.- invokeExecute- (IClientSessionGyro clientGyro, GProp<?> trigger) Invokes and executes the action directly in the callers thread, regardless of the action settings.VSAction.- invokeExecute- (GProp<?> trigger) Invokes and executes the action directly in the callers thread, regardless of the action settings.- 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.FullVSAnnotationReferenceProcessor.- resolveReference- (GProp<?> scope, String reference) Resolves a reference name to the VirtualSpace.VSAnnotationReferenceProcessor.- resolveReference- (GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.- booleanVSField.- set_BigDecimal- (BigDecimal value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_BigDecimal- (BigDecimal value, GProp<?> trigger) - booleanVSField.- set_BigInteger- (BigInteger value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_BigInteger- (BigInteger value, GProp<?> trigger) - booleanVSField.- set_Binary- (byte[] value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_Binary- (byte[] value, GProp<?> trigger) - booleanVSField.- set_Boolean- (Boolean value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_Boolean- (Boolean value, GProp<?> trigger) - boolean- boolean- booleanVSField.- set_Double- (Double value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_Double- (Double value, GProp<?> trigger) - booleanVSField.- set_Duration- (Duration value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_Duration- (Duration value, GProp<?> trigger) - boolean- boolean- booleanVSField.- set_Integer- (Integer value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_Integer- (Integer value, GProp<?> trigger) - booleanVSField.- set_KString- (KString value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_KString- (KString value, GProp<?> trigger) - booleanVSField.- set_LocalDate- (LocalDate value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_LocalDate- (LocalDate value, GProp<?> trigger) - booleanVSField.- set_LocalDateTime- (LocalDateTime value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_LocalDateTime- (LocalDateTime value, GProp<?> trigger) - booleanVSField.- set_LocalTime- (LocalTime value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_LocalTime- (LocalTime value, GProp<?> trigger) - boolean- boolean- booleanVSField.- set_MonthDay- (MonthDay value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_MonthDay- (MonthDay value, GProp<?> trigger) - booleanVSField.- set_OffsetDateTime- (OffsetDateTime value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_OffsetDateTime- (OffsetDateTime value, GProp<?> trigger) - booleanVSField.- set_OffsetTime- (OffsetTime value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_OffsetTime- (OffsetTime value, GProp<?> trigger) - booleanVSField.- set_Period- (Period value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_Period- (Period value, GProp<?> trigger) - boolean- boolean- booleanVSField.- set_String- (String value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_String- (String value, GProp<?> trigger) - booleanVSField.- set_XMLDuration- (Duration value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_XMLDuration- (Duration value, GProp<?> trigger) - boolean- boolean- booleanVSField.- set_YearMonth- (YearMonth value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_YearMonth- (YearMonth value, GProp<?> trigger) - booleanVSField.- set_ZonedDateTime- (ZonedDateTime value, boolean doTranslate, GProp<?> trigger) - booleanVSField.- set_ZonedDateTime- (ZonedDateTime value, GProp<?> trigger) - booleanVSField.- setRawValue- (Value value, GProp<?> trigger) Sets the raw value of the field.- booleanVSField.- setValue- (LocaleInfo localeInfo, Object value, boolean doTranslate, GProp<?> trigger) Sets a value in generic type with possible translation and optional trigger property.- booleanSets a value in generic type with possible translation and optional trigger property.- protected final voidVSRelativeReference.- targetChanged- (GProp<?> prop) Internal method called when target changes.
- Uses of GProp in com.iizix.prop.vs.actorSubclasses of GProp in com.iizix.prop.vs.actorModifier and TypeClassDescription- classThe predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.- classClass container for associated action actors of a VSAction.- classThe VirtualSpace Field Actor property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.- classClass container for associated value actors of a VSField or VSColumnHeader.- static classSettings property container.- static classSettings property container.- static classSettings property container.- static classSettings property container.- static classSettings property container.- static classSettings property container.- static classSettings property container.- static classSettings property container.- static classSettings property container.- static classSettings property container.- static classSettings property container.- static classSettings property container.- static classSettings property container.Methods in com.iizix.prop.vs.actor with parameters of type GPropModifier and TypeMethodDescriptionFieldActors.- convert- (VSFieldEvent.Op op, Object value, Value.Type sourceType, Value.Type targetType, boolean doTranslate, GProp<?> trigger) Convert a value of a certain type to another.Validate a value.
- Uses of GProp in com.iizix.server.acmeSubclasses of GProp in com.iizix.server.acmeModifier and TypeClassDescription- classProperty container holding information about a Let's Encrypt domain with automatic certificate renewal in the server.
- Uses of GProp in com.iizix.server.appSubclasses of GProp in com.iizix.server.appModifier and TypeClassDescription- protected classThe Virtual property container.Methods in com.iizix.server.app with type parameters of type GPropModifier and TypeMethodDescription- static <T extends GProp<?>>
 TSystemApp.- getProperty- (String path, 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 GPropModifier and TypeMethodDescription- GProp<?>VirtualsContainer.VContainer.- getPropFromPath- (String path) Finds a property in the tree of the requested name from a path specification, i.e.- GProp<?>VirtualsContainer.VContainer.- getPropFromReference- (GProp<?> requestor, String reference) Internal function for getPropFromReference(reference).- GProp<?>AppFactory.- getResolveReferenceProperty()Gets the property used for references look-up's.- GProp<?>AppFactory.- getRuntimePropFromReference- (String reference, boolean fallBackToNonVirtualized) Gets a reference for runtime use to get the reference of an item.- default GProp<?>IRuntimeReferenceLookup.- getRuntimePropFromReference- (String reference) Gets a reference for runtime use to get the reference of an item.- GProp<?>IRuntimeReferenceLookup.- getRuntimePropFromReference- (String reference, boolean fallBackToNonVirtualized) Gets a reference for runtime use to get the reference of an item.- GProp<?>RuntimeApp.- getRuntimePropFromReference- (String reference, boolean fallBackToNonVirtualized) Gets a reference for runtime use to get the reference of an item.- GProp<?>IVirtualizedReferenceLookup.- getVirtualizedPropFromReference- (String reference) Attempts to look up a virtualized property from a reference.- GProp<?>RuntimeApp.- getVirtualizedPropFromReference- (String reference) Attempts to look up a virtualized property from a reference.- GProp<?>VirtualsContainer.- getVirtualizedPropFromReference- (String reference) Gets a property reference from the virtuals container.Methods in com.iizix.server.app with parameters of type GPropModifier and TypeMethodDescription- static AppFactoryAppFactory.- getAppFactory- (GProp<?> anyProp) From a property, virtualized or not, get the AppFactory instance.VirtualsContainer.VContainer.- getChildReferencePropName- (GProp<?> child) Gets the parent's reference property name for this property.- GProp<?>VirtualsContainer.VContainer.- getPropFromReference- (GProp<?> requestor, String reference) Internal function for getPropFromReference(reference).AppFactory.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.IRuntimeReferenceLookup.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.RuntimeApp.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.VirtualsContainer.VContainer.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.VirtualsContainer.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 function- insertPropis 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.propSubclasses of GProp in com.iizix.server.app.propModifier and TypeClassDescription- classThe Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.- classThe module root property container.- classEditor 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 GPropModifier and TypeMethodDescription- GProp<?>AppPropCnr.- getModulePropFromReference- (GProp<?> requestor, String reference) Gets a property from a reference name.- final GProp<?>ModuleProjectPropCnr.- getPropFromReference- (GProp<?> requestor, String ref) Internal function for getPropFromReference(ref).Methods in com.iizix.server.app.prop with parameters of type GPropModifier and TypeMethodDescription- final StringModuleProjectPropCnr.- getAliasName- (GProp<?> requestor, String projectName) Gets an alias name for a project name, the alias does NOT begin with "*".- GProp<?>AppPropCnr.- getModulePropFromReference- (GProp<?> requestor, String reference) Gets a property from a reference name.- final StringModuleProjectPropCnr.- getProjectName- (GProp<?> requestor, String alias) Gets the project name from an alias, the alias does NOT begin with "*".- final GProp<?>ModuleProjectPropCnr.- getPropFromReference- (GProp<?> requestor, String ref) Internal function for getPropFromReference(ref).AppPropCnr.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.- final ModuleProjectPropCnrModuleProjectPropCnr.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.AppPropCnr.- getRootName- (GProp<?> requestor) Gets the name of the root container as in the Designer- "module:".- final StringModuleProjectPropCnr.- getRootName- (GProp<?> requestor) Gets and checks if this container is the root.
- Uses of GProp in com.iizix.server.gyroMethods in com.iizix.server.gyro that return GPropModifier and TypeMethodDescription- GProp<?>AppSessionGyro.- getRuntimePropFromReference- (String reference) Gets a reference for runtime use to get the reference of an item.- GProp<?>AppSessionGyro.- getRuntimePropFromReference- (String reference, boolean fallBackToNonVirtualized) Gets a reference for runtime use to get the reference of an item.- GProp<?>AppSessionGyro.- getVirtualizedPropFromReference- (String reference) Attempts to look up a virtualized property from a reference to the VirtualSpace only.- GProp<?>ClientSessionGyro.- getVirtualizedPropFromReference- (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 GPropModifier and TypeMethodDescriptionAppSessionGyro.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.
- Uses of GProp in com.iizix.server.monitorSubclasses of GProp in com.iizix.server.monitorModifier and TypeClassDescription- classClient session property.- classAn end point property.- classAn end point property.- classAn end point property.- classProperty container used for Virtual Monitor data and communication.
- Uses of GProp in com.iizix.server.propSubclasses of GProp in com.iizix.server.propModifier and TypeClassDescription- classProperty container for the configuration of an App of the iiziServer.- classThis configuration environment defines the configuration setup for the available plug-ins.- classThe ServerConfigEnvReference property class hold the reference to a Server configuration environment.- classProperty container for the configuration of a plug-in for a Server configuration environment.- classThis 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).- classThis property is a container that holds the required settings for the server to operate and initialize itself with.- classProperty container for the configuration of a Port "group" of the web server.Methods in com.iizix.server.prop with parameters of type GPropModifier and TypeMethodDescriptionServerProps.- getRootFromName- (GProp<?> requestor, String module) Gets the module root for a name.ServerProps.- 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.propSubclasses of GProp in com.iizix.server.run.propModifier and TypeClassDescription- classThis 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.securitySubclasses of GProp in com.iizix.server.security
- Uses of GProp in com.iizix.server.vsviewerSubclasses of GProp in com.iizix.server.vsviewer
- Uses of GProp in com.iizix.term.propSubclasses of GProp in com.iizix.term.propModifier and TypeClassDescription- classThis property handles communication between the server and client in full duplex using Transaction's.- classThe RemoteHostSession property class holds the property name, value as a RemoteHostSession object and optionally has a parent and/or property listener(s).- classThis Screen Action Group property container for a terminal host screen.- classThis Screen Action property container for a terminal host screen.- classReference to a ScreenActionProp, used in the VSAction Action Actors for the back-reference.- classThis Screen fields property container for a terminal host screen.- classThis Screen Field Group property container for a terminal host screen.- classThis Screen Field property container for a terminal host screen.- classProperty holding the reference to a screen field from inside the screen, used by screen actions.- classThis Screen Fields property container for a terminal host screen.- classThis Screen identification property container for a terminal host screen.- classThis Screen identifications property container for a terminal host screen.- classThis Screen property container holds the screen identifications and fields for a terminal host screen.- classThis Sessions property container holds the terminal properties.- classThis property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.- static classThe terminal action actor settings.- classThis property container contains all properties required for the terminal connector in terms of flags, colors, etc.- classThis TerminalSettings property container holds all settings for a terminal session.Methods in com.iizix.term.prop with parameters of type GPropModifier and TypeMethodDescription- 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.serverSubclasses of GProp in com.iizix.term.serverModifier and TypeClassDescription- classThe container for an active terminal session for the terminal monitor of each client end-point.- classThe container for active terminal sessions for the terminal monitor of each client end-point.
- Uses of GProp in com.iizix.textClasses in com.iizix.text with type parameters of type GPropModifier and TypeClassDescription- class- KStringPLAINTag<TARGET extends GProp<?>>Abstract class used by the PLAIN TextTable, VirtualSpace and Connector tags.Methods in com.iizix.text that return GPropModifier and TypeMethodDescription- 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 GPropModifier and TypeMethodDescription- 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, 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 GPropModifierConstructorDescription- ValidationKStringInfoProviderHolder- (GProp<?> anyProp, String targetLanguageCode) Constructor.
- Uses of GProp in com.iizix.ws.actionactorSubclasses of GProp in com.iizix.ws.actionactorModifier and TypeClassDescription- static classSettings property container.
- Uses of GProp in com.iizix.ws.propSubclasses of GProp in com.iizix.ws.propModifier and TypeClassDescription- classAbstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.- classThe Output Column connects a table column from the reply output with a VSTable column.- classOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.- classThe Output Table connects a table from the reply output with a VSTable.- classThe Output Variable connects a reference variable from the reply output with a VSField.- classOutput property that ties a result set from the execution of a Web Service request to VirtualSpace.- classInput Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.- classWeb Service property container holding the definition of a web service transaction.- classThe reference to a Web Service transaction.Methods in com.iizix.ws.prop with parameters of type GPropModifier and TypeMethodDescription- booleanWebServiceReference.- isReferenceValid- (GProp<?> property) Checks if the reference is valid.
- Uses of GProp in com.iizix.ws.prop.jsonSubclasses of GProp in com.iizix.ws.prop.jsonModifier and TypeClassDescription- classA JSON element wrapper, used to process the output of a Web Service reply.- classRESTful JSON Encoded input for the request of a Web Service transaction.- classThe 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.urlSubclasses of GProp in com.iizix.ws.prop.urlModifier and TypeClassDescription- classRESTful URL Encoded input for the request of a Web Service transaction.- classThe Input Variable connects a VSField with an input variable or parameter to a web service request.