Uses of Class
com.iizix.prop.PropCnr
Packages that use PropCnr
Package
Description
Uses of PropCnr in com.iizigo
Methods in com.iizigo that return PropCnrModifier and TypeMethodDescriptionPreference.getDesignerParameters()Gets the designer parameters property container.static PropCnr[]Activator.getPropCnrs(ArrayList<DesignerProp> list) Gets a PropCnr's from a DesignerProp list.static PropCnrWorkspaceProperties.getPropertyContainer(Class<?> clazz) Gets a property container for a class or class name.static PropCnrActivator.getRootProperty(String name) Gets a root property from a registered name.static PropCnrActivator.loadPropertiesFile(File file) Loads a properties file.static PropCnrActivator.loadPropertiesFile(URL url) Loads a properties file.static PropCnrActivator.loadPropertiesFile(org.eclipse.core.resources.IFile file) Loads a properties file.Methods in com.iizigo with parameters of type PropCnrModifier and TypeMethodDescriptionstatic byte[]Activator.createInputData(PropCnr container) Creates InputStream byte array data from a property container.static InputStreamActivator.createInputStream(PropCnr container) Creates an InputStream from a property container.static booleanActivator.registerRootProperty(String name, PropCnr root) Registers a root property container not being a Java or Module root, e.g.static voidActivator.savePropertiesFile(PropCnr container, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor) Saves a properties file.static booleanActivator.unregisterRootProperty(String name, PropCnr root) Unregisters a root property container not being a Java or Module root, e.g.Uses of PropCnr in com.iizigo.actionactor
Classes in com.iizigo.actionactor with type parameters of type PropCnrModifier and TypeInterfaceDescriptioninterfaceIEditorActionActor<RUNTIME_CONTAINER extends AbstractSettings,EDITOR_CONTAINER extends PropCnr> Editor version of Action Actor interface used for TXP runnables.Subclasses of PropCnr in com.iizigo.actionactorModifier and TypeClassDescriptionstatic classSettings property container.Methods in com.iizigo.actionactor with parameters of type PropCnrModifier and TypeMethodDescriptionEditorJavaActionActor.Setup.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.app
Methods in com.iizigo.app with parameters of type PropCnrModifier and TypeMethodDescriptionModulesEntryValidator.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.ModulesEntryValidator.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.Uses of PropCnr in com.iizigo.app.prop
Subclasses of PropCnr in com.iizigo.app.propModifier and TypeClassDescriptionclassEditor 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 asEditorModuleProjectPropCnrchildren.classThe Editor version of the Module project property container.Methods in com.iizigo.app.prop with parameters of type PropCnrModifier and TypeMethodDescriptionAppDistributionProps0.getEditProperties(PropCnr property) Gets the property definitions.Uses of PropCnr in com.iizigo.clientpref
Methods in com.iizigo.clientpref with parameters of type PropCnrModifier and TypeMethodDescriptionApplies the settings.Applies the settings.Applies the settings.Applies the settings.Applies the settings.Applies the settings.booleanApplies the changes.voidBoolPref.createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.voidColorPref.createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.voidIClientPref.createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.voidIntPref.createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.voidKeyPref.createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.voidLinePref.createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.Constructors in com.iizigo.clientpref with parameters of type PropCnrModifierConstructorDescriptionPanelPrefComposite(org.eclipse.swt.widgets.Composite parent, PropCnr settings, IValidationMessage messageHandler) The constructor.Uses of PropCnr in com.iizigo.db
Methods in com.iizigo.db with parameters of type PropCnrModifier and TypeMethodDescriptionPluginActivator.getServerApplicationSetupInstances(PropCnr moduleRoot) Queries for instances of the IServerApplicationSetup required.Uses of PropCnr in com.iizigo.db.actionactor
Subclasses of PropCnr in com.iizigo.db.actionactorModifier and TypeClassDescriptionstatic classSettings property container.Methods in com.iizigo.db.actionactor with parameters of type PropCnrModifier and TypeMethodDescriptionEditorDatabaseActionActor.Setup.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.db.editor
Methods in com.iizigo.db.editor with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidDatabaseEditor.initEditor(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.db.prop
Subclasses of PropCnr in com.iizigo.db.propModifier and TypeClassDescriptionclassEditor 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.Methods in com.iizigo.db.prop that return PropCnrModifier and TypeMethodDescriptionprotected PropCnrEditorInputProps.getRetargetedVerifyContainer()Gets the retargeted verification property container.protected PropCnrEditorResultProps.getRetargetedVerifyContainer()Gets the retargeted verification property container.protected PropCnrEditorResultSetProps.getRetargetedVerifyContainer()Gets the retargeted verification property container.Methods in com.iizigo.db.prop with parameters of type PropCnrModifier and TypeMethodDescriptionEditorConnectionProfileSetup0.getEditProperties(PropCnr property) EditorConnectionProfilesSetup0.getEditProperties(PropCnr property) EditorDatabaseProps0.getEditProperties(PropCnr property) EditorInputProps0.getEditProperties(PropCnr property) EditorInputVariable0.getEditProperties(PropCnr property) EditorResultProps0.getEditProperties(PropCnr property) EditorResultSetColumnProp0.getEditProperties(PropCnr property) EditorResultSetProps0.getEditProperties(PropCnr property) Constructors in com.iizigo.db.prop with parameters of type PropCnrUses of PropCnr in com.iizigo.editor
Fields in com.iizigo.editor declared as PropCnrModifier and TypeFieldDescriptionprotected PropCnrPropEditorPart.editedPropCnrThe edited property inside thefilePropCnr.protected PropCnrPropEditorPart.rootPropCnrThe (Module) root container used to listen to events, null when not used.Methods in com.iizigo.editor that return PropCnrModifier and TypeMethodDescriptionstatic PropCnrPropHelper.getAncestor(GProp<?> gp1, GProp<?> gp2) Gets the common ancestor of two properties.static PropCnrPropHelper.getCommonParent(GProp<?>[] props) Gets the common parent for all properties.Methods in com.iizigo.editor with parameters of type PropCnrModifier and TypeMethodDescriptionstatic String[]Auto-renames properties.static StringCreateResourcesFromProperties.createFile(org.eclipse.swt.widgets.Shell shell, String label, org.eclipse.core.resources.IContainer folder, PropCnr cnr, String fileName, boolean doOverwrite) Creates a resource file for a property with undo support.static StringCreateResourcesFromProperties.createFile(org.eclipse.swt.widgets.Shell shell, String label, org.eclipse.core.resources.IContainer folder, PropCnr cnr, String fileName, boolean doOverwrite, boolean showErrorDialog) Creates a resource file for a property with undo support.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.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.static voidVerifies the property.static voidPropHelper.doVerify(PropCnr property, IKStringInfoProvider kstringInfoProvider) Verifies the property.static ObjectPropHelper.getPropsValue(PropCnr[] containers, Atom atom) Helper method to get a single value from many containers.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.protected voidPropEditorPart.initEditor(PropCnr cnr) The initialize editor method.protected voidPropEditorPart.proceedInitProperty(PropCnr pc) Proceeds initializing the editor with the property.static booleanPropHelper.queueVerify(PropCnr property) Asynchronous-verifies the property in a queue in the SWT thread.static booleanPropHelper.queueVerify(PropCnr property, IKStringInfoProvider kstringInfoProvider, Runnable callback) Asynchronous-verifies the property in a queue in the SWT thread.static booleanPropHelper.queueVerify(PropCnr property, Runnable callback) Asynchronous-verifies the property in a queue in the SWT thread.static voidPropHelper.restoreTree(org.eclipse.core.resources.IFile file, org.eclipse.ui.IMemento memento, String key, org.eclipse.jface.viewers.TreeViewer viewer, PropCnr editedProperty) Restores the selection of the properties in the memento or the file, in the memento as a priority over the file.protected intPropEditorPart.setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, String childName) Attempts to set focus to the property in question based on a container, a viewer and a property editor.voidPropEditorPart.setPropertyValue(PropCnr parent, GProp<?> property, Object value) Sets a property value.static StringPropHelper.setValue(String description, PropCnr container, GProp<?> prop, IPropUndoRedo undoRedo) Sets a single property value in a property container.Constructor parameters in com.iizigo.editor with type arguments of type PropCnrUses of PropCnr in com.iizigo.editor.complex
Methods in com.iizigo.editor.complex that return PropCnrModifier and TypeMethodDescriptionContainerParticipant.getPropCnr()Gets the property container, will only work if valid, otherwise it may return null or throw ClassCastException.Methods in com.iizigo.editor.complex with parameters of type PropCnrModifier and TypeMethodDescriptionvoidAdds a property.ComplexOperation.getContainerParticipant(PropCnr pc) Gets a container participant or creates one.voidComplexOperation.insertProp(PropCnr pc, GProp<?> gp, int index) Inserts a property.voidMoves a property to another container.ComplexOperation.newContainerSelection(PropCnr parent, Atom childAtom) Creates a new ContainerSelection instance for a property container involved in the operation.voidComplexOperation.reorderProps(PropCnr pc, Atom[] order) Reorder a property container.Uses of PropCnr in com.iizigo.event
Constructors in com.iizigo.event with parameters of type PropCnrModifierConstructorDescriptionCommonDesignerEvent(PropCnr property, int eventID) Constructs a new property event.Uses of PropCnr in com.iizigo.font
Methods in com.iizigo.font with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidFontFacesEditor.initEditor(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.font.prop
Subclasses of PropCnr in com.iizigo.font.propModifier and TypeClassDescriptionclassFont face style definitions property container for the Editor.classFont icon files property container for the Editor.classFont icon files property container for the Editor.Methods in com.iizigo.font.prop with parameters of type PropCnrModifier and TypeMethodDescriptionEditorFontFaces0.getEditProperties(PropCnr property) Gets the property definitions.EditorFontFile0.getEditProperties(PropCnr property) Gets the property definitions.EditorFontFiles0.getEditProperties(PropCnr property) Gets the property definitions.Uses of PropCnr in com.iizigo.image
Classes in com.iizigo.image with type parameters of type PropCnrModifier and TypeClassDescriptionclassImagesControl<T extends PropCnr>The multiple images control that shows locations and can edit them.Methods in com.iizigo.image with parameters of type PropCnrModifier and TypeMethodDescriptionstatic voidImageHelper.addImageTooltipBottomPart(PropCnr prop, org.eclipse.swt.widgets.Composite composite, AssetReference ref, org.eclipse.core.resources.IFile file, String id, org.eclipse.swt.graphics.Rectangle rect, SingleImageControl ic) Adds the bottom part to the tooltip composite.static org.eclipse.swt.widgets.CompositeImageHelper.createImageTooltip(PropCnr prop, org.eclipse.swt.widgets.Composite parent, AssetReference ref, org.eclipse.swt.graphics.Image typeImage, String type, String id) Creates a composite for the specified file name.static org.eclipse.swt.widgets.CompositeImageHelper.createImageTooltip(PropCnr prop, org.eclipse.swt.widgets.Composite parent, AssetReference ref, org.eclipse.swt.graphics.Image typeImage, String type, String id, org.eclipse.swt.graphics.Rectangle rect) Creates a composite for the specified file name.static voidImageHelper.flagVerification(PropCnr pc) Flags changes when asset changed or asset file reference input changed.static StringImageHelper.getTypeString(PropCnr stateCnr) Gets the type string.protected voidImageDefinitionEditor.initEditor(PropCnr cnr) The initialize editor method.static booleanImageHelper.verify(PropCnr pc, PropVerification verification) Verifies an image against a size.Uses of PropCnr in com.iizigo.image.prop
Subclasses of PropCnr in com.iizigo.image.propModifier and TypeClassDescriptionclassFont 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.Methods in com.iizigo.image.prop with parameters of type PropCnrModifier and TypeMethodDescriptionEditorFontIconDefinition0.getEditProperties(PropCnr property) Gets the property definitions.EditorFontIconsDefinition0.getEditProperties(PropCnr property) Gets the property definitions.EditorImageDefinition0.getEditProperties(PropCnr property) Gets the property definitions.EditorImageLocation0.getEditProperties(PropCnr property) Gets the property definitions.EditorImageResolution0.getEditProperties(PropCnr property) Gets the property definitions.EditorImagesDefinition0.getEditProperties(PropCnr property) Gets the property definitions.EditorImagesResolution0.getEditProperties(PropCnr property) Gets the property definitions.EditorImagesStyle0.getEditProperties(PropCnr property) Gets the property definitions.EditorImageStyle0.getEditProperties(PropCnr property) Gets the property definitions.EditorImageStyleLocation0.getEditProperties(PropCnr property) Gets the property definitions.EditorImageStylesResolution0.getEditProperties(PropCnr property) Gets the property definitions.EditorStyledImageDefinition0.getEditProperties(PropCnr property) Gets the property definitions.EditorSVGDefinition0.getEditProperties(PropCnr property) Gets the property definitions.Uses of PropCnr in com.iizigo.java
Subclasses of PropCnr in com.iizigo.javaModifier and TypeClassDescriptionfinal classRoot property container for Java projects.classProperty container used to store properties of Java files in a project.Uses of PropCnr in com.iizigo.java.parser
Subclasses of PropCnr in com.iizigo.java.parserModifier and TypeClassDescriptionclassProperty container for a Java source.Uses of PropCnr in com.iizigo.java.prop
Subclasses of PropCnr in com.iizigo.java.propModifier and TypeClassDescriptionclassThe Designer version the Method Reference "2" property class hold the reference to a Method that is in a Java class.Methods in com.iizigo.java.prop that return PropCnrModifier and TypeMethodDescriptionEditorClassReference.getBackReferenceProperty()Gets the back-reference property.EditorMethodReference2.getBackReferenceProperty()Gets the back-reference property.IClassReferenceListener.getBackReferenceProperty()Gets the back-reference property.Methods in com.iizigo.java.prop with parameters of type PropCnrModifier and TypeMethodDescriptionstatic EditorClassReferenceEditorMethodReference.getClassReference(PropCnr methodReferenceParent) Gets the ClassReference property from a parent.static IClassReferenceOwnerEditorMethodReference.getClassReferenceOwner(PropCnr methodReferenceParent) Gets the ClassReference parent that SHOULD or COULD hold the ClassReference for a MethodReference.static JavaClassEditorMethodReference.getJavaClass(PropCnr methodReferenceParent) Gets the JavaClass (IClassReference) from a parent.Uses of PropCnr in com.iizigo.link.vs
Constructors in com.iizigo.link.vs with parameters of type PropCnrModifierConstructorDescriptionLopVSAction(VSAction target, PropCnr owner, Atom atom) Constructor.LopVSComponent(VSComponent target, PropCnr owner, Atom atom) Constructor.LopVSField(VSField target, PropCnr owner, Atom atom) Constructor.Uses of PropCnr in com.iizigo.panel
Methods in com.iizigo.panel with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidContextMenuEditor.initEditor(PropCnr cnr) The initialize editor method.protected voidPanelEditor.initEditor(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.panel.prop
Subclasses of PropCnr in com.iizigo.panel.propModifier and TypeClassDescriptionclassComponent 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 PropCnrModifier and TypeMethodDescriptionEUIComboBox0.getComponentEditProperties(PropCnr property) protected PropCnrEditorPropertiesEUIComp0.getComponentEditProperties(PropCnr property) Gets the base property definitions for a component.EUIDateTime0.getComponentEditProperties(PropCnr property) EUIProgress0.getComponentEditProperties(PropCnr property) EUISlider0.getComponentEditProperties(PropCnr property) EAbsoluteLayout0.getEditProperties(PropCnr property) EBorderLayout0.getEditProperties(PropCnr property) EFlexLayout0.getEditProperties(PropCnr property) EGridLayout0.getEditProperties(PropCnr property) EListLayout0.getEditProperties(PropCnr property) EUICheckedMenuItem0.getEditProperties(PropCnr property) EUIComp0.getEditProperties(PropCnr property) Gets the property definitions for a component, checking the layout manager, etc, for additional data in setup.EUIComps0.getEditProperties(PropCnr property) EUIContextMenu0.getEditProperties(PropCnr property) EUIMenu0.getEditProperties(PropCnr property) EUIMenuItem0.getEditProperties(PropCnr property) EUIMenuSeparator0.getEditProperties(PropCnr property) EUIRadioMenuItem0.getEditProperties(PropCnr property) EAbsoluteData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.EAccordionData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.EBorderData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.EContextMenuData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.EFlexData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.EGridData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.EHeadingData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.EListData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.EMenuBarData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.EMenuData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.EPanelData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.ESwapData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.ETabBarData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.ETabData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.IELayoutProp.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.Constructors in com.iizigo.panel.prop with parameters of type PropCnrUses of PropCnr in com.iizigo.panel.prop.calendar
Subclasses of PropCnr in com.iizigo.panel.prop.calendarModifier and TypeClassDescriptionclassLayout data for calendar list and its calendar events.classThe Editor version of a map marker.classMap layout.classCalendar list component.Methods in com.iizigo.panel.prop.calendar with parameters of type PropCnrModifier and TypeMethodDescriptionECalendarEvent0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.ECalendarData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.Uses of PropCnr in com.iizigo.panel.prop.chart
Subclasses of PropCnr in com.iizigo.panel.prop.chartModifier and TypeClassDescriptionclassThe axis for the chart.classThe plot for the chart.classThe Series for the chart.classThe Series value for the chart.classChart component.Methods in com.iizigo.panel.prop.chart with parameters of type PropCnrModifier and TypeMethodDescriptionEAxis2D0.getEditProperties(PropCnr property) EPlot2D0.getEditProperties(PropCnr property) ESeries0.getEditProperties(PropCnr property) ESeriesValue0.getEditProperties(PropCnr property) Constructors in com.iizigo.panel.prop.chart with parameters of type PropCnrUses of PropCnr in com.iizigo.panel.prop.map
Subclasses of PropCnr in com.iizigo.panel.prop.mapModifier and TypeClassDescriptionclassLayout data for maps.classMap layout.classThe Editor version of a map marker.classMap markers container for the designer.classMap component.Methods in com.iizigo.panel.prop.map with parameters of type PropCnrModifier and TypeMethodDescriptionEMapMarkerProp0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EMapMarkers0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EMapData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.Uses of PropCnr in com.iizigo.panel.prop.mlist
Subclasses of PropCnr in com.iizigo.panel.prop.mlistModifier and TypeClassDescriptionclassThe 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.Methods in com.iizigo.panel.prop.mlist with parameters of type PropCnrModifier and TypeMethodDescriptionEMLDefaultItemProp0.getEditProperties(PropCnr property) Gets the property definitions for property being edited.EMLGroup0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EMLItemProp0.getEditProperties(PropCnr property) Gets the property definitions for property being edited.EMListData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.Constructors in com.iizigo.panel.prop.mlist with parameters of type PropCnrUses of PropCnr in com.iizigo.panel.prop.table
Subclasses of PropCnr in com.iizigo.panel.prop.tableModifier and TypeClassDescriptionclassThe Table "component" (really a container).classThe Table Column component.classSetup layout data for a component in a container with tab layout.classUI Table layout.Methods in com.iizigo.panel.prop.table with parameters of type PropCnrModifier and TypeMethodDescriptionEUITableData.getGroupText(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.Uses of PropCnr in com.iizigo.plugin
Fields in com.iizigo.plugin with type parameters of type PropCnrModifier and TypeFieldDescriptionPluginDescriptor.propertyClassThe class for the property containers for the files or the UI component.Methods in com.iizigo.plugin with parameters of type PropCnrModifier and TypeMethodDescriptionPluginDescriptor.getServerApplicationSetupInstances(PropCnr moduleRoot) Queries for instances of the IServerApplicationSetup required.Constructor parameters in com.iizigo.plugin with type arguments of type PropCnrModifierConstructorDescriptionPluginDescriptor(org.eclipse.ui.plugin.AbstractUIPlugin instance, IPluginInitialize callback, String pluginTitle, String pluginDescription, IPluginDescriptor<?> serverPluginDescriptor, String propertiesSchema, Class<? extends PropCnr> propertyClass) Constructor for data connector plug-in's.PluginDescriptor(org.eclipse.ui.plugin.AbstractUIPlugin instance, IPluginInitialize callback, String pluginTitle, String pluginDescription, IPluginDescriptor<?> serverPluginDescriptor, String propertiesSchema, Class<? extends PropCnr> propertyClass, String fileExtension, org.eclipse.jface.resource.ImageDescriptor fileImageDescriptor, String fileTitle, String directory, org.eclipse.jface.resource.ImageDescriptor directoryImageDescriptor, String directoryTitle, String directoryDescription) Constructor for data connector plug-in's.Uses of PropCnr in com.iizigo.project
Subclasses of PropCnr in com.iizigo.projectModifier and TypeClassDescriptionclassThe module root property container.final classThe module root property container.classThe project root property container.Methods in com.iizigo.project that return PropCnrModifier and TypeMethodDescriptionModuleRootPropCnr.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.Methods in com.iizigo.project with parameters of type PropCnrModifier and TypeMethodDescriptionprotected DesignerPropNewWizard.createNewFile(PropCnr container) Creates the new file in the wizard and opens the editor.protected DesignerPropNewWizard.createNewFile(PropCnr container, boolean doOpenEditor) Creates the new file in the wizard and opens the editor.protected DesignerPropNewWizard.createNewFile(PropCnr container, IFileCreated fileCreated, boolean doOpenEditor) Creates the new file in the wizard.protected DesignerPropNewWizard.createNewFile(String label, org.eclipse.core.resources.IFile newFileHandle, PropCnr container, IFileCreated fileCreated, boolean doOpenEditor) Creates a new file.static voidProjectRootPropCnr.doReValidateReferences(PropCnr pc) Rechecks and validates the references for a property container, with a "null" progress monitor that cannot be canceled.static voidProjectRootPropCnr.doValidateReferences(PropCnr pc, boolean doReCheck) Validates the references for a property container.ModuleApp0.getEditProperties(PropCnr property) Gets the property definitions.Method parameters in com.iizigo.project with type arguments of type PropCnrModifier and TypeMethodDescriptionvoidModuleFolder.addAcceptedBaseProperty(Class<? extends PropCnr> propertyClass) Adds an accepted class for base properties as files in this folder.Uses of PropCnr in com.iizigo.prop
Subclasses of PropCnr in com.iizigo.propModifier and TypeClassDescriptionclassThis 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 declared as PropCnrModifier and TypeFieldDescriptionfinal PropCnr[]PropertyEditorInfo.CreateItem.containersThe parent containers for the edited item.protected final PropCnrDesignerProp.propertyContainerThe owner.Methods in com.iizigo.prop that return PropCnrModifier and TypeMethodDescriptionFilePropCnr.getDataContainer()Gets the data property container for the file.PropCnr[]PropertyEditor.getEditedProperties()Gets the edited property containers.PropCnr[]EditedPropController.getParents()Gets the parent property containers.final PropCnrDesignerProp.getPropCnr()Gets the originating property container.PropCnr[]PropertyEditor.setViewerEditedProperties(org.eclipse.jface.viewers.TreeViewer viewer) Sets the edited properties from a viewer.Methods in com.iizigo.prop with parameters of type PropCnrModifier and TypeMethodDescriptiondefault booleanITransferContainerProps.canPasteFrom(PropCnr from) Verifies if the transfer operation is supported for the component in question.default booleanITransferContainerProps.canPasteTo(PropCnr to) Verifies if the transfer operation is supported for the component in question.static org.eclipse.swt.widgets.CompositeDesignerProp.createCNToolTipItemList(org.eclipse.swt.widgets.Composite parent, PropCnr pc, List<TooltipItem> list, boolean appendErrors) Creates a simple list of items for a property with appended property error information.BaseEditor.createControls(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.IEditedPropertyEntry.createControls(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.PropertyEditorInfo.createControls(PropertyEditor editor, org.eclipse.swt.widgets.Composite entryPart, com.iizigo.prop.PropertyEditorLayout pl, MultiPropLabel mlabel, DefinedButton definedButton, PropertyEditor.Node node, PropCnr[] containers) Creates the controls required.static AtomDesignerProp.createFileErrorAtom(PropCnr parentContainer) Creates a unique property atom for file errors for a property.protected ObjectMementoPropCnr.equalsTree(PropCnr pc2, int how) Checks for equality in the whole container structure.PropertyEditorInfo.getCombinedPropertyEditorInfos(PropCnr[] pcs, ArrayList<PropertyEditorInfo>[] infosArray) Creates the combined EditProperties for an array of properties.PropertyEditorInfo.getCombinedPropertyEditorInfos(PropCnr pc, ArrayList<PropertyEditorInfo> infosArray) Creates the combined EditProperties for a single property that are edited.EditorFolderSettingsProp0.getEditProperties(PropCnr property) Gets the property definitions.IPropCnrEditorProperties.getEditProperties(PropCnr property) Gets the property definitions for a component.PropertyEditorSetup.getEditProperties(PropCnr pc) Gets the name mapping from a class to another, e.g.PropertyEditorSetup.getEditProperties(PropCnr pc, boolean logError) Gets the name mapping from a class to another, e.g.PropertyEditorSetup.getEditProperties(PropCnr pc, boolean logError, Throwable prev) Gets the name mapping from a class to another, e.g.org.eclipse.swt.graphics.ImagePropCnrEditorProperties.getEmptySettingsImage(PropCnr property) When the group is not editable, this image is shown.PropCnrEditorProperties.getEmptySettingsMessage(PropCnr property) When the group is not editable, this message is shown.PropCnrEditorProperties.getPropertyEditorInfos(PropCnr pc) Gets the PropertyEditorInfo array for the property editor for a single property.booleanPropExtender.initialize(String extendsName, PropCnr source, PropCnr target) Initializes the property extender.static booleanEditedPropController.isPropReadOnly(PropCnr pc) Checks if it's read-only, i.e.voidFilePropCnr.onCompletedLoading(PropCnr dataContainerToBe) Called when the file completed its loading from the Module model.voidPropertyEditor.setEditedProperties(PropCnr[] pcs) Sets a new content to the editor.voidPropertyEditor.setEditedProperties(PropCnr pc, ArrayList<PropertyEditorInfo> infos) Sets a new content to the editor.voidPropertyEditor.setEditedPropertiesForPopupWindows(PropCnr[] pcs) Sets a new content to the editor for dialog boxes and preference pages, regardless of component visibility under Windows.voidIPropertyEditorController.setPropertyValue(PropCnr parent, GProp<?> property, Object value) Sets a property value.voidStandaloneEditorController.setPropertyValue(PropCnr parent, GProp<?> property, Object value) Sets a property value.default booleanITransferContainerProps.transferContainerProps(boolean doPerformPaste, PropCnr source, IPropUndoRedo undoRedo) Handles transfer of data from one layout to another.protected booleanDesignerProp.validateClasses(boolean doPerform, PropCnr target, GProp<?>[] props, boolean isMove) Validates the target property container classes for paste.Constructors in com.iizigo.prop with parameters of type PropCnrModifierConstructorDescriptionContainerListener(PropCnr container, Atom atom, IContainerListenerOwner listener) Constructor.CreateItem(PropertyEditorInfo info, PropCnr[] containers) Constructor.DesignerProp(PropCnr propertyContainer) Constructor.EditedPropController(IPropertyEditorController controller, PropertyEditorInfo info, Atom atom, PropCnr[] containers) Creates the controller instance for a normal property.MultiPropCnr(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] containers, PropertyEditor.Node node, int itemCount) Constructs the container for the property editor.MultiPropEditor(PropertyEditor editor, PropertyEditorInfo info, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, DefinedButton definedButton, IEditedPropertyEntryMultiPropSupport multiEdit, Class<? extends GProp<?>> propItemClass, int propItemCount) Creates the multi-prop editor.PropCnrEditorProperties(PropCnrEditorProperties existing, PropCnr parent, PropCnrEditorProperties pes) Create a new instance and adds the definitions from another edited property container.ResourceDesignerProp(PropCnr propertyContainer) Constructor.Uses of PropCnr in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return PropCnrModifier and TypeMethodDescriptionPKCS12IdentityPropEditor.getEditedPropParent()Gets the single property parent.PropCnr[]PKCS12IdentityPropEditor.getEditedPropParents()Gets the property parents.protected PropCnrBaseReferencePropEditor.getSelectionBaseProp(PropCnr pc) Gets the base property reference to use as selection root for a property container.Methods in com.iizigo.prop.editor with parameters of type PropCnrModifier and TypeMethodDescriptionAtomNamePropEditor.createControls(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.ExtendsFlagPropEditor.createControls(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.ExtendsNamePropEditor.createControls(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.MultiColorPropEditor.createControls(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.MultiIntChoicePropEditor.createControls(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.MultiUnitPropEditor.createControls(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.MultiUnitsPropEditor.createControls(PropertyEditor editor, PropertyEditorInfo info, String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton) Creates the required controls in the composite.ExtServerURLValidator.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.FontSizeVerifier.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.GroupNameValidator.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.IDValidator.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.IEntryValidator.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.IntRange.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.LocalizedStringPropEditor.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.LongRange.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.NumberRange.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.UnitRange.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.protected PropCnrBaseReferencePropEditor.getSelectionBaseProp(PropCnr pc) Gets the base property reference to use as selection root for a property container.ExtServerURLValidator.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.FontSizeVerifier.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.GroupNameValidator.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.IDValidator.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.IEntryValidator.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.IntRange.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.LocalizedStringPropEditor.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.LongRange.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.NumberRange.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.UnitRange.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.Uses of PropCnr in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog with parameters of type PropCnrModifier and TypeMethodDescriptionbooleanChecks for a valid class in this property of its children.booleanChecks for a valid class in this property of its children.booleanSelectPropViewerFilter.isValidSelection(PropCnr pc) Checks if a property is of a valid class to be selected as final selection.Uses of PropCnr in com.iizigo.prop.group
Methods in com.iizigo.prop.group with parameters of type PropCnrModifier and TypeMethodDescriptionIGroupTextFormatter.getGroupText(PropCnr[] containers, ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the group.LayoutDataFormatter.getGroupText(PropCnr[] pcs, ArrayList<PropertyEditorInfo> infos, PropertyEditorInfo group, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the group.Uses of PropCnr in com.iizigo.prop.tooltip
Methods in com.iizigo.prop.tooltip with parameters of type PropCnrUses of PropCnr in com.iizigo.push.prop
Subclasses of PropCnr in com.iizigo.push.propModifier and TypeClassDescriptionclassContainer that holds the required settings for the Push Notification of an app in the Editor.Methods in com.iizigo.push.prop with parameters of type PropCnrUses of PropCnr in com.iizigo.pwa.prop
Subclasses of PropCnr in com.iizigo.pwa.propModifier and TypeClassDescriptionclassContainer that holds the required settings for the PWA in the Editor.Methods in com.iizigo.pwa.prop with parameters of type PropCnrUses of PropCnr in com.iizigo.run
Methods in com.iizigo.run with parameters of type PropCnrModifier and TypeMethodDescriptionIRuntimeBuilder.getEditProperties(PropCnr property) Gets the property definitions.Uses of PropCnr in com.iizigo.run.impl
Methods in com.iizigo.run.impl with parameters of type PropCnrModifier and TypeMethodDescriptionEclipseRuntimeBuilder.getEditProperties(PropCnr property) Gets the property definitions.EditableProps0.getEditProperties(PropCnr property) Gets the property definitions.Uses of PropCnr in com.iizigo.run.prop
Subclasses of PropCnr in com.iizigo.run.propModifier and TypeClassDescriptionclassContainer that holds the required settings for the runtime builder.Uses of PropCnr in com.iizigo.selector
Methods in com.iizigo.selector with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidSelectorEditor.initEditor(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.selector.prop
Subclasses of PropCnr in com.iizigo.selector.propModifier and TypeClassDescriptionclassThis Selector property container for the Editor.Methods in com.iizigo.selector.prop with parameters of type PropCnrModifier and TypeMethodDescriptionESelector.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.server
Methods in com.iizigo.server with parameters of type PropCnrModifier and TypeMethodDescriptionvoidServerConfigComposite.setPropertyValue(PropCnr parent, GProp<?> property, Object value) Sets a property value.Uses of PropCnr in com.iizigo.server.config
Subclasses of PropCnr in com.iizigo.server.configModifier and TypeClassDescriptionclassEditor 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.Methods in com.iizigo.server.config with parameters of type PropCnrModifier and TypeMethodDescriptionEditorLetsEncryptDomain0.getEditProperties(PropCnr property) Gets the property definitions.EditorMailProps0.getEditProperties(PropCnr property) Gets the property definitions.EditorPolicyProps0.getEditProperties(PropCnr property) Gets the property definitions.EditorServerAppConfig0.getEditProperties(PropCnr property) Gets the property definitions.EditorServerConfigEnvProps0.getEditProperties(PropCnr property) Gets the property definitions.EditorServerPluginConfig0.getEditProperties(PropCnr property) Gets the property definitions.EditorServerSettings0.getEditProperties(PropCnr property) Gets the property definitions.EditorWebServerPortConfig0.getEditProperties(PropCnr property) Gets the property definitions.Uses of PropCnr in com.iizigo.server.monitor
Subclasses of PropCnr in com.iizigo.server.monitorModifier and TypeClassDescriptionclassClient 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.Methods in com.iizigo.server.monitor with parameters of type PropCnrModifier and TypeMethodDescriptionEditorClientSessionProp.Setup.getEditProperties(PropCnr property) EditorEndPointPropCnr.Setup.getEditProperties(PropCnr property) EditorEndPointsPropCnr.Setup.getEditProperties(PropCnr property) EditorSessionConnectionStatProp.Setup.getEditProperties(PropCnr property) Uses of PropCnr in com.iizigo.style
Methods in com.iizigo.style with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidStyleEditor.initEditor(PropCnr cnr) The initialize editor method.voidStylesButton.setEditedProperties(PropCnr[] props, IPropertyEditorController controller) Initializes the edited properties.Uses of PropCnr in com.iizigo.style.prop
Subclasses of PropCnr in com.iizigo.style.propMethods in com.iizigo.style.prop with parameters of type PropCnrModifier and TypeMethodDescriptionEditorStyles0.getEditProperties(PropCnr property) Gets the property definitions for Styles or the StateStyles.Uses of PropCnr in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type PropCnrModifier and TypeMethodDescriptionvoidIFlatToolbarButtonIntegration.setEditedProperties(PropCnr[] props, IPropertyEditorController controller) Initializes the edited properties.Uses of PropCnr in com.iizigo.term
Methods in com.iizigo.term with parameters of type PropCnrModifier and TypeMethodDescriptionPluginActivator.getServerApplicationSetupInstances(PropCnr moduleRoot) Queries for instances of the IServerApplicationSetup required.Uses of PropCnr in com.iizigo.term.capture.prop
Subclasses of PropCnr in com.iizigo.term.capture.propModifier and TypeClassDescriptionclassThis 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 that return PropCnrModifier and TypeMethodDescriptionCaptureRootProp.getRootFromName(GProp<?> requestor, String module) Gets the module root for a name.Methods in com.iizigo.term.capture.prop with parameters of type PropCnrModifier and TypeMethodDescriptionEField.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.Constructors in com.iizigo.term.capture.prop with parameters of type PropCnrUses of PropCnr in com.iizigo.term.prop
Subclasses of PropCnr in com.iizigo.term.propModifier and TypeClassDescriptionclassThis 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 that return PropCnrModifier and TypeMethodDescriptionEditorSessionsProp.getRootFromName(GProp<?> requestor, String module) Gets the module root for a name.Methods in com.iizigo.term.prop with parameters of type PropCnrModifier and TypeMethodDescriptionScreenPropValidator.getDescription(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String[] options) Gets a description of the validation options.EditorSessionsProp0.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.EditorTerminalActionActor.Setup.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorTerminalProps0.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.EScreen.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.EScreenAction.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.EScreenActionGroup.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.EScreenActions.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.EScreenField.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.EScreenFieldGroup.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.EScreenFields.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.EScreenIdentification.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.EScreenIdentifications.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.ScreenPropValidator.validate(IPropertyEditorController controller, PropertyEditorInfo info, PropCnr[] parents, String value, String[] options) Validates the property value after editing.Constructors in com.iizigo.term.prop with parameters of type PropCnrModifierConstructorDescriptionScreenDesignerProp(PropCnr propertyContainer) The constructor.TerminalDesignerProp(PropCnr propertyContainer) The constructor.Uses of PropCnr in com.iizigo.term.recording.prop
Subclasses of PropCnr in com.iizigo.term.recording.propModifier and TypeClassDescriptionclassThe 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 that return PropCnrModifier and TypeMethodDescriptionRecordingRootProp.getRootFromName(GProp<?> requestor, String module) Gets the module root for a name.Methods in com.iizigo.term.recording.prop with parameters of type PropCnrModifier and TypeMethodDescriptionELogic.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.ELogicItem.getEditProperties(PropCnr property) Gets the property definitions for the Property Editor.Constructors in com.iizigo.term.recording.prop with parameters of type PropCnrUses of PropCnr in com.iizigo.term.screen
Fields in com.iizigo.term.screen declared as PropCnrModifier and TypeFieldDescriptionScreenRectangle.propertyThe property associated with the rectangle.Methods in com.iizigo.term.screen with parameters of type PropCnrModifier and TypeMethodDescriptionvoidScreenDesigner.assignProperty(PropCnr propCnr) Assigns the verification property and starts listening to it.protected voidScreenEditor.initEditor(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.term.server
Subclasses of PropCnr in com.iizigo.term.serverModifier and TypeClassDescriptionclassThe 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.Methods in com.iizigo.term.server with parameters of type PropCnrModifier and TypeMethodDescriptionEditorActiveTerminalSession.Setup.getEditProperties(PropCnr property) Uses of PropCnr in com.iizigo.term.session
Constructors in com.iizigo.term.session with parameters of type PropCnrModifierConstructorDescriptionNewSessionWizard(PropCnr parentForNaming, EditorTerminalProps editSettings) Creates the common wizard.NewSessionWizardNameTypePage(PropCnr parentForNaming, EditorTerminalProps props, EditorTerminalProps editSettings) Create the wizard.Uses of PropCnr in com.iizigo.text
Methods in com.iizigo.text with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidTextTableEditor.initEditor(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.text.prop
Subclasses of PropCnr in com.iizigo.text.propModifier and TypeClassDescriptionclassThis Selector property container for the Editor.Methods in com.iizigo.text.prop with parameters of type PropCnrModifier and TypeMethodDescriptionEditorTextTable0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.validator
Methods in com.iizigo.validator with parameters of type PropCnrModifier and TypeMethodDescriptionvoidControlValidator.setAtomNameValidator(PropCnr container, GProp<?> property, boolean allowLeadingDollar) Assigns the callback to be an Atom Name Validator.Uses of PropCnr in com.iizigo.vs
Fields in com.iizigo.vs declared as PropCnrModifier and TypeFieldDescriptionfinal PropCnrVSConnection.masterParentThe master parent.final PropCnrVSConnection.propertyThe property to connect to a VS field.Methods in com.iizigo.vs with parameters of type PropCnrModifier and TypeMethodDescriptionNewVSFieldWizardPage.create(Atom name, PropCnr vsParent, ComplexOperation op) Creates the field when a dialog box is present.static EditorVSColumnHeaderNewVSColumnWizardPage.doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op) Creates the field when a dialog box is present.static EditorVSFieldNewVSFieldWizardPage.doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op) Creates the field when a dialog box is present.static EditorVSTableNewVSTableWizardPage.doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op) Creates the field when a dialog box is present.protected voidVirtualSpaceEditor.initEditor(PropCnr cnr) The initialize editor method.protected intVirtualSpaceEditor.setFocus(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, String childName) Attempts to set focus to the property in question based on a container, a viewer and a property editor.Constructors in com.iizigo.vs with parameters of type PropCnrModifierConstructorDescriptionVSConnection(PropCnr masterParent, PropCnr property, String vsBaseReference) Creates the connection.VSConnection(PropCnr masterParent, PropCnr property, String vsBaseReference, String suggestedName) Creates the connection.Uses of PropCnr in com.iizigo.vs.actor
Subclasses of PropCnr in com.iizigo.vs.actorModifier and TypeClassDescriptionclassThe 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.Methods in com.iizigo.vs.actor that return PropCnrModifier and TypeMethodDescriptionEditorActionActors.getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.EditorFieldActors.getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.Methods in com.iizigo.vs.actor with parameters of type PropCnrModifier and TypeMethodDescriptionEditorHistoryBackward.Setup.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorHistoryForward.Setup.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorSetFocus.Setup.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorSetSourceFieldValue.Setup.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorSetTargetFieldValue.Setup.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorTransportField.Setup.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.vs.link
Methods in com.iizigo.vs.link that return PropCnrModifier and TypeMethodDescriptionprotected PropCnrVSLinkAction.runOperation(PropCnr target, ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected PropCnrVSLinkField.runOperation(PropCnr target, ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected abstract PropCnrVSLinkInfo.runOperation(PropCnr target, ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected PropCnrVSLinkVirtualSpace.runOperation(PropCnr target, ArrayList<EditorVirtualSpace> virtualSpaces, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.Methods in com.iizigo.vs.link with parameters of type PropCnrModifier and TypeMethodDescriptionprotected StringVSLinkAction.getOperation(PropCnr target, EditorVSAction component) Returns the operation that linking will produce.protected StringVSLinkField.getOperation(PropCnr target, EditorVSField component) Returns the operation that linking will produce.protected abstract StringVSLinkInfo.getOperation(PropCnr target, VSCOMP component) Returns the operation that linking will produce.protected StringVSLinkVirtualSpace.getOperation(PropCnr target, EditorVirtualSpace component) Returns the operation that linking will produce.protected booleanVSLinkAction.isAlreadyLinked(PropCnr target, EditorVSAction component) Verifies if the component has been linked already.protected booleanVSLinkField.isAlreadyLinked(PropCnr target, EditorVSField component) Verifies if the component has been linked already.protected abstract booleanVSLinkInfo.isAlreadyLinked(PropCnr target, VSCOMP component) Verifies if the component has been linked already.protected booleanVSLinkVirtualSpace.isAlreadyLinked(PropCnr target, EditorVirtualSpace component) Verifies if the component has been linked already.static voidIVSLinkEnabler.performLink(org.eclipse.swt.widgets.Shell shell, PropCnr target, ArrayList<VSLinkInfo<?>> infoList, ArrayList<VSSubLinkInfo> subInfoList, ArrayList<ArrayList<IVSComponent>> componentsList, ComplexOperation op) Called to perform the operations.protected PropCnrVSLinkAction.runOperation(PropCnr target, ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected PropCnrVSLinkField.runOperation(PropCnr target, ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected abstract PropCnrVSLinkInfo.runOperation(PropCnr target, ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected PropCnrVSLinkVirtualSpace.runOperation(PropCnr target, ArrayList<EditorVirtualSpace> virtualSpaces, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.Uses of PropCnr in com.iizigo.vs.prop
Subclasses of PropCnr in com.iizigo.vs.propModifier and TypeClassDescriptionclassThe Editor VirtualSpace property class.classThe Editor VirtualSpace Action property class.classThe Editor VirtualSpace Column property class.classThe Editor VirtualSpace Field property class.classThe Editor VirtualSpace Group property class.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 PropCnrModifier and TypeMethodDescriptionEditorVSAction.getBaseJavaReference()Gets the base reference path for the Java reference, e.g.EditorVSColumnHeader.getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.EditorVSField.getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.EditorVSTable.getBaseJavaReference()Gets the base reference path for the Java reference, from the owner of this container, e.g.Methods in com.iizigo.vs.prop with parameters of type PropCnrModifier and TypeMethodDescriptionstatic EditorVSTableEditorVSTable.createTable(PropCnr parent, String suggestedName, CreateColumnData[] columns) Creates a table with the suggested name to be placed in a container.EditorVirtualSpace0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorVSAction0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorVSColumnHeader0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorVSField0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorVSGroup0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorVSParticipantsHolder0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.EditorVSTable0.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.Constructors in com.iizigo.vs.prop with parameters of type PropCnrUses of PropCnr in com.iizigo.vs.viewer
Subclasses of PropCnr in com.iizigo.vs.viewerModifier and TypeClassDescriptionclassThe VSViewer property container used to view a VirtualSpace.Constructor parameters in com.iizigo.vs.viewer with type arguments of type PropCnrModifierConstructorDescriptionVSViewerPropCnr(Atom name, ArrayList<PropCnr> list, boolean isReadOnly) Creates a VSViewer proxy container for all VirtualSpace of the specified container.Uses of PropCnr in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return PropCnrModifier and TypeMethodDescriptionfinal PropCnrVSComponentCreation.getVSParent()Gets the parent for the component.Methods in com.iizigo.vs.wizards with parameters of type PropCnrModifier and TypeMethodDescriptionprotected EditorVSActionVSActionCreation.doCreate(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected EditorVSColumnHeaderVSColumnCreation.doCreate(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected abstract VSTYPEVSComponentCreation.doCreate(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected EditorVSFieldVSFieldCreation.doCreate(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected EditorVSTableVSTableCreation.doCreate(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.final voidVSComponentCreation.setVSParent(PropCnr vsParent) Sets the parent.Uses of PropCnr in com.iizigo.ws.actionactor
Subclasses of PropCnr in com.iizigo.ws.actionactorModifier and TypeClassDescriptionstatic classSettings property container.Methods in com.iizigo.ws.actionactor with parameters of type PropCnrModifier and TypeMethodDescriptionEditorWebServiceActionActor.Setup.getEditProperties(PropCnr property) Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.ws.editor
Methods in com.iizigo.ws.editor that return PropCnrModifier and TypeMethodDescriptionIEditorReplyProcessor.createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply) Creates the required identification properties to start to become a valid processor.Methods in com.iizigo.ws.editor with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidWebServiceEditor.initEditor(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.ws.prop
Subclasses of PropCnr in com.iizigo.ws.propModifier and TypeClassDescriptionclassEditor 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 that return PropCnrModifier and TypeMethodDescriptionprotected PropCnrEditorOutputProps.getRetargetedVerifyContainer()Gets the retargeted verification property container.protected PropCnrEditorRESTfulInputProps.getRetargetedVerifyContainer()Gets the retargeted verification property container.Methods in com.iizigo.ws.prop with parameters of type PropCnrModifier and TypeMethodDescriptionEditorOutputColumn0.getEditProperties(PropCnr property) EditorOutputProps0.getEditProperties(PropCnr property) EditorOutputTable0.getEditProperties(PropCnr property) EditorOutputVariable0.getEditProperties(PropCnr property) EditorOutputVariables0.getEditProperties(PropCnr property) EditorRESTfulInputProps0.getEditProperties(PropCnr property) EditorWebServiceProp0.getEditProperties(PropCnr property) Constructors in com.iizigo.ws.prop with parameters of type PropCnrUses of PropCnr in com.iizigo.ws.prop.json
Subclasses of PropCnr in com.iizigo.ws.prop.jsonModifier and TypeClassDescriptionclassEditor 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 that return PropCnrModifier and TypeMethodDescriptionEditorJSONReplyDocument.createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply) Creates the required identification properties to start to become a valid processor.Methods in com.iizigo.ws.prop.json with parameters of type PropCnrModifier and TypeMethodDescriptionEditorJSONElementWrapper0.getEditProperties(PropCnr property) EditorJSONReplyDocument0.getEditProperties(PropCnr property) Uses of PropCnr in com.iizigo.ws.prop.url
Subclasses of PropCnr in com.iizigo.ws.prop.urlModifier and TypeClassDescriptionclassEditor 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.Methods in com.iizigo.ws.prop.url with parameters of type PropCnrModifier and TypeMethodDescriptionEditorURLEncodedInput0.getEditProperties(PropCnr property) EditorURLInputParameter0.getEditProperties(PropCnr property) Uses of PropCnr in com.iizix
Modifier and TypeInterfaceDescriptioninterfaceIPluginDescriptor<T extends PropCnr>Plug-in descriptor used for the Server to load the plug-in's XML schema and get the appropriate class loader.Uses of PropCnr in com.iizix.actionactor
Subclasses of PropCnr in com.iizix.actionactorModifier and TypeClassDescriptionclassClass extending the property container.static classSettings property container.Uses of PropCnr in com.iizix.api
Classes in com.iizix.api with type parameters of type PropCnrModifier and TypeInterfaceDescriptioninterfaceIAnnotationReferenceProcessor<SCOPE extends PropCnr,COMP extends GProp<?>> Tagging interface used by the AnnotationType's to handle reference look-up, validation and refactoring.Methods in com.iizix.api that return PropCnrModifier and TypeMethodDescriptionIBackReferenceProvider.getBaseJavaReference()Gets the base reference path for the Java reference.Methods in com.iizix.api with parameters of type PropCnrModifier and TypeMethodDescriptionvoidIInstanceLifecycleListener.onDisposed(PropCnr owner) Called when the virtualized owner property is disposed of, i.e.voidIInstanceLifecycleListener.onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr owner) This method is called after the virtualization has completed and that all references, etc, are ready but before any kind of other action is done.Uses of PropCnr in com.iizix.app.builder
Methods in com.iizix.app.builder with type parameters of type PropCnrMethods in com.iizix.app.builder that return PropCnrUses of PropCnr in com.iizix.db.actionactor
Subclasses of PropCnr in com.iizix.db.actionactorModifier and TypeClassDescriptionstatic classSettings property container.Uses of PropCnr in com.iizix.db.prop
Subclasses of PropCnr in com.iizix.db.propModifier and TypeClassDescriptionclassA 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.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 PropCnrModifier and TypeMethodDescriptionConnectionProfilesSetup.getDefaultName(PropCnr moduleRoot) Gets the name of the default property container name in case of multiple property containers.ConnectionProfilesSetup.getSetupPropertyContainers(PropCnr moduleRoot) Gets the list of property containers that describes the setup required.Uses of PropCnr in com.iizix.editor
Constructors in com.iizix.editor with parameters of type PropCnrModifierConstructorDescriptionAtomGenerator(PropCnr container) Creates an atom generator using the atom manager and a property container.Uses of PropCnr in com.iizix.event
Methods in com.iizix.event that return PropCnrModifier and TypeMethodDescriptionParentCnrAddedEvent.getContainer()Gets the container that is added or removed (same as getSource()).PropCnrEvent.getContainer()Gets the container that got the property added or removed.PropCopyEvent.getContainer()Gets the container that got the property added or removed.PropDisposeEvent.getContainer()Gets the parent container that owned the property.PropReorderEvent.getEventTarget()Returns the container that was reordered (same as "getSource()").ParentCnrMoveEvent.getOldContainer()Gets the old property container.PropMoveEvent.getOldContainer()Gets the old property container.RemoteEvent.getParameters()Gets the property container that is used to add parameters.Methods in com.iizix.event with parameters of type PropCnrModifier and TypeMethodDescriptionbooleanGEvent.isPropertyChange(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.booleanGEvent.isPropertyChange(PropCnr pc, String name) Checks if the event is a modification change of any property in the specified container.booleanPropCnrEvent.isPropertyChange(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.booleanPropCnrEvent.isPropertyChange(PropCnr pc, String name) Checks if the event is a modification change of any property in the specified container.booleanPropCopyEvent.isPropertyChange(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.booleanPropCopyEvent.isPropertyChange(PropCnr pc, String name) Checks if the event is a modification change of any property in the specified container.booleanPropValueEvent.isPropertyChange(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.booleanPropValueEvent.isPropertyChange(PropCnr pc, String name) Checks if the event is a modification change of any property in the specified container.booleanGEvent.isPropertyChangeIn(PropCnr pc) Checks if the event is a modification change of any property in the specified container.booleanGEvent.isPropertyChangeInTree(PropCnr pc) Checks if the event is a modification change of any property in the specified container or any of its children.Constructors in com.iizix.event with parameters of type PropCnrModifierConstructorDescriptionParentCnrAddedEvent(int eventID, PropCnr addedContainer, boolean isRemoteInduced) Constructs a new added event for a property container that is added.ParentCnrMoveEvent(PropCnr movedContainer, Atom oldAtom, PropCnr oldContainer) Constructs a new move event for a property that is moved and renamed at the same time.ParentCnrNameEvent(PropCnr container, Atom oldAtom, boolean isRemoteInduced) Constructs a new property event.PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr) Constructs a new property container event.PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr) Constructs a new property container event.PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr) Constructs a new property container event.PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr) Constructs a new property container event.PropDisposeEvent(GProp<?> property, PropCnr parent, boolean isRemoteInduced) Constructs a new property container event.PropMoveEvent(int eventID, GProp<?> property, Atom oldAtom, PropCnr oldContainer, GProp<?>[] oldContainerProps) Constructs a new move event for a property that is moved and renamed at the same time.PropReorderEvent(PropCnr container, GProp<?>[] oldProperties, boolean isRemoteInduced) Constructs a new property container event for reordering property indexes.RemoteEvent(GProp<?> source, int localID, PropCnr params) Creates a new remote event (locally).RemoteEvent(GProp<?> source, int localID, PropCnr params, PropMgr originator) Creates a new remote event.ResolveReferencesEvent(PropCnr root, boolean doReCheck, boolean isPostResolving) Constructs a new Resolve References event with the specifiedisPostResolvingflag.Uses of PropCnr in com.iizix.gyro
Methods in com.iizix.gyro that return PropCnrModifier and TypeMethodDescriptionIAppSessionGyro.getRootFromName(GProp<?> requestor, String module) Gets the module root for a name.GyroTransaction.getTransactionContainer()Returns the transaction property container for the GyroTransaction.Constructors in com.iizix.gyro with parameters of type PropCnrModifierConstructorDescriptionGyroTransaction(PropCnr transactionContainer, IFocusEngine focusEngine) Creates the gyro transaction for a property container.Uses of PropCnr in com.iizix.jdbc
Methods in com.iizix.jdbc with parameters of type PropCnrModifier and TypeMethodDescriptionstatic IDBConnectionPoolJDBCHelper.from(String name, PropCnr cnr, Properties driverProps) Creates a database connection pool from values stored in a property container.Uses of PropCnr in com.iizix.license
Methods in com.iizix.license that return PropCnrModifier and TypeMethodDescriptiondefault PropCnrILicenseServerListener.getCommProp(boolean newInstance) Returns the property class to add when connection is established.Methods in com.iizix.license with parameters of type PropCnrModifier and TypeMethodDescriptionvoidIDesignerLicenseSystem.addDeveloperAppPropCnrData(PropCnr appPropCnr) Adds the required information in the AppPropCnr property container for the application.IDesignerLicenseSystem.verifyAppJar(JarFile jar, PropCnr appPropCnr) Verifies that an iiziApp Jar is signed with the developer certificate.Uses of PropCnr in com.iizix.prop
Subclasses of PropCnr in com.iizix.propModifier and TypeClassDescriptionclassAbstract 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).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).classSpecial Designer property container that is private.classDevice parameters container available only for iiziRun.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).classA PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.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.classThis Geographical property is a container that holds information about client position and an API to work with geographical location services.classContainer holding mail settings.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.classThis Flashlight or torch property is a container that holds information about client devices flashlight availability, state and intensity.classContainer holding policiy settings.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 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 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.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.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 text table property holds the text table items consisting of KStrings.classThis property container contains all properties required for Transaction communication based on WebSockets.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.Fields in com.iizix.prop declared as PropCnrModifier and TypeFieldDescriptionstatic final PropCnr[]PropCnr.EMPTY_CNRSEmpty array of property containers.final PropCnrProxyImpl.sourceThe source property container.final PropCnrProxyImpl.targetThe target property container.Methods in com.iizix.prop with type parameters of type PropCnrModifier and TypeMethodDescription<PC extends PropCnr>
PCModuleProjectSettings.getContainer(String name, Class<PC> clazz) Gets a container by name and class type.final <PROPCNR extends PropCnr>
PROPCNRGets the parent of this property with the requested type.<PROPCNR extends PropCnr>
PROPCNRGets the parent of this property with the requested type.Methods in com.iizix.prop that return PropCnrModifier and TypeMethodDescriptionPropCnr.clone()Creates a clone out of this property.ProxyPropCnr.clone()ProxyPropCnr does not support cloning.PropCnr.getExtendsContainer()Gets the extends container.GProp.getExtendsRootContainer()Searches for an Extends container for a property.IGProp.getExtendsRootContainer()Searches for an Extends container for a property.ModuleProjectSettings.getMainPropCnr()Gets the main property container storage.PreloadClientCacheResource.getOwner()Gets the owner property.final PropCnrGProp.getParent()Gets the parent of this property.IGProp.getParent()Gets the parent of this property.IReferencingGProp.getParent()Gets the parent of this property.GProp.getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.IGProp.getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.PropCnr.getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.IPropCnr.getPropCnr()Gets the property container instance.final PropCnrPropCnr.getPropCnr()Gets the property container instance.final PropCnr[]GProp.getPropPath(boolean includeThisPropCnr) Gets the parents to the root of this property.final PropCnr[]GProp.getPropPath(boolean includeThisPropCnr, IPropCnr stop) Gets the parents to the input property or the root of this property.PropCnr[]IGProp.getPropPath(boolean includeThisPropCnr) Gets the parents to the root of this property.PropCnr[]IGProp.getPropPath(boolean includeThisPropCnr, IPropCnr stop) Gets the parents to the input property or the root of this property.protected PropCnrPropCnr.getRetargetedVerifyContainer()Gets the retargeted verification property container.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.final PropCnrGProp.getRootParent()Gets the root container in the property tree.IGProp.getRootParent()Gets the root container in the property tree.final PropCnrGProp.getRootParentNoAssert()Gets the root container in the property tree.VirtualsPropCnr.getVirtualizedContainer(String ref) Gets a virtual property from a reference path.PropFactory.loadPropTree(PropMgr propertyManager, File file, boolean setPropMgrToProps) Loads a property tree from an XML file.PropFactory.loadPropTree(PropMgr propertyManager, String fileName, InputStream in, boolean setPropMgrToProps) Loads a property tree from an XML file.PropFactory.loadPropTree(PropMgr propertyManager, Document document, boolean setPropMgrToProps) Loads a property tree from an XML document.protected PropCnrPropCnr.virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Methods in com.iizix.prop with parameters of type PropCnrModifier and TypeMethodDescriptionvoidPropCnr.__transferChildProps(PropCnr pc) Transfers all properties from another container to this container.static voidIComplexOperation.addProp(IComplexOperation op, PropCnr pc, IGProp<?> gp) Adds a property.voidAdds a property.voidVirtualsPropCnr.addVirtualizedContainer(PropCnr cnr, String ref) Adds a new virtualized property container with the specified reference path.voidProxyPropCnr.assignRootParent(PropCnr root) Assigns a root parent proxying is done for e.g.final voidPropCnr.completeVirtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp) Once the property container has been virtualized and added into a virtualized container, a call to this routine should be done.PropFactory.createDocument(PropCnr pc) Creates a Document from a property container.ModuleApp.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.PropCnr.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.protected ObjectEditorPropCnr.equalsTree(PropCnr pc2, int how) Checks for equality in the whole container structure.protected ObjectGProp.equalsTree(PropCnr pc, int how) Checks for equality in the whole container structure.protected ObjectPropCnr.equalsTree(PropCnr pc2, int how) Checks for equality in the whole container structure.protected ObjectPropCnr.equalsTree(PropCnr pc2, Class<? extends IGProp<?>> arrayItemClass, int how) Checks for equality in the whole container structure.default CHOICEGets a choice option.final Atom[]GProp.getAtomPath(PropCnr stopAt) Gets the atom path of this property.Atom[]IGProp.getAtomPath(PropCnr stopAt) Gets the atom path of this property.static ClassReferenceClassReference.getClassReference(PropCnr pc, String id) Gets a ClassReference instance from a property.protected StringAbstractBaseRelativeReference.getScopeErrorMessage(TARGET property, PropCnr base) Gets the error message when the base container doesn't validate scope.booleanIPropExtender.initialize(String extendsName, PropCnr source, PropCnr target) Initializes the property extender.static voidIComplexOperation.insertProp(IComplexOperation op, PropCnr pc, IGProp<?> gp, int index) Inserts a property.voidIComplexOperation.insertProp(PropCnr pc, GProp<?> gp, int index) Inserts a property.final booleanMoves this property container to another container, without changing the listeners.final booleanMoves this property container to another container, without changing the listeners.final booleanMoves this property container to another container, without changing the listeners.voidMoves a property to another container.static voidIComplexOperation.moveProp(IComplexOperation op, IGProp<?> gp, PropCnr toContainer, Atom newName, int toIndex) Moves a property to another container.booleanMoves this property container to another container, without changing the listeners.booleanMoves this property container to another container, without changing the listeners.booleanMoves this property container to another container, without changing the listeners.protected voidAbstractReference.onPropParentChanged(PropCnr oldParent, PropCnr newParent) Called when parent changed.protected voidGProp.onPropParentChanged(PropCnr oldParent, PropCnr newParent) Called when the parent is changed for this class.protected voidSelector.onPropParentChanged(PropCnr oldParent, PropCnr newParent) Verify when loaded/created.protected voidStylesReferences.onPropParentChanged(PropCnr oldParent, PropCnr newParent) Called when parent changed.protected voidValueProp.onPropParentChanged(PropCnr oldParent, PropCnr newParent) If the value property is added in any component that is not a VS field, make it private.voidIProxyRemovedListener.onProxySourceRemoved(PropCnr proxyCnr) Called when the proxy source is removed.static BinderActionsPropBinder.populatePOJO(IPropBinder pojo, PropCnr container) Populates an instance of a POJO with data from properties in a property container, skipping sub-containers, but without skipping non-found properties.static BinderActionsPropBinder.populatePOJO(IPropBinder pojo, PropCnr container, boolean doSkipProperty, int depth) Populates an instance of a POJO with data from properties in a container.static BinderActionsPropBinder.populateProp(BinderActions ba, IPropBinder pojo, PropCnr container, int depth, boolean skipUnknownFields, boolean createNewProperties) Populates a property from a POJO object.static BinderActionsPropBinder.populateProp(IPropBinder pojo, PropCnr container) Populates a property from a POJO object.voidPropMgr.processUpdateTrans(PropCnr root, ReadTransaction trans) Processes the TRANS_UPDATE transaction on a root property container.voidVirtualsPropCnr.removeVirtualizedContainer(PropCnr cnr) Removes a virtualized container.static voidIComplexOperation.reorderProps(IComplexOperation op, PropCnr pc, Atom[] order) Reorder a property container.voidIComplexOperation.reorderProps(PropCnr pc, Atom[] order) Reorder a property container.final voidPropCnr.replaceProps(PropCnr cnr) Replaces all properties in this container with the ones from the specified one.default booleanSets a choice option.voidGProp.triggerRemoteEvent(int localID, PropCnr params) Triggers a remote event for execution at the remote partyonRemoteEvent()method of this remote property instance.voidIGProp.triggerRemoteEvent(int localID, PropCnr params) Triggers a remote event for execution at the remote partyonRemoteEvent()method of this remote property instance.default voidValidates a new value.default voidValidates a new string.default voidValidates a new value.default voidValidates a new string.Method parameters in com.iizix.prop with type arguments of type PropCnrModifier and TypeMethodDescriptionfinal intPropCnr.verifyInternalUseOnly(Set<PropCnr> currentlyBeingVerifiedPropCnrs, IKStringInfoProvider provider) Verifies this property after editing.Constructors in com.iizix.prop with parameters of type PropCnrModifierConstructorDescriptionCreates a circular references finder for a property container.Creates an instance of the Module Project Settings for a property container.PreloadClientCacheResource(PropCnr owner, String path) Constructs the resource.PropVerificationError(PropCnr parent, Atom childName, PropVerificationError.Severity severity, String location, String errorText, String... quickFixes) Constructs an error for a child property.PropVerificationError(PropCnr parent, String childName, PropVerificationError.Severity severity, String location, String errorText, String... quickFixes) Constructs an error for a child property.ProxyImpl(PropCnr source, PropCnr target, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor) Constructs the proxy implementation.ProxyPropCnr(Atom alternateName, PropCnr source, boolean allowTargetToSourceChanges, boolean enableCommunication, IProxyRemovedListener sourceRemoved) Creates the proxy property container.ProxyPropCnr(PropCnr source, boolean allowTargetToSourceChanges, boolean enableCommunication, IProxyRemovedListener sourceRemoved) Creates the proxy property container.ProxyPropCnrImpl(PropCnr source, PropCnr target, boolean allowTargetToSourceChanges, IProxyRemovedListener sourceRemoved, IProxyImplementor proxyImplementor) Constructs the proxy implementation.Uses of PropCnr in com.iizix.prop.bridge
Constructors in com.iizix.prop.bridge with parameters of type PropCnrModifierConstructorDescriptionBridgeContainer(UIContainer uiContainer, LayoutMgr<LAYOUT_PROP> layoutMgr, PropCnr propCnr) Constructs the bridge with UI container.Uses of PropCnr in com.iizix.prop.content
Subclasses of PropCnr in com.iizix.prop.contentModifier and TypeClassDescriptionclassAbstractContentUIContainer<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 PropCnrModifier and TypeMethodDescriptionprotected ObjectAbstractContentUIContainer.equalsTree(PropCnr pc2, int how) Checks for equality in the whole container structure.protected voidAbstractContentUIContainer.onPropParentChanged(PropCnr oldParent, PropCnr newParent) Called when the parent is changed for this class.Uses of PropCnr in com.iizix.prop.font
Subclasses of PropCnr in com.iizix.prop.fontModifier and TypeClassDescriptionclassThe 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.Methods in com.iizix.prop.font with parameters of type PropCnrModifier and TypeMethodDescriptionstatic voidFontConsumed.collectConsumedFonts(PropCnr comp, Set<FontConsumed> fonts) Collects all fonts in a component and its children recursively.static Set<FontConsumed>FontConsumed.getConsumedFonts(PropCnr comp) Collects all fonts in a component and its children recursively.Uses of PropCnr in com.iizix.prop.image
Subclasses of PropCnr in com.iizix.prop.imageModifier and TypeClassDescriptionclassImage 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 that return PropCnrModifier and TypeMethodDescriptionFontIconDefinition.clone()Clone of image forces creation of the source client image data before cloning.ImageDefinition.clone()Clone of image forces creation of the source client image data.SVGDefinition.clone()Clone of image forces creation of the source client image data.Uses of PropCnr in com.iizix.prop.ui
Subclasses of PropCnr in com.iizix.prop.uiModifier and TypeClassDescriptionclassThe 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.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.classThe ContextMenuData is the layout data for components in a container with ContextMenuLayout.classMenu specific layout manager.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.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.classLayoutMgr<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 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.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 PropCnrModifier and TypeMethodDescriptiondefault PropCnrIUIActionHolder.getBaseJavaReference()Gets the base reference path for the Java reference.UIContextMenu.getPropBaseReference()The panel is the base component base reference.UIPanelBase.getPropBaseReference()The panel is the base component base reference.UIPanelPartCnr.getPropBaseReference()The panel is the base component base reference.Methods in com.iizix.prop.ui with parameters of type PropCnrModifier and TypeMethodDescriptionUIContextMenu.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.UIPanelBase.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.protected ObjectImagePreview.equalsTree(PropCnr pc2, int how) Checks for equality in the whole container structure.protected final StringAbstractUICompRelativeReference.getScopeErrorMessage(TARGET property, PropCnr base) Gets the error message when the base container doesn't validate scope.protected voidUIPanelPartCnr.onPropParentChanged(PropCnr oldParent, PropCnr newParent) Called when the parent is changed for this class.Uses of PropCnr in com.iizix.prop.ui.calendar
Subclasses of PropCnr in com.iizix.prop.ui.calendarModifier and TypeClassDescriptionclassThe 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.Uses of PropCnr in com.iizix.prop.ui.chart
Subclasses of PropCnr in com.iizix.prop.ui.chartMethods in com.iizix.prop.ui.chart with parameters of type PropCnrUses of PropCnr in com.iizix.prop.ui.chart.axis2d
Subclasses of PropCnr in com.iizix.prop.ui.chart.axis2dMethods in com.iizix.prop.ui.chart.axis2d with parameters of type PropCnrUses of PropCnr in com.iizix.prop.ui.chart.plot2d
Subclasses of PropCnr in com.iizix.prop.ui.chart.plot2dModifier and TypeClassDescriptionclassA chart series is either created in the Designer or constructed at runtime and added to the chart.Methods in com.iizix.prop.ui.chart.plot2d with parameters of type PropCnrUses of PropCnr in com.iizix.prop.ui.chart.series
Subclasses of PropCnr in com.iizix.prop.ui.chart.seriesModifier and TypeClassDescriptionclassA 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.Uses of PropCnr in com.iizix.prop.ui.datetime
Subclasses of PropCnr in com.iizix.prop.ui.datetimeUses of PropCnr in com.iizix.prop.ui.map
Subclasses of PropCnr in com.iizix.prop.ui.mapModifier and TypeClassDescriptionclassThe 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.Uses of PropCnr in com.iizix.prop.ui.mlist
Subclasses of PropCnr in com.iizix.prop.ui.mlistModifier and TypeClassDescriptionclassThe 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.Uses of PropCnr in com.iizix.prop.ui.table
Subclasses of PropCnr in com.iizix.prop.ui.tableModifier and TypeClassDescriptionfinal 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 with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidUITable.onPropParentChanged(PropCnr oldParent, PropCnr newParent) Called when the parent is changed for this class.Uses of PropCnr in com.iizix.prop.vs
Subclasses of PropCnr in com.iizix.prop.vsModifier and TypeClassDescriptionclassAbstractVSVariable<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 Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).classBase VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.classThe VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).classThe VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).classThis class is a child of the VirtualSpace and contains the participants in the 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).classVirtualSpace "Variables" is a container that maps named Variables to VirtualSpace fields or columns/tables.Fields in com.iizix.prop.vs declared as PropCnrModifier and TypeFieldDescriptionfinal PropCnrVSReferenceOwnerData.ownerThe property reference owner (or parent).Methods in com.iizix.prop.vs with type parameters of type PropCnrModifier and TypeMethodDescription<PC extends PropCnr>
PC[]VSParticipantsHolder.getParticipants(Class<PC> propClass) Gets all the participants of a certain type, e.g.Methods in com.iizix.prop.vs that return PropCnrModifier and TypeMethodDescription<PC extends PropCnr>
PC[]VSParticipantsHolder.getParticipants(Class<PC> propClass) Gets all the participants of a certain type, e.g.Methods in com.iizix.prop.vs with parameters of type PropCnrModifier and TypeMethodDescriptionbooleanVSActionTXProcess.addTransactionContainer(PropCnr transactionContainer) Creates a Gyro transaction for a property container.booleanVSActionTXProcess.addTransactionContainer(PropCnr transactionContainer, IFocusEngine focusEngine) Creates a Gyro transaction for a property container.VirtualSpace.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.protected final voidVSRelativeReference.onPropParentChanged(PropCnr oldParent, PropCnr newParent) The parent has been changed, if added to a container or moved, recheck the reference.Constructors in com.iizix.prop.vs with parameters of type PropCnrModifierConstructorDescriptionVSReferenceOwnerData(Atom atom, Class<REFPROP> propClass, PropCnr owner) Constructor of the data.Uses of PropCnr in com.iizix.prop.vs.actor
Subclasses of PropCnr in com.iizix.prop.vs.actorModifier and TypeClassDescriptionclassThe 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 PropCnrModifier and TypeMethodDescriptionAbstractPredefinedSettings.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.Uses of PropCnr in com.iizix.run
Methods in com.iizix.run with parameters of type PropCnrModifier and TypeMethodDescriptionvoidAdds an error to a remote property container for errors.Constructors in com.iizix.run with parameters of type PropCnrModifierConstructorDescriptionBuilderError(PropCnr pc, int index) Constructor from a remote property error container.Uses of PropCnr in com.iizix.server
Fields in com.iizix.server declared as PropCnrModifier and TypeFieldDescriptionprotected PropCnrAbstractEndPoint.rootThe root container property of the end point.Methods in com.iizix.server that return PropCnrModifier and TypeMethodDescriptionfinal PropCnrAbstractEndPoint.getProperties()Gets the end point properties, i.e.Loads a property file.IAppLoader.loadFile(String fileName, InputStream inputStream) Loads a property file.final PropCnrLoads a property file.final PropCnrServerShell.loadFile(String fileName, InputStream inputStream) Loads a property file.Methods in com.iizix.server with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidAbstractEndPoint.onClientPropsCreated(PropCnr root) Called when the root is created from a transaction from the client.final voidSaves a property file.Uses of PropCnr in com.iizix.server.acme
Subclasses of PropCnr in com.iizix.server.acmeModifier and TypeClassDescriptionclassProperty container holding information about a Let's Encrypt domain with automatic certificate renewal in the server.Uses of PropCnr in com.iizix.server.app
Classes in com.iizix.server.app with type parameters of type PropCnrModifier and TypeInterfaceDescriptioninterfaceIVirtualsContainer<PROPCNR extends PropCnr>The interface to the virtualized container that is exposed to the API and the Server.classVirtualizedItem<PROPCNR extends PropCnr>Data container for a virtualized property container.classVirtualsContainer<PROPCNR extends PropCnr>The Virtual Property Container is a flat structure containing all items (property containers) that are virtualized.Subclasses of PropCnr in com.iizix.server.appModifier and TypeClassDescriptionprotected classThe Virtual property container.Fields in com.iizix.server.app declared as PropCnrModifier and TypeFieldDescriptionfinal PROPCNRVirtualizedItem.originalPropertyThe original property.final PROPCNRVirtualizedItem.virtualizedPropertyThe virtualized property.Methods in com.iizix.server.app that return PropCnrModifier and TypeMethodDescriptionVirtualsContainer.getContainer()Gets the property container of the virtuals storage.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.Constructor parameters in com.iizix.server.app with type arguments of type PropCnrModifierConstructorDescriptionVirtualsContainer(String base, Atom atom, Class<? extends PropCnr> propClass, PropMgr propMgr, IFocusEngineProvider focusEngineProvider, IRuntimeReferenceLookup lookup, boolean isAppInstance) Constructor.Uses of PropCnr in com.iizix.server.app.prop
Subclasses of PropCnr in com.iizix.server.app.propModifier and TypeClassDescriptionclassThe 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.Uses of PropCnr in com.iizix.server.gyro
Methods in com.iizix.server.gyro with type parameters of type PropCnrModifier and TypeMethodDescription<T extends PropCnr>
VirtualsContainer<T>AppSessionGyro.getVirtuals(IPluginDescriptor<T> serverPluginDescriptor) Gets the instance of the VirtualsContainer for the plug-in.Methods in com.iizix.server.gyro that return PropCnrModifier and TypeMethodDescriptionAppSessionGyro.getRootFromName(GProp<?> requestor, String module) Gets the module root for a name.Uses of PropCnr in com.iizix.server.loadbalancer
Methods in com.iizix.server.loadbalancer with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidLoadBalancerEndPoint.onClientPropsCreated(PropCnr root) Called when the root is created from a transaction from the client.Uses of PropCnr in com.iizix.server.monitor
Subclasses of PropCnr in com.iizix.server.monitorModifier and TypeClassDescriptionclassClient session property.classAn end point property.classAn end point property.classAn end point property.classProperty container used for Virtual Monitor data and communication.Methods in com.iizix.server.monitor with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidVirtualizedMonitorEndPoint.onClientPropsCreated(PropCnr root) Called when the root is created from a transaction from the client.Uses of PropCnr in com.iizix.server.prop
Subclasses of PropCnr in com.iizix.server.propModifier and TypeClassDescriptionclassProperty container for the configuration of an App of the iiziServer.classThis configuration environment defines the configuration setup for the available plug-ins.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 that return PropCnrModifier and TypeMethodDescriptionServerProps.getRootFromName(GProp<?> requestor, String module) Gets the module root for a name.Methods in com.iizix.server.prop with parameters of type PropCnrModifier and TypeMethodDescriptionIServerApplicationSetup.getDefaultName(PropCnr moduleRoot) Gets the name of the default property container name in case of multiple property containers.IServerApplicationSetupProvider.getServerApplicationSetupInstances(PropCnr moduleRoot) Queries for instances of the IServerApplicationSetup required.IServerApplicationSetup.getSetupPropertyContainers(PropCnr moduleRoot) Gets the list of property containers that describes the setup required.Constructors in com.iizix.server.prop with parameters of type PropCnrModifierConstructorDescriptionRootPropTransactionSender(PropMgr propMgr, PropCnr root, Worker worker, IRootPropTransactionSender sender) Constructs the instance.Uses of PropCnr in com.iizix.server.run.prop
Subclasses of PropCnr in com.iizix.server.run.propModifier and TypeClassDescriptionclassThis remote server part of the iiziRun Builder properties to hold the build settings and handle the interprocess communication.Uses of PropCnr in com.iizix.server.run.remote
Methods in com.iizix.server.run.remote with parameters of type PropCnrModifier and TypeMethodDescriptionprotected voidRemoteBuilderEndPoint.onClientPropsCreated(PropCnr root) Called when the root is created from a transaction from the client.Uses of PropCnr in com.iizix.server.security
Subclasses of PropCnr in com.iizix.server.securityUses of PropCnr in com.iizix.server.vsviewer
Subclasses of PropCnr in com.iizix.server.vsviewerUses of PropCnr in com.iizix.term
Methods in com.iizix.term with parameters of type PropCnrModifier and TypeMethodDescriptionstatic StringHostState.getStateString(int state, String lastError, PropCnr cnr) Get the string for the host session state and flags.Uses of PropCnr in com.iizix.term.prop
Subclasses of PropCnr in com.iizix.term.propModifier and TypeClassDescriptionclassThis Screen Action Group property container for a terminal host screen.classThis Screen Action property container for a terminal host screen.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.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 that return PropCnrModifier and TypeMethodDescriptionScreenActionProp.getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.ScreenActionsProp.getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.ScreenProp.getPropBaseReference()Gets a base property container reference instance from the container or any parent containers.Methods in com.iizix.term.prop with parameters of type PropCnrModifier and TypeMethodDescriptionScreenProp.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.SessionsProp.getDefaultName(PropCnr moduleRoot) Gets the name of the default property container name in case of multiple property containers.SessionsProp.getSetupPropertyContainers(PropCnr moduleRoot) Gets the list of property containers that describes the setup required.Uses of PropCnr in com.iizix.term.server
Subclasses of PropCnr in com.iizix.term.serverModifier and TypeClassDescriptionclassThe 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 PropCnr in com.iizix.test.client
Methods in com.iizix.test.client that return PropCnrUses of PropCnr in com.iizix.ws.actionactor
Subclasses of PropCnr in com.iizix.ws.actionactorModifier and TypeClassDescriptionstatic classSettings property container.Uses of PropCnr in com.iizix.ws.prop
Subclasses of PropCnr in com.iizix.ws.propModifier and TypeClassDescriptionclassAbstract 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.Methods in com.iizix.ws.prop that return PropCnrModifier and TypeMethodDescriptionAbstractInputProps.getInputEncodingProp()Gets the input encoding property container.Methods in com.iizix.ws.prop with parameters of type PropCnrModifier and TypeMethodDescriptionAbstractInputProps.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.OutputProps.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.Uses of PropCnr in com.iizix.ws.prop.json
Subclasses of PropCnr in com.iizix.ws.prop.jsonModifier and TypeClassDescriptionclassA 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 PropCnr in com.iizix.ws.prop.url
Subclasses of PropCnr in com.iizix.ws.prop.urlModifier and TypeClassDescriptionclassRESTful 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.