Uses of Class
com.iizix.prop.PropCnr
Package
Description
Uses of PropCnr in com.iizigo
Modifier 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 PropCnr
WorkspaceProperties.getPropertyContainer
(Class<?> clazz) Gets a property container for a class or class name.static PropCnr
Activator.getRootProperty
(String name) Gets a root property from a registered name.static PropCnr
Activator.loadPropertiesFile
(File file) Loads a properties file.static PropCnr
Activator.loadPropertiesFile
(URL url) Loads a properties file.static PropCnr
Activator.loadPropertiesFile
(org.eclipse.core.resources.IFile file) Loads a properties file.Modifier and TypeMethodDescriptionstatic byte[]
Activator.createInputData
(PropCnr container) Creates InputStream byte array data from a property container.static InputStream
Activator.createInputStream
(PropCnr container) Creates an InputStream from a property container.static boolean
Activator.registerRootProperty
(String name, PropCnr root) Registers a root property container not being a Java or Module root, e.g.static void
Activator.savePropertiesFile
(PropCnr container, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor) Saves a properties file.static boolean
Activator.unregisterRootProperty
(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
Modifier and TypeInterfaceDescriptioninterface
IEditorActionActor<RUNTIME_CONTAINER extends AbstractSettings,
EDITOR_CONTAINER extends PropCnr> Editor version of Action Actor interface used for TXP runnables.Modifier and TypeClassDescriptionstatic class
Settings property container.Modifier and TypeMethodDescriptionEditorJavaActionActor.Setup.getEditProperties
(PropCnr property) Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.app
Modifier 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
Modifier and TypeClassDescriptionclass
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
The Editor version of the Application property container that holds all the Module projects asEditorModuleProjectPropCnr
children.class
The Editor version of the Module project property container.Modifier and TypeMethodDescriptionAppDistributionProps0.getEditProperties
(PropCnr property) Gets the property definitions.Uses of PropCnr in com.iizigo.clientpref
Modifier and TypeMethodDescriptionApplies the settings.Applies the settings.Applies the settings.Applies the settings.Applies the settings.Applies the settings.boolean
Applies the changes.void
BoolPref.createContents
(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.void
ColorPref.createContents
(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.void
IClientPref.createContents
(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.void
IntPref.createContents
(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.void
KeyPref.createContents
(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.void
LinePref.createContents
(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager) Creates the contents.ModifierConstructorDescriptionPanelPrefComposite
(org.eclipse.swt.widgets.Composite parent, PropCnr settings, IValidationMessage messageHandler) The constructor.Uses of PropCnr in com.iizigo.db
Modifier and TypeMethodDescriptionPluginActivator.getServerApplicationSetupInstances
(PropCnr moduleRoot) Queries for instances of the IServerApplicationSetup required.Uses of PropCnr in com.iizigo.db.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.Modifier and TypeMethodDescriptionEditorDatabaseActionActor.Setup.getEditProperties
(PropCnr property) Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.db.editor
Modifier and TypeMethodDescriptionprotected void
DatabaseEditor.initEditor
(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.db.prop
Modifier and TypeClassDescriptionclass
Editor version of a single connection profile setup that is used to establish a JDBC connection.class
Editor class container with all connection profiles setup's by name.class
The Editor database properties.class
Editor version of the input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.class
Editor version of the Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
Editor version of result set property that ties a result from the execution of an SQL query statement to VirtualSpace.class
Editor version of the result set Column property that connects the column name in a result set with a VSColumnHeader.class
Editor version of result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Modifier and TypeMethodDescriptionprotected PropCnr
EditorInputProps.getRetargetedVerifyContainer()
Gets the retargeted verification property container.protected PropCnr
EditorResultProps.getRetargetedVerifyContainer()
Gets the retargeted verification property container.protected PropCnr
EditorResultSetProps.getRetargetedVerifyContainer()
Gets the retargeted verification property container.Modifier 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) Uses of PropCnr in com.iizigo.editor
Modifier and TypeFieldDescriptionprotected PropCnr
PropEditorPart.editedPropCnr
The edited property inside thefilePropCnr
.protected PropCnr
PropEditorPart.rootPropCnr
The (Module) root container used to listen to events, null when not used.Modifier and TypeMethodDescriptionstatic PropCnr
PropHelper.getAncestor
(GProp<?> gp1, GProp<?> gp2) Gets the common ancestor of two properties.static PropCnr
PropHelper.getCommonParent
(GProp<?>[] props) Gets the common parent for all properties.Modifier and TypeMethodDescriptionstatic String[]
Auto-renames properties.static String
CreateResourcesFromProperties.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 String
CreateResourcesFromProperties.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 String
PropHelper.doAdd
(String description, PropCnr target, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename) Adds properties with undo/redo support.static String
PropHelper.doAdd
(String description, PropCnr target, GProp<?> prop, IPropUndoRedo undoRedo, boolean doAutoRename) Adds a property with undo/redo support.static String
PropHelper.doInsert
(String description, PropCnr target, int index, GProp<?>[] props, IPropUndoRedo undoRedo, boolean doAutoRename) Adds or inserts properties with undo/redo support.static String
PropHelper.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 void
Verifies the property.static void
PropHelper.doVerify
(PropCnr property, IKStringInfoProvider kstringInfoProvider) Verifies the property.static Object
PropHelper.getPropsValue
(PropCnr[] containers, Atom atom) Helper method to get a single value from many containers.static Atom[]
PropHelper.getUniqueNames
(PropCnr cnr, GProp<?>[] props, String suffix, boolean isCopy) Gets the names of properties to move to or add in a container.protected void
PropEditorPart.initEditor
(PropCnr cnr) The initialize editor method.protected void
PropEditorPart.proceedInitProperty
(PropCnr pc) Proceeds initializing the editor with the property.static boolean
PropHelper.queueVerify
(PropCnr property) Asynchronous-verifies the property in a queue in the SWT thread.static boolean
PropHelper.queueVerify
(PropCnr property, IKStringInfoProvider kstringInfoProvider, Runnable callback) Asynchronous-verifies the property in a queue in the SWT thread.static boolean
PropHelper.queueVerify
(PropCnr property, Runnable callback) Asynchronous-verifies the property in a queue in the SWT thread.static void
PropHelper.restoreTree
(org.eclipse.core.resources.IFile file, org.eclipse.ui.IMemento memento, String key, org.eclipse.jface.viewers.TreeViewer viewer, PropCnr editedProperty) Restores the selection of the properties in the memento or the file, in the memento as a priority over the file.protected int
PropEditorPart.setFocus
(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, String childName) Attempts to set focus to the property in question based on a container, a viewer and a property editor.void
PropEditorPart.setPropertyValue
(PropCnr parent, GProp<?> property, Object value) Sets a property value.static String
PropHelper.setValue
(String description, PropCnr container, GProp<?> prop, IPropUndoRedo undoRedo) Sets a single property value in a property container.Uses of PropCnr in com.iizigo.editor.complex
Modifier and TypeMethodDescriptionContainerParticipant.getPropCnr()
Gets the property container, will only work if valid, otherwise it may return null or throw ClassCastException.Modifier and TypeMethodDescriptionvoid
Adds a property.ComplexOperation.getContainerParticipant
(PropCnr pc) Gets a container participant or creates one.void
ComplexOperation.insertProp
(PropCnr pc, GProp<?> gp, int index) Inserts a property.void
Moves a property to another container.ComplexOperation.newContainerSelection
(PropCnr parent, Atom childAtom) Creates a new ContainerSelection instance for a property container involved in the operation.void
ComplexOperation.reorderProps
(PropCnr pc, Atom[] order) Reorder a property container.Uses of PropCnr in com.iizigo.event
ModifierConstructorDescriptionCommonDesignerEvent
(PropCnr property, int eventID) Constructs a new property event.Uses of PropCnr in com.iizigo.font
Modifier and TypeMethodDescriptionprotected void
FontFacesEditor.initEditor
(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.font.prop
Modifier and TypeClassDescriptionclass
Font face style definitions property container for the Editor.class
Font icon files property container for the Editor.class
Font icon files property container for the Editor.Modifier 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
Modifier and TypeClassDescriptionclass
ImagesControl<T extends PropCnr>
The multiple images control that shows locations and can edit them.Modifier and TypeMethodDescriptionstatic void
ImageHelper.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.Composite
ImageHelper.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.Composite
ImageHelper.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 void
ImageHelper.flagVerification
(PropCnr pc) Flags changes when asset changed or asset file reference input changed.static String
ImageHelper.getTypeString
(PropCnr stateCnr) Gets the type string.protected void
ImageDefinitionEditor.initEditor
(PropCnr cnr) The initialize editor method.static boolean
ImageHelper.verify
(PropCnr pc, PropVerification verification) Verifies an image against a size.Uses of PropCnr in com.iizigo.image.prop
Modifier and TypeClassDescriptionclass
Font icon definition property container for the Editor.class
Font icon definitions property container for the Editor.class
This Image Definition part property container for the Editor.class
This Image Location has the location of the image part.class
This Image Resolution has the file reference and the device pixel ratio.class
This multiple Images Definition property container for the Editor.class
This Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.class
This Images Style property has a multiple-image file for a style.class
This Image Style property container has a style for a single image definition and an asset file reference.class
This Image Styles Location has a style and location.class
This Image Styles Resolution has the file reference and the device pixel ratio.class
This Styled Image Definition part property container for the Editor.class
SVG definition property container for the Editor.Modifier 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
Modifier and TypeClassDescriptionfinal class
Root property container for Java projects.class
Property container used to store properties of Java files in a project.Uses of PropCnr in com.iizigo.java.parser
Modifier and TypeClassDescriptionclass
Property container for a Java source.Uses of PropCnr in com.iizigo.java.prop
Modifier and TypeClassDescriptionclass
The Designer version the Method Reference "2" property class hold the reference to a Method that is in a Java class.Modifier and TypeMethodDescriptionEditorClassReference.getBackReferenceProperty()
Gets the back-reference property.EditorMethodReference2.getBackReferenceProperty()
Gets the back-reference property.IClassReferenceListener.getBackReferenceProperty()
Gets the back-reference property.Modifier and TypeMethodDescriptionstatic EditorClassReference
EditorMethodReference.getClassReference
(PropCnr methodReferenceParent) Gets the ClassReference property from a parent.static IClassReferenceOwner
EditorMethodReference.getClassReferenceOwner
(PropCnr methodReferenceParent) Gets the ClassReference parent that SHOULD or COULD hold the ClassReference for a MethodReference.static JavaClass
EditorMethodReference.getJavaClass
(PropCnr methodReferenceParent) Gets the JavaClass (IClassReference) from a parent.Uses of PropCnr in com.iizigo.link.vs
ModifierConstructorDescriptionLopVSAction
(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
Modifier and TypeMethodDescriptionprotected void
ContextMenuEditor.initEditor
(PropCnr cnr) The initialize editor method.protected void
PanelEditor.initEditor
(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.panel.prop
Modifier and TypeClassDescriptionclass
Component acting as a drag-drop adapter when dragging non-UI components into the JavaScript Panel Editor.class
The drag-drop container used to hold information about drag-drop items for communication between Eclipse and JavaScript.class
Setup layout data for a component in a container with absolute layout.class
Setup data for the absolute layout.class
Setup layout data for a component in a container with accordion layout.class
Accordion layout.class
Setup layout data for a component in a container with border layout.class
Setup data for the border layout.class
Setup layout data for a component in a container with context menu layout.class
Context menu layout.class
Flex layout data.class
Flex layout.class
Grid layout data.class
Grid layout.class
Setup layout data for a component in a container with heading layout.class
Heading layout.class
Setup layout data for a component in a container with (mobile) list layout.class
List layout.class
Setup layout data for a component in a container with menu bar layout.class
Menu bar layout.class
Setup layout data for a component in a container with menu layout.class
Menu layout.class
Heading container.class
Editor class for UISimpleDialog.class
Mobile switch UI component.class
Tab bar container.class
Setup layout data for all panels.class
Setup layout data for a component in a container with tab layout.class
Swap layout.class
Setup layout data for a component in a container with tab bar layout.class
Tab bar layout.class
Setup layout data for a component in a container with tab layout.class
Tab layout.class
Accordion container.class
Button component.class
Calendar component.class
Checkbox component.class
Checked menu item component.class
Combobox component.class
Editor class for UIComps.class
Editor class for UIContainer.class
Context menu container.class
Date/Time UI component.class
Editor class for UIDialog.class
Empty component.class
Gauge component.class
Image component.class
Image component.class
Label component.class
Media component.class
Menu container.class
Menu bar container.class
Menu item component.class
Menu separator component.class
Label component.class
Editor class for UIPanel.class
Editor class for UIPanel.class
Editor class for UIContainer.class
Progress component.class
Radio button component.class
Radio menu item component.class
Slider component.class
Spinner UI component.class
Swap container.class
Tab container.class
Text component (entry field).class
Text area component.class
Group container.class
Custom settings for the panel, only used in the Designer.Modifier and TypeMethodDescriptionEUIComboBox0.getComponentEditProperties
(PropCnr property) protected PropCnrEditorProperties
EUIComp0.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.Uses of PropCnr in com.iizigo.panel.prop.calendar
Modifier and TypeClassDescriptionclass
Layout data for calendar list and its calendar events.class
The Editor version of a map marker.class
Map layout.class
Calendar list component.Modifier 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
Modifier and TypeClassDescriptionclass
The axis for the chart.class
The plot for the chart.class
The Series for the chart.class
The Series value for the chart.class
Chart component.Modifier and TypeMethodDescriptionEAxis2D0.getEditProperties
(PropCnr property) EPlot2D0.getEditProperties
(PropCnr property) ESeries0.getEditProperties
(PropCnr property) ESeriesValue0.getEditProperties
(PropCnr property) Uses of PropCnr in com.iizigo.panel.prop.map
Modifier and TypeClassDescriptionclass
Layout data for maps.class
Map layout.class
The Editor version of a map marker.class
Map markers container for the designer.class
Map component.Modifier 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
Modifier and TypeClassDescriptionclass
The Editor version of a default list item.class
Mobile list items group container for the designer.class
Mobile list group layout.class
List component.class
Layout data for a component in a container with (mobile) list layout.class
Mobile list layout.class
The Editor version of a mobile list items group container.Modifier 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.Uses of PropCnr in com.iizigo.panel.prop.table
Modifier and TypeClassDescriptionclass
The Table "component" (really a container).class
The Table Column component.class
Setup layout data for a component in a container with tab layout.class
UI Table layout.Modifier and TypeMethodDescriptionEUITableData.getGroupText
(PropCnr[] pcs, StringBuilder tooltip, boolean[] isHTML) Formats a string representation for the layout group.Uses of PropCnr in com.iizigo.plugin
Modifier and TypeFieldDescriptionPluginDescriptor.propertyClass
The class for the property containers for the files or the UI component.Modifier and TypeMethodDescriptionPluginDescriptor.getServerApplicationSetupInstances
(PropCnr moduleRoot) Queries for instances of the IServerApplicationSetup required.ModifierConstructorDescriptionPluginDescriptor
(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
Modifier and TypeClassDescriptionclass
The module root property container.final class
The module root property container.class
The project root property container.Modifier 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.Modifier and TypeMethodDescriptionprotected DesignerProp
NewWizard.createNewFile
(PropCnr container) Creates the new file in the wizard and opens the editor.protected DesignerProp
NewWizard.createNewFile
(PropCnr container, boolean doOpenEditor) Creates the new file in the wizard and opens the editor.protected DesignerProp
NewWizard.createNewFile
(PropCnr container, IFileCreated fileCreated, boolean doOpenEditor) Creates the new file in the wizard.protected DesignerProp
NewWizard.createNewFile
(String label, org.eclipse.core.resources.IFile newFileHandle, PropCnr container, IFileCreated fileCreated, boolean doOpenEditor) Creates a new file.static void
ProjectRootPropCnr.doReValidateReferences
(PropCnr pc) Rechecks and validates the references for a property container, with a "null" progress monitor that cannot be canceled.static void
ProjectRootPropCnr.doValidateReferences
(PropCnr pc, boolean doReCheck) Validates the references for a property container.ModuleApp0.getEditProperties
(PropCnr property) Gets the property definitions.Modifier and TypeMethodDescriptionvoid
ModuleFolder.addAcceptedBaseProperty
(Class<? extends PropCnr> propertyClass) Adds an accepted class for base properties as files in this folder.Uses of PropCnr in com.iizigo.prop
Modifier and TypeClassDescriptionclass
This folder settings property hold settings for a folder, typically a Selector and a description.class
A PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.class
A PropCnr that can refer to an IFolder object can be loaded and saved as well as checked for modification from last time.class
Memento supporting property container.class
Class used to handle properties in a multi-prop editor.Modifier and TypeFieldDescriptionfinal PropCnr[]
PropertyEditorInfo.CreateItem.containers
The parent containers for the edited item.protected final PropCnr
DesignerProp.propertyContainer
The owner.Modifier 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 PropCnr
DesignerProp.getPropCnr()
Gets the originating property container.PropCnr[]
PropertyEditor.setViewerEditedProperties
(org.eclipse.jface.viewers.TreeViewer viewer) Sets the edited properties from a viewer.Modifier and TypeMethodDescriptiondefault boolean
ITransferContainerProps.canPasteFrom
(PropCnr from) Verifies if the transfer operation is supported for the component in question.default boolean
ITransferContainerProps.canPasteTo
(PropCnr to) Verifies if the transfer operation is supported for the component in question.static org.eclipse.swt.widgets.Composite
DesignerProp.createCNToolTipItemList
(org.eclipse.swt.widgets.Composite parent, PropCnr pc, 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 Atom
DesignerProp.createFileErrorAtom
(PropCnr parentContainer) Creates a unique property atom for file errors for a property.protected Object
MementoPropCnr.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.Image
PropCnrEditorProperties.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.boolean
PropExtender.initialize
(String extendsName, PropCnr source, PropCnr target) Initializes the property extender.static boolean
EditedPropController.isPropReadOnly
(PropCnr pc) Checks if it's read-only, i.e.void
FilePropCnr.onCompletedLoading
(PropCnr dataContainerToBe) Called when the file completed its loading from the Module model.void
PropertyEditor.setEditedProperties
(PropCnr[] pcs) Sets a new content to the editor.void
PropertyEditor.setEditedProperties
(PropCnr pc, ArrayList<PropertyEditorInfo> infos) Sets a new content to the editor.void
PropertyEditor.setEditedPropertiesForPopupWindows
(PropCnr[] pcs) Sets a new content to the editor for dialog boxes and preference pages, regardless of component visibility under Windows.void
IPropertyEditorController.setPropertyValue
(PropCnr parent, GProp<?> property, Object value) Sets a property value.void
StandaloneEditorController.setPropertyValue
(PropCnr parent, GProp<?> property, Object value) Sets a property value.default boolean
ITransferContainerProps.transferContainerProps
(boolean doPerformPaste, PropCnr source, IPropUndoRedo undoRedo) Handles transfer of data from one layout to another.protected boolean
DesignerProp.validateClasses
(boolean doPerform, PropCnr target, GProp<?>[] props, boolean isMove) Validates the target property container classes for paste.ModifierConstructorDescriptionContainerListener
(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
Modifier and TypeMethodDescriptionPKCS12IdentityPropEditor.getEditedPropParent()
Gets the single property parent.PropCnr[]
PKCS12IdentityPropEditor.getEditedPropParents()
Gets the property parents.protected PropCnr
BaseReferencePropEditor.getSelectionBaseProp
(PropCnr pc) Gets the base property reference to use as selection root for a property container.Modifier 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 PropCnr
BaseReferencePropEditor.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
Modifier and TypeMethodDescriptionboolean
Checks for a valid class in this property of its children.boolean
Checks for a valid class in this property of its children.boolean
SelectPropViewerFilter.isValidSelection
(PropCnr pc) Checks if a property is of a valid class to be selected as final selection.Uses of PropCnr in com.iizigo.prop.group
Modifier 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
Uses of PropCnr in com.iizigo.push.prop
Modifier and TypeClassDescriptionclass
Container that holds the required settings for the Push Notification of an app in the Editor.Uses of PropCnr in com.iizigo.pwa.prop
Modifier and TypeClassDescriptionclass
Container that holds the required settings for the PWA in the Editor.Uses of PropCnr in com.iizigo.run
Modifier and TypeMethodDescriptionIRuntimeBuilder.getEditProperties
(PropCnr property) Gets the property definitions.Uses of PropCnr in com.iizigo.run.impl
Modifier 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
Modifier and TypeClassDescriptionclass
Container that holds the required settings for the runtime builder.Uses of PropCnr in com.iizigo.selector
Modifier and TypeMethodDescriptionprotected void
SelectorEditor.initEditor
(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.selector.prop
Modifier and TypeClassDescriptionclass
This Selector property container for the Editor.Modifier and TypeMethodDescriptionESelector.getEditProperties
(PropCnr property) Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.server
Modifier and TypeMethodDescriptionvoid
ServerConfigComposite.setPropertyValue
(PropCnr parent, GProp<?> property, Object value) Sets a property value.Uses of PropCnr in com.iizigo.server.config
Modifier and TypeClassDescriptionclass
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
Editor version of the container that holds the application configuration.class
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
Editor version of the property container for the configuration of a plug-in for a Server configuration environment.class
Editor version of the container that holds the server properties.class
Editor version of the container that holds the required settings for the server to operate and initialize itself with.class
Editor version of the property container for the configuration of a Port "group" of the web server.Modifier 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
Modifier and TypeClassDescriptionclass
Client session property for end-points.class
An end point property.class
An end point property.class
Property container used to transport information, typically between server and monitor, where the information typically is a "snapshot" of properties.class
Client session property for end-points.class
Editor version of the property container used for Virtual Monitor data and communication.Modifier 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
Modifier and TypeMethodDescriptionprotected void
StyleEditor.initEditor
(PropCnr cnr) The initialize editor method.void
StylesButton.setEditedProperties
(PropCnr[] props, IPropertyEditorController controller) Initializes the edited properties.Uses of PropCnr in com.iizigo.style.prop
Modifier and TypeMethodDescriptionEditorStyles0.getEditProperties
(PropCnr property) Gets the property definitions for Styles or the StateStyles.Uses of PropCnr in com.iizigo.swt
Modifier and TypeMethodDescriptionvoid
IFlatToolbarButtonIntegration.setEditedProperties
(PropCnr[] props, IPropertyEditorController controller) Initializes the edited properties.Uses of PropCnr in com.iizigo.term
Modifier and TypeMethodDescriptionPluginActivator.getServerApplicationSetupInstances
(PropCnr moduleRoot) Queries for instances of the IServerApplicationSetup required.Uses of PropCnr in com.iizigo.term.capture.prop
Modifier and TypeClassDescriptionclass
This Capture Field property container holds the screen identifications and fields for a terminal host screen.class
This Capture Root property container holds the screen capture and fields for a EE host screen.class
This Capture Screen property container holds the screen capture and fields for a EE host screen.Modifier and TypeMethodDescriptionCaptureRootProp.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.Modifier and TypeMethodDescriptionEField.getEditProperties
(PropCnr property) Gets the property definitions for the Property Editor.Uses of PropCnr in com.iizigo.term.prop
Modifier and TypeClassDescriptionclass
This Screen Action Group property container for a terminal host screen property.class
This Screen Action property container for a terminal host screen property.class
This Screen Actions property container for a terminal host screen property.class
This Screen Field Group property container for a terminal host screen property.class
This Screen identification property container for a terminal host screen property.class
This Screen Fields property container for a terminal host screen property.class
This Screen identification property container for a terminal host screen property.class
This Screen identification property container for a terminal host screen property.class
This Screen property container holds the screen identifications and fields for a terminal host screen.class
This Sessions property container holds the terminal properties.static class
Editor version of the Settings property container.class
This Terminal property container holds terminal settings.Modifier and TypeMethodDescriptionEditorSessionsProp.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.Modifier 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.ModifierConstructorDescriptionScreenDesignerProp
(PropCnr propertyContainer) The constructor.TerminalDesignerProp
(PropCnr propertyContainer) The constructor.Uses of PropCnr in com.iizigo.term.recording.prop
Modifier and TypeClassDescriptionclass
The recording logic item property container.class
The recording logic property container.class
This Recording property container holds the screens and logic.class
This Recording Root property container holds the recording.class
This Recording Screen property container holds the screen name.class
This Recording Screens property container holds the screens.Modifier and TypeMethodDescriptionRecordingRootProp.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.Modifier 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.Uses of PropCnr in com.iizigo.term.screen
Modifier and TypeFieldDescriptionScreenRectangle.property
The property associated with the rectangle.Modifier and TypeMethodDescriptionvoid
ScreenDesigner.assignProperty
(PropCnr propCnr) Assigns the verification property and starts listening to it.protected void
ScreenEditor.initEditor
(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.term.server
Modifier and TypeClassDescriptionclass
The container for an active terminal session for the terminal monitor of each client end-point.class
The container for active terminal sessions for the terminal monitor of each client end-point.Modifier and TypeMethodDescriptionEditorActiveTerminalSession.Setup.getEditProperties
(PropCnr property) Uses of PropCnr in com.iizigo.term.session
ModifierConstructorDescriptionNewSessionWizard
(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
Modifier and TypeMethodDescriptionprotected void
TextTableEditor.initEditor
(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.text.prop
Modifier and TypeClassDescriptionclass
This Selector property container for the Editor.Modifier and TypeMethodDescriptionEditorTextTable0.getEditProperties
(PropCnr property) Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.validator
Modifier and TypeMethodDescriptionvoid
ControlValidator.setAtomNameValidator
(PropCnr container, GProp<?> property, boolean allowLeadingDollar) Assigns the callback to be an Atom Name Validator.Uses of PropCnr in com.iizigo.vs
Modifier and TypeFieldDescriptionfinal PropCnr
VSConnection.masterParent
The master parent.final PropCnr
VSConnection.property
The property to connect to a VS field.Modifier and TypeMethodDescriptionNewVSFieldWizardPage.create
(Atom name, PropCnr vsParent, ComplexOperation op) Creates the field when a dialog box is present.static EditorVSColumnHeader
NewVSColumnWizardPage.doCreate
(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op) Creates the field when a dialog box is present.static EditorVSField
NewVSFieldWizardPage.doCreate
(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op) Creates the field when a dialog box is present.static EditorVSTable
NewVSTableWizardPage.doCreate
(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op) Creates the field when a dialog box is present.protected void
VirtualSpaceEditor.initEditor
(PropCnr cnr) The initialize editor method.protected int
VirtualSpaceEditor.setFocus
(PropCnr container, org.eclipse.jface.viewers.StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, String childName) Attempts to set focus to the property in question based on a container, a viewer and a property editor.ModifierConstructorDescriptionVSConnection
(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
Modifier and TypeClassDescriptionclass
The Editor version of class container for associated action actors of a VSAction.class
The VirtualSpace Field Actor reference property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.class
The Editor version of class container for associated field actors of a VSField.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionprotected PropCnr
VSLinkAction.runOperation
(PropCnr target, ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected PropCnr
VSLinkField.runOperation
(PropCnr target, ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected abstract PropCnr
VSLinkInfo.runOperation
(PropCnr target, ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected PropCnr
VSLinkVirtualSpace.runOperation
(PropCnr target, ArrayList<EditorVirtualSpace> virtualSpaces, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.Modifier and TypeMethodDescriptionprotected String
VSLinkAction.getOperation
(PropCnr target, EditorVSAction component) Returns the operation that linking will produce.protected String
VSLinkField.getOperation
(PropCnr target, EditorVSField component) Returns the operation that linking will produce.protected abstract String
VSLinkInfo.getOperation
(PropCnr target, VSCOMP component) Returns the operation that linking will produce.protected String
VSLinkVirtualSpace.getOperation
(PropCnr target, EditorVirtualSpace component) Returns the operation that linking will produce.protected boolean
VSLinkAction.isAlreadyLinked
(PropCnr target, EditorVSAction component) Verifies if the component has been linked already.protected boolean
VSLinkField.isAlreadyLinked
(PropCnr target, EditorVSField component) Verifies if the component has been linked already.protected abstract boolean
VSLinkInfo.isAlreadyLinked
(PropCnr target, VSCOMP component) Verifies if the component has been linked already.protected boolean
VSLinkVirtualSpace.isAlreadyLinked
(PropCnr target, EditorVirtualSpace component) Verifies if the component has been linked already.static void
IVSLinkEnabler.performLink
(org.eclipse.swt.widgets.Shell shell, PropCnr target, ArrayList<VSLinkInfo<?>> infoList, ArrayList<VSSubLinkInfo> subInfoList, ArrayList<ArrayList<IVSComponent>> componentsList, ComplexOperation op) Called to perform the operations.protected PropCnr
VSLinkAction.runOperation
(PropCnr target, ArrayList<EditorVSAction> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected PropCnr
VSLinkField.runOperation
(PropCnr target, ArrayList<EditorVSField> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected abstract PropCnr
VSLinkInfo.runOperation
(PropCnr target, ArrayList<VSCOMP> components, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.protected PropCnr
VSLinkVirtualSpace.runOperation
(PropCnr target, ArrayList<EditorVirtualSpace> virtualSpaces, VSSubLinkInfo subOperations, PropCnr mainContainer, ComplexOperation op) Runs the main operation.Uses of PropCnr in com.iizigo.vs.prop
Modifier and TypeClassDescriptionclass
The Editor VirtualSpace property class.class
The Editor VirtualSpace Action property class.class
The Editor VirtualSpace Column property class.class
The Editor VirtualSpace Field property class.class
The Editor VirtualSpace Group property class.class
The Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.class
The Editor VirtualSpace Row property class.class
The rows property class that only allows VSRow children properties.class
The Editor VirtualSpace Field property class.Modifier 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.Modifier and TypeMethodDescriptionstatic EditorVSTable
EditorVSTable.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.Uses of PropCnr in com.iizigo.vs.viewer
Modifier and TypeClassDescriptionclass
The VSViewer property container used to view a VirtualSpace.ModifierConstructorDescriptionVSViewerPropCnr
(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
Modifier and TypeMethodDescriptionfinal PropCnr
VSComponentCreation.getVSParent()
Gets the parent for the component.Modifier and TypeMethodDescriptionprotected EditorVSAction
VSActionCreation.doCreate
(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected EditorVSColumnHeader
VSColumnCreation.doCreate
(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected abstract VSTYPE
VSComponentCreation.doCreate
(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected EditorVSField
VSFieldCreation.doCreate
(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected EditorVSTable
VSTableCreation.doCreate
(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.final void
VSComponentCreation.setVSParent
(PropCnr vsParent) Sets the parent.Uses of PropCnr in com.iizigo.ws.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.Modifier and TypeMethodDescriptionEditorWebServiceActionActor.Setup.getEditProperties
(PropCnr property) Gets the property definitions for LayoutProp.Uses of PropCnr in com.iizigo.ws.editor
Modifier and TypeMethodDescriptionIEditorReplyProcessor.createFirstProcessorIdentification
(EditorOutputProps output, IReplyContent reply) Creates the required identification properties to start to become a valid processor.Modifier and TypeMethodDescriptionprotected void
WebServiceEditor.initEditor
(PropCnr cnr) The initialize editor method.Uses of PropCnr in com.iizigo.ws.prop
Modifier and TypeClassDescriptionclass
Editor version of the Output Column connects a table column from the reply output with a VSTable column.class
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
Editor version of the Output Variable connects a reference variable from the reply output with a VSField.class
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
Editor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.class
Editor version of the Web Service property container holding the definition of a web service transaction.Modifier and TypeMethodDescriptionprotected PropCnr
EditorOutputProps.getRetargetedVerifyContainer()
Gets the retargeted verification property container.protected PropCnr
EditorRESTfulInputProps.getRetargetedVerifyContainer()
Gets the retargeted verification property container.Modifier 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) Uses of PropCnr in com.iizigo.ws.prop.json
Modifier and TypeClassDescriptionclass
Editor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.class
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
Editor version of the JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Modifier and TypeMethodDescriptionEditorJSONReplyDocument.createFirstProcessorIdentification
(EditorOutputProps output, IReplyContent reply) Creates the required identification properties to start to become a valid processor.Modifier and TypeMethodDescriptionEditorJSONElementWrapper0.getEditProperties
(PropCnr property) EditorJSONReplyDocument0.getEditProperties
(PropCnr property) Uses of PropCnr in com.iizigo.ws.prop.url
Modifier and TypeClassDescriptionclass
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
Editor version of the Input Variable connects a VSField with an input variable or parameter to a web service transaction request.Modifier and TypeMethodDescriptionEditorURLEncodedInput0.getEditProperties
(PropCnr property) EditorURLInputParameter0.getEditProperties
(PropCnr property) Uses of PropCnr in com.iizix
Modifier and TypeInterfaceDescriptioninterface
IPluginDescriptor<T extends PropCnr>
Plug-in descriptor used for the Server to load the plug-in's XML schema and get the appropriate class loader.Uses of PropCnr in com.iizix.actionactor
Modifier and TypeClassDescriptionclass
Class extending the property container.static class
Settings property container.Uses of PropCnr in com.iizix.api
Modifier and TypeInterfaceDescriptioninterface
IAnnotationReferenceProcessor<SCOPE extends PropCnr,
COMP extends GProp<?>> Tagging interface used by the AnnotationType's to handle reference look-up, validation and refactoring.Modifier and TypeMethodDescriptionIBackReferenceProvider.getBaseJavaReference()
Gets the base reference path for the Java reference.Modifier and TypeMethodDescriptionvoid
IInstanceLifecycleListener.onDisposed
(PropCnr owner) Called when the virtualized owner property is disposed of, i.e.void
IInstanceLifecycleListener.onVirtualized
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr 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
Uses of PropCnr in com.iizix.db.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.Uses of PropCnr in com.iizix.db.prop
Modifier and TypeClassDescriptionclass
A single connection profile setup that is used to establish a JDBC connection.class
Container with all connection profiles setup's by name.class
This database property container holds database service definition.class
Input Properties that ties the input to the execution of an SQL query statement to VirtualSpace.class
The Input Variable connects a VSField with an input variable or parameter to an SQL query statement.class
Result property that ties a result from the execution of an SQL query statement to VirtualSpace of type UPDATE, DELETE, etc.class
The result set Column property that connects the column name in a result set with a VSColumnHeader.class
Result set property that ties a result set from the execution of an SQL query statement to VirtualSpace.Modifier 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
ModifierConstructorDescriptionAtomGenerator
(PropCnr container) Creates an atom generator using the atom manager and a property container.Uses of PropCnr in com.iizix.event
Modifier 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.Modifier and TypeMethodDescriptionboolean
GEvent.isPropertyChange
(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.boolean
GEvent.isPropertyChange
(PropCnr pc, String name) Checks if the event is a modification change of any property in the specified container.boolean
PropCnrEvent.isPropertyChange
(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.boolean
PropCnrEvent.isPropertyChange
(PropCnr pc, String name) Checks if the event is a modification change of any property in the specified container.boolean
PropCopyEvent.isPropertyChange
(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.boolean
PropCopyEvent.isPropertyChange
(PropCnr pc, String name) Checks if the event is a modification change of any property in the specified container.boolean
PropValueEvent.isPropertyChange
(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.boolean
PropValueEvent.isPropertyChange
(PropCnr pc, String name) Checks if the event is a modification change of any property in the specified container.boolean
GEvent.isPropertyChangeIn
(PropCnr pc) Checks if the event is a modification change of any property in the specified container.boolean
GEvent.isPropertyChangeInTree
(PropCnr pc) Checks if the event is a modification change of any property in the specified container or any of its children.ModifierConstructorDescriptionParentCnrAddedEvent
(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 specifiedisPostResolving
flag.Uses of PropCnr in com.iizix.gyro
Modifier and TypeMethodDescriptionIAppSessionGyro.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.GyroTransaction.getTransactionContainer()
Returns the transaction property container for the GyroTransaction.ModifierConstructorDescriptionGyroTransaction
(PropCnr transactionContainer, IFocusEngine focusEngine) Creates the gyro transaction for a property container.Uses of PropCnr in com.iizix.jdbc
Modifier and TypeMethodDescriptionstatic IDBConnectionPool
JDBCHelper.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
Modifier and TypeMethodDescriptiondefault PropCnr
ILicenseServerListener.getCommProp
(boolean newInstance) Returns the property class to add when connection is established.Modifier and TypeMethodDescriptionvoid
IDesignerLicenseSystem.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
Modifier and TypeClassDescriptionclass
Abstract styles property container that either holds styles or other style related data such as font faces.class
The configured languages for the application.class
The application property container holds all information about a single application.class
The Array property class holds the property name, value and optionally has a parent and/or property listener(s).final class
This client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
Special Designer property container that is private.class
Device parameters container available only for iiziRun.class
Editor Property Container, i.e.class
This client property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
A PropCnr that can refer to an IFile object can be loaded and saved as well as checked for modification from last time.class
This Flashlight or torch property is a container that holds information about client devices flashlight availability, state and intensity.class
This folder settings property hold settings for a folder, typically a Selector and a description.class
A PropCnr that can is a "directory" and can contain FileURIPropCnr's.class
This Geographical property is a container that holds information about client position and an API to work with geographical location services.class
Container holding mail settings.class
The Method Reference "2" property class hold the reference to a Method that is in a Java class.class
This Module Applications settings that defines the behavior of the application and contains its settings.class
This Flashlight or torch property is a container that holds information about client devices flashlight availability, state and intensity.class
Container holding policiy settings.class
The proxy property container class extends the standard property container and allows it to synchronize property states so that several clients can use the "same" property container and the communication mechanism.class
Container for Push property container for the application.class
The Push properties for the application.class
Container for Progressive Web App's (PWA).class
The Progressive Web App (PWA) properties.class
The Referrals Holder property container contains the properties that refer to the owner of this container.class
This iiziRun Builder properties for the server side to hold the build settings and handle the interprocess communication.class
The Selector class is used to enable or disable participants such as panels, text tables and translation tables, perhaps images.class
The Server's Client Session properties hold information relating to the current client session, i.e.class
This property container contains all properties required for a Server Socket (NIO) connection.class
Settings property container, a "raw" PropCnr.class
This property container contains all properties required for a Socket (NIO) connection using Proxy, WebSocket, SSL, etc, required by the SocketProp property.class
Speech Recognition property for remote client execution.class
Speech Synthesis property for remote client execution.class
This property container contains all properties required for a SSL Socket (NIO) connection.class
This styles property container holds the styles associated with a UI component.class
Styles Container used to hold a Styles property instance for the Client used as a Class Name.class
The text table property holds the text table items consisting of KStrings.class
This property container contains all properties required for Transaction communication based on WebSockets.class
The Virtuals property container contains all the virtualized instances of a session divided into VirtualSpace, Panels, and other connectors.class
This property container contains all properties required for WebSocket communication.class
This property container contains all properties required for a WebSocket Server (NIO) connection.class
The windows property container holds the windows for the application.Modifier and TypeFieldDescriptionstatic final PropCnr[]
PropCnr.EMPTY_CNRS
Empty array of property containers.final PropCnr
ProxyImpl.source
The source property container.final PropCnr
ProxyImpl.target
The target property container.Modifier 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.Modifier 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 PropCnr
GProp.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 PropCnr
PropCnr.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 PropCnr
PropCnr.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 PropCnr
GProp.getRootParent()
Gets the root container in the property tree.IGProp.getRootParent()
Gets the root container in the property tree.final PropCnr
GProp.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 PropCnr
PropCnr.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Modifier and TypeMethodDescriptionvoid
PropCnr.__transferChildProps
(PropCnr pc) Transfers all properties from another container to this container.static void
IComplexOperation.addProp
(IComplexOperation op, PropCnr pc, IGProp<?> gp) Adds a property.void
Adds a property.void
VirtualsPropCnr.addVirtualizedContainer
(PropCnr cnr, String ref) Adds a new virtualized property container with the specified reference path.void
ProxyPropCnr.assignRootParent
(PropCnr root) Assigns a root parent proxying is done for e.g.final void
PropCnr.completeVirtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp) Once the property container has been virtualized and added into a virtualized container, a call to this routine should be done.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 Object
EditorPropCnr.equalsTree
(PropCnr pc2, int how) Checks for equality in the whole container structure.protected Object
GProp.equalsTree
(PropCnr pc, int how) Checks for equality in the whole container structure.protected Object
PropCnr.equalsTree
(PropCnr pc2, int how) Checks for equality in the whole container structure.protected Object
PropCnr.equalsTree
(PropCnr pc2, Class<? extends IGProp<?>> arrayItemClass, int how) Checks for equality in the whole container structure.default CHOICE
Gets 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 ClassReference
ClassReference.getClassReference
(PropCnr pc, String id) Gets a ClassReference instance from a property.protected String
AbstractBaseRelativeReference.getScopeErrorMessage
(TARGET property, PropCnr base) Gets the error message when the base container doesn't validate scope.boolean
IPropExtender.initialize
(String extendsName, PropCnr source, PropCnr target) Initializes the property extender.static void
IComplexOperation.insertProp
(IComplexOperation op, PropCnr pc, IGProp<?> gp, int index) Inserts a property.void
IComplexOperation.insertProp
(PropCnr pc, GProp<?> gp, int index) Inserts a property.final boolean
Moves this property container to another container, without changing the listeners.final boolean
Moves this property container to another container, without changing the listeners.final boolean
Moves this property container to another container, without changing the listeners.void
Moves a property to another container.static void
IComplexOperation.moveProp
(IComplexOperation op, IGProp<?> gp, PropCnr toContainer, Atom newName, int toIndex) Moves a property to another container.boolean
Moves this property container to another container, without changing the listeners.boolean
Moves this property container to another container, without changing the listeners.boolean
Moves this property container to another container, without changing the listeners.protected void
AbstractReference.onPropParentChanged
(PropCnr oldParent, PropCnr newParent) Called when parent changed.protected void
GProp.onPropParentChanged
(PropCnr oldParent, PropCnr newParent) Called when the parent is changed for this class.protected void
Selector.onPropParentChanged
(PropCnr oldParent, PropCnr newParent) Verify when loaded/created.protected void
StylesReferences.onPropParentChanged
(PropCnr oldParent, PropCnr newParent) Called when parent changed.protected void
ValueProp.onPropParentChanged
(PropCnr oldParent, PropCnr newParent) If the value property is added in any component that is not a VS field, make it private.void
IProxyRemovedListener.onProxySourceRemoved
(PropCnr proxyCnr) Called when the proxy source is removed.static BinderActions
PropBinder.populatePOJO
(IPropBinder pojo, PropCnr container) Populates an instance of a POJO with data from properties in a property container, skipping sub-containers, but without skipping non-found properties.static BinderActions
PropBinder.populatePOJO
(IPropBinder pojo, PropCnr container, boolean doSkipProperty, int depth) Populates an instance of a POJO with data from properties in a container.static BinderActions
PropBinder.populateProp
(BinderActions ba, IPropBinder pojo, PropCnr container, int depth, boolean skipUnknownFields, boolean createNewProperties) Populates a property from a POJO object.static BinderActions
PropBinder.populateProp
(IPropBinder pojo, PropCnr container) Populates a property from a POJO object.void
PropMgr.processUpdateTrans
(PropCnr root, ReadTransaction trans) Processes the TRANS_UPDATE transaction on a root property container.void
VirtualsPropCnr.removeVirtualizedContainer
(PropCnr cnr) Removes a virtualized container.static void
IComplexOperation.reorderProps
(IComplexOperation op, PropCnr pc, Atom[] order) Reorder a property container.void
IComplexOperation.reorderProps
(PropCnr pc, Atom[] order) Reorder a property container.final void
PropCnr.replaceProps
(PropCnr cnr) Replaces all properties in this container with the ones from the specified one.default boolean
Sets a choice option.void
GProp.triggerRemoteEvent
(int localID, PropCnr params) Triggers a remote event for execution at the remote partyonRemoteEvent()
method of this remote property instance.void
IGProp.triggerRemoteEvent
(int localID, PropCnr params) Triggers a remote event for execution at the remote partyonRemoteEvent()
method of this remote property instance.default void
Validates a new value.default void
Validates a new string.default void
Validates a new value.default void
Validates a new string.Modifier and TypeMethodDescriptionfinal int
PropCnr.verifyInternalUseOnly
(Set<PropCnr> currentlyBeingVerifiedPropCnrs, IKStringInfoProvider provider) Verifies this property after editing.ModifierConstructorDescriptionCreates 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
ModifierConstructorDescriptionBridgeContainer
(UIContainer uiContainer, LayoutMgr<LAYOUT_PROP> layoutMgr, PropCnr propCnr) Constructs the bridge with UI container.Uses of PropCnr in com.iizix.prop.content
Modifier and TypeClassDescriptionclass
AbstractContentUIContainer<ITEM extends IContentItem,
ITEM_CONTENT extends IContentData<ITEM>> A property container that handles content and has custom content provider support.Modifier and TypeMethodDescriptionprotected Object
AbstractContentUIContainer.equalsTree
(PropCnr pc2, int how) Checks for equality in the whole container structure.protected void
AbstractContentUIContainer.onPropParentChanged
(PropCnr oldParent, PropCnr newParent) Called when the parent is changed for this class.Uses of PropCnr in com.iizix.prop.font
Modifier and TypeClassDescriptionclass
The font faces property container holds information about font face(s) that are available in the application.class
Container for all font icon files used in a FontIconsDefintion.class
Container for all font files used in a FontIconsDefintion.Modifier and TypeMethodDescriptionstatic void
FontConsumed.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
Modifier and TypeClassDescriptionclass
Image definition property container.class
This Image Resolution property only holds the image reference for an additional Device Pixel Ratio.class
The definition of a single font icon and how it represent itself in the various states, e.g.class
The Font Icon Definition property container that contains an installable font using @FontFace CSS and contains several icons that can be displayed in any square size.class
Single image definition property container.class
This Image Location property container.class
This Image Resolution property only holds the image reference for an additional Device Pixel Ratio.class
The Images Definition property container for multiple icons/images and multiple states and resolutions.class
The Images Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartLocation properties.class
This Images Style property container has the state for several images.class
This Image Style property container holds the image types, asset reference, and other settings.class
This Image Style Location property container has the state for several images.class
This Image States Resolution property holds the image reference for an additional Device Pixel Ratio and contains ImagePartStateLocation properties.class
The runtime image definition is used to provide images at runtime that are images located in other files than the asset files.class
Image States Definition property container when a single image file has one image in many states and possibly resolutions.class
The SVG Image Definition property container contains a reference to an SVG file in the Assets.Modifier 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
Modifier and TypeClassDescriptionclass
The AbsoluteData is the layout data for components in a container with AbsoluteLayout.class
AbsoluteLayout is a layout manager.class
Abstract UI Action component such as buttons or menu item that are connected to a VS Action.class
The AccordionData is the layout data for components in a container with AccordionLayout.class
Accordion container specific layout manager.class
The BorderData is the layout data for components in a container with BorderLayout.class
BorderLayout is a layout manager.class
The ContextMenuData is the layout data for components in a container with ContextMenuLayout.class
Menu specific layout manager.class
DOM Element property container used to keep information of the created UI item and its internal DOM structure.class
The FlexData is the layout data for components in a container with FlexLayout.class
FlexLayout is a layout manager.class
The GridData is the layout data for components in a container with GridLayout.class
GridLayout is a layout manager.class
The HeadingData is the layout data for components in a container with HeadingLayout.class
Header specific layout manager.class
Image preview property for use with any UI component or container.class
LayoutMgr<LAYOUT_PROP extends LayoutProp>
LayoutMgr is the class that handles layout of UIComp's in a UI container.class
The LayoutProp is the generic property for layout managers using properties to layout it's components.class
The ListData is the layout data for components in a container with ListLayout.class
List container specific layout manager.class
The MenuBarData is the layout data for components in a container with MenuBarLayout.class
Menu bar specific layout manager.class
The MenuData is the layout data for components in a container with MenuLayout.class
Menu specific layout manager.class
The message box is a container to display a message box on the client side and wait for the user reply.class
Header UI container.class
Simple mobile popup dialog.class
Mobile switch UI component.class
Tab bar UI container.class
The panel layout data.class
The SwapData is the layout data for components in a container with SwapLayout.class
Swap container specific layout manager.class
The TabBarData is the layout data for components in a container with TabBarLayout.class
Tab bar specific layout manager.class
The TabData is the layout data for components in a container with TabLayout.class
Tab container specific layout manager.class
Toaster property.class
Abstract list choice UI component used for combobox and spinner.class
Accordion UI container.class
Button UI component.class
Calendar UI component.class
Checkbox UI component.class
Menu item UI component.class
Combobox UI component.class
The UIComp class is the basic implementation of a single user interface component.class
The UIComps class is the property container for all UIComp instances of the UIComps class.class
The UIContainer class is a standard simple container for components.class
Context menu UI container.class
Desktop popup dialog.class
Empty UI component.class
Gauge UI component.class
Image UI component.class
Image Crop and Upload UI component.class
Label UI component.class
Media UI component.class
Menu UI container.class
Menu bar UI container.class
Menu item UI component.class
Menu separator UI component.class
Output (label) UI component.class
Panel UI container.class
Base panel UI container.class
Panel part UI container.class
The UI panel part container.class
Progress UI component.class
Radio button UI component.class
Menu item UI component.class
Slider UI component.class
Spinner UI component.class
UI swap container.class
UI tab container.class
Text UI component.class
Text area UI component.class
Title panel UI container optionally collapsable.Modifier and TypeMethodDescriptiondefault PropCnr
IUIActionHolder.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.Modifier 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 Object
ImagePreview.equalsTree
(PropCnr pc2, int how) Checks for equality in the whole container structure.protected final String
AbstractUICompRelativeReference.getScopeErrorMessage
(TARGET property, PropCnr base) Gets the error message when the base container doesn't validate scope.protected void
UIPanelPartCnr.onPropParentChanged
(PropCnr oldParent, PropCnr newParent) Called when the parent is changed for this class.Uses of PropCnr in com.iizix.prop.ui.calendar
Modifier and TypeClassDescriptionclass
The layout data for calendar lists and their items: they are not used, but is required to be present by the framework.class
A (sub)calendar list event.class
Layout manager for calendar lists.class
Calendar List UI component.Uses of PropCnr in com.iizix.prop.ui.chart
Uses of PropCnr in com.iizix.prop.ui.chart.axis2d
Uses of PropCnr in com.iizix.prop.ui.chart.plot2d
Modifier and TypeClassDescriptionclass
A chart series is either created in the Designer or constructed at runtime and added to the chart.Uses of PropCnr in com.iizix.prop.ui.chart.series
Modifier and TypeClassDescriptionclass
A chart series consists of several series values properties in a defined order.class
A series value property is a property container that can only contain NumberProp's.Uses of PropCnr in com.iizix.prop.ui.datetime
Uses of PropCnr in com.iizix.prop.ui.map
Modifier and TypeClassDescriptionclass
The layout data for all mobile list components or containers, i.e.class
Layout manager for maps.class
The property container for map markers.class
The map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.class
Map UI component.Uses of PropCnr in com.iizix.prop.ui.mlist
Modifier and TypeClassDescriptionclass
The property container for default mobile list items.class
The mobile list item group contains mobile list items placed inserted into a list that comes from a VirtualSpace table or by means of the API.class
Layout manager for mobile list groups.class
Mobile list item UI component.class
The layout data for all mobile list components or containers, i.e.class
Layout manager for all mobile lists.class
The property container for mobile list items.Uses of PropCnr in com.iizix.prop.ui.table
Modifier and TypeClassDescriptionfinal class
The Table Row instance.final class
The Table Rows container instance.class
The table UI container.class
The table column UI container.class
The table column data is the layout data for components in a UITable container.class
UITable container specific layout manager.Modifier and TypeMethodDescriptionprotected void
UITable.onPropParentChanged
(PropCnr oldParent, PropCnr newParent) Called when the parent is changed for this class.Uses of PropCnr in com.iizix.prop.vs
Modifier and TypeClassDescriptionclass
AbstractVSVariable<VSCOMP extends VSComponent,
REFTYPE extends VSRelativeReference<VSCOMP>> Class that holds a single VS "variable" mapping of a certain type.class
This VirtualSpace property container holds the fields and tables in the VirtualSpace.class
The VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).class
Base VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.class
The VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).class
This class is a child of the VirtualSpace and contains the participants in the VirtualSpace.class
The VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).class
The rows property class that only allows VSRow children properties.class
The VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).class
VirtualSpace "Variables" is a container that maps named Variables to VirtualSpace fields or columns/tables.Modifier and TypeFieldDescriptionfinal PropCnr
VSReferenceOwnerData.owner
The property reference owner (or parent).Modifier and TypeMethodDescription<PC extends PropCnr>
PC[]VSParticipantsHolder.getParticipants
(Class<PC> propClass) Gets all the participants of a certain type, e.g.Modifier and TypeMethodDescription<PC extends PropCnr>
PC[]VSParticipantsHolder.getParticipants
(Class<PC> propClass) Gets all the participants of a certain type, e.g.Modifier and TypeMethodDescriptionboolean
VSActionTXProcess.addTransactionContainer
(PropCnr transactionContainer) Creates a Gyro transaction for a property container.boolean
VSActionTXProcess.addTransactionContainer
(PropCnr transactionContainer, IFocusEngine focusEngine) Creates a Gyro transaction for a property container.VirtualSpace.createVSReference
(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.protected final void
VSRelativeReference.onPropParentChanged
(PropCnr oldParent, PropCnr newParent) The parent has been changed, if added to a container or moved, recheck the reference.ModifierConstructorDescriptionVSReferenceOwnerData
(Atom atom, Class<REFPROP> propClass, PropCnr owner) Constructor of the data.Uses of PropCnr in com.iizix.prop.vs.actor
Modifier and TypeClassDescriptionclass
The predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.class
Class container for associated action actors of a VSAction.class
The VirtualSpace Field Actor property holds the reference, and the annotation values for implementing Operations, and Source and Target classes for Conversion.class
Class container for associated value actors of a VSField or VSColumnHeader.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.Modifier 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
Modifier and TypeMethodDescriptionvoid
Adds an error to a remote property container for errors.ModifierConstructorDescriptionBuilderError
(PropCnr pc, int index) Constructor from a remote property error container.Uses of PropCnr in com.iizix.server
Modifier and TypeFieldDescriptionprotected PropCnr
AbstractEndPoint.root
The root container property of the end point.Modifier and TypeMethodDescriptionfinal PropCnr
AbstractEndPoint.getProperties()
Gets the end point properties, i.e.Loads a property file.IAppLoader.loadFile
(String fileName, InputStream inputStream) Loads a property file.final PropCnr
Loads a property file.final PropCnr
ServerShell.loadFile
(String fileName, InputStream inputStream) Loads a property file.Modifier and TypeMethodDescriptionprotected void
AbstractEndPoint.onClientPropsCreated
(PropCnr root) Called when the root is created from a transaction from the client.final void
Saves a property file.Uses of PropCnr in com.iizix.server.acme
Modifier and TypeClassDescriptionclass
Property container holding information about a Let's Encrypt domain with automatic certificate renewal in the server.Uses of PropCnr in com.iizix.server.app
Modifier and TypeInterfaceDescriptioninterface
IVirtualsContainer<PROPCNR extends PropCnr>
The interface to the virtualized container that is exposed to the API and the Server.class
VirtualizedItem<PROPCNR extends PropCnr>
Data container for a virtualized property container.class
VirtualsContainer<PROPCNR extends PropCnr>
The Virtual Property Container is a flat structure containing all items (property containers) that are virtualized.Modifier and TypeClassDescriptionprotected class
The Virtual property container.Modifier and TypeFieldDescriptionfinal PROPCNR
VirtualizedItem.originalProperty
The original property.final PROPCNR
VirtualizedItem.virtualizedProperty
The virtualized property.Modifier 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.ModifierConstructorDescriptionVirtualsContainer
(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
Modifier and TypeClassDescriptionclass
The Application root property container that contains ModuleProjectPropCnr's for the Module Projects in the application.class
The module root property container.class
Editor 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
Modifier and TypeMethodDescription<T extends PropCnr>
VirtualsContainer<T>AppSessionGyro.getVirtuals
(IPluginDescriptor<T> serverPluginDescriptor) Gets the instance of the VirtualsContainer for the plug-in.Modifier and TypeMethodDescriptionAppSessionGyro.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.Uses of PropCnr in com.iizix.server.loadbalancer
Modifier and TypeMethodDescriptionprotected void
LoadBalancerEndPoint.onClientPropsCreated
(PropCnr root) Called when the root is created from a transaction from the client.Uses of PropCnr in com.iizix.server.monitor
Modifier and TypeClassDescriptionclass
Client session property.class
An end point property.class
An end point property.class
An end point property.class
Property container used for Virtual Monitor data and communication.Modifier and TypeMethodDescriptionprotected void
VirtualizedMonitorEndPoint.onClientPropsCreated
(PropCnr root) Called when the root is created from a transaction from the client.Uses of PropCnr in com.iizix.server.prop
Modifier and TypeClassDescriptionclass
Property container for the configuration of an App of the iiziServer.class
This configuration environment defines the configuration setup for the available plug-ins.class
Property container for the configuration of a plug-in for a Server configuration environment.class
This server property is a container that holds everything a client/server needs in order to establish communication with the other party, and information about themselves (such as environment).class
This property is a container that holds the required settings for the server to operate and initialize itself with.class
Property container for the configuration of a Port "group" of the web server.Modifier and TypeMethodDescriptionServerProps.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.Modifier 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.ModifierConstructorDescriptionRootPropTransactionSender
(PropMgr propMgr, PropCnr root, Worker worker, IRootPropTransactionSender sender) Constructs the instance.Uses of PropCnr in com.iizix.server.run.prop
Modifier and TypeClassDescriptionclass
This 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
Modifier and TypeMethodDescriptionprotected void
RemoteBuilderEndPoint.onClientPropsCreated
(PropCnr root) Called when the root is created from a transaction from the client.Uses of PropCnr in com.iizix.server.security
Uses of PropCnr in com.iizix.server.vsviewer
Uses of PropCnr in com.iizix.term
Modifier and TypeMethodDescriptionstatic String
HostState.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
Modifier and TypeClassDescriptionclass
This Screen Action Group property container for a terminal host screen.class
This Screen Action property container for a terminal host screen.class
This Screen fields property container for a terminal host screen.class
This Screen Field Group property container for a terminal host screen.class
This Screen Field property container for a terminal host screen.class
This Screen Fields property container for a terminal host screen.class
This Screen identification property container for a terminal host screen.class
This Screen identifications property container for a terminal host screen.class
This Screen property container holds the screen identifications and fields for a terminal host screen.class
This Sessions property container holds the terminal properties.class
This property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.static class
The terminal action actor settings.class
This property container contains all properties required for the terminal connector in terms of flags, colors, etc.class
This TerminalSettings property container holds all settings for a terminal session.Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
The container for an active terminal session for the terminal monitor of each client end-point.class
The container for active terminal sessions for the terminal monitor of each client end-point.Uses of PropCnr in com.iizix.test.client
Uses of PropCnr in com.iizix.ws.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.Uses of PropCnr in com.iizix.ws.prop
Modifier and TypeClassDescriptionclass
Abstract Input Properties that ties the input to the execution of a Web Service request to VirtualSpace.class
The Output Column connects a table column from the reply output with a VSTable column.class
Output property that ties a result set from the execution of a Web Service request to VirtualSpace.class
The Output Table connects a table from the reply output with a VSTable.class
The Output Variable connects a reference variable from the reply output with a VSField.class
Output property that ties a result set from the execution of a Web Service request to VirtualSpace.class
Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.class
Web Service property container holding the definition of a web service transaction.Modifier and TypeMethodDescriptionAbstractInputProps.getInputEncodingProp()
Gets the input encoding property container.Modifier 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
Modifier and TypeClassDescriptionclass
A JSON element wrapper, used to process the output of a Web Service reply.class
RESTful JSON Encoded input for the request of a Web Service transaction.class
The 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
Modifier and TypeClassDescriptionclass
RESTful URL Encoded input for the request of a Web Service transaction.class
The Input Variable connects a VSField with an input variable or parameter to a web service request.