Uses of Class
com.iizix.prop.Atom
Packages that use Atom
Package
Description
Uses of Atom in com.iizigo.actionactor
Constructors in com.iizigo.actionactor with parameters of type AtomUses of Atom in com.iizigo.app.prop
Constructors in com.iizigo.app.prop with parameters of type AtomModifierConstructorDescriptionAppDistributionProps(Atom propertyAtom) Creates the screen identification property container with the specified name.EditorAppPropCnr(Atom appID) Constructs the instance with an application ID.EditorModuleProjectPropCnr(Atom propertyAtom) Creates a Module project property container with a name.Uses of Atom in com.iizigo.db.actionactor
Constructors in com.iizigo.db.actionactor with parameters of type AtomUses of Atom in com.iizigo.db.prop
Constructors in com.iizigo.db.prop with parameters of type AtomModifierConstructorDescriptionEditorConnectionProfileSetup(Atom propertyAtom) Creates the property container with the specified name.EditorConnectionProfilesSetup(Atom propertyAtom) Creates the property container with the specified name.EditorDatabaseProps(Atom propertyAtom) Creates the property container with the specified name.EditorInputProps(Atom propertyAtom) Creates the property container with the specified name.EditorInputVariable(Atom propertyAtom) Creates the property container with the specified name.EditorResultProps(Atom propertyAtom) Creates the property container with the specified name.EditorResultSetColumnProp(Atom propertyAtom) Creates the property container with the specified name.EditorResultSetProps(Atom propertyAtom) Creates the property container with the specified name.Uses of Atom in com.iizigo.editor
Methods in com.iizigo.editor that return AtomModifier and TypeMethodDescriptionstatic Atom[]PropHelper.getUniqueNames(PropCnr cnr, GProp<?>[] props, String suffix, boolean isCopy) Gets the names of properties to move to or add in a container.Methods in com.iizigo.editor with parameters of type AtomModifier and TypeMethodDescriptionstatic booleanPropHelper.doRename(GProp<?> prop, Atom newName, IPropUndoRedo undoRedo) Performs a rename property with undo/redo support.static ObjectPropHelper.getPropsValue(PropCnr[] containers, Atom atom) Helper method to get a single value from many containers.Uses of Atom in com.iizigo.editor.complex
Methods in com.iizigo.editor.complex with parameters of type AtomModifier and TypeMethodDescriptionvoidMoves a property to another container.ComplexOperation.newContainerSelection(PropCnr parent, Atom childAtom) Creates a new ContainerSelection instance for a property container involved in the operation.voidComplexOperation.renameProp(GProp<?> gp, Atom newName) Renames a property.voidComplexOperation.reorderProps(PropCnr pc, Atom[] order) Reorder a property container.Constructors in com.iizigo.editor.complex with parameters of type AtomModifierConstructorDescriptionContainerSelection(ContainerParticipant container, Atom atom) Constructor.Uses of Atom in com.iizigo.font.prop
Methods in com.iizigo.font.prop with parameters of type AtomModifier and TypeMethodDescriptionEditorFontFiles.assignValue(String value, Atom propName, String[] array, String descr, String defaultValueDescr) Helper function that assigns a value from a string to a property depending on a String array.Constructors in com.iizigo.font.prop with parameters of type AtomModifierConstructorDescriptionEditorFontFaces(Atom propertyAtom) Creates the FontFace Definition property container with the specified name.EditorFontFile(Atom propertyAtom) Creates the Image Definition property container with the specified name.EditorFontFiles(Atom propertyAtom) Creates the Image Definition property container with the specified name.Uses of Atom in com.iizigo.image.prop
Constructors in com.iizigo.image.prop with parameters of type AtomModifierConstructorDescriptionEditorFontIconDefinition(Atom propertyAtom) Creates the Image Definition property container with the specified name.EditorFontIconsDefinition(Atom propertyAtom) Creates the Image Definition property container with the specified name.EditorImageDefinition(Atom propertyAtom) Creates the Image Definition property container with the specified name.EditorImageLocation(Atom propertyAtom) Creates the Image Location property container with the specified name.EditorImageResolution(Atom propertyAtom) Creates the Image Resolution property container with the specified name.EditorImagesDefinition(Atom propertyAtom) Creates the multiple Images Definition property container with the specified name.EditorImagesResolution(Atom propertyAtom) Creates the Images Resolution property container with the specified name.EditorImagesStyle(Atom propertyAtom) Creates the Images Style property container with the specified name.EditorImageStyle(Atom propertyAtom) Creates the Image Style property container with the specified name.EditorImageStyleLocation(Atom propertyAtom) Creates the Image Resolution property container with the specified name.EditorImageStylesResolution(Atom propertyAtom) Creates the Image Styles Resolution property container with the specified name.EditorStyledImageDefinition(Atom propertyAtom) Creates the Styled Image Definition property container with the specified name.EditorSVGDefinition(Atom propertyAtom) Creates the Image Definition property container with the specified name.Uses of Atom in com.iizigo.java.parser
Methods in com.iizigo.java.parser that return AtomModifier and TypeMethodDescriptionstatic AtomRoutine to convert a file name to an Atom.static AtomParsedJavaSourceContainer.getAtom(org.eclipse.core.resources.IFile file) Routine to convert a file name to an Atom.static AtomParsedJavaSourceContainer.getAtom(org.eclipse.core.runtime.IPath projectPath) Routine to convert a file name to an Atom.Methods in com.iizigo.java.parser with parameters of type AtomModifier and TypeMethodDescriptionstatic StringParsedJavaSourceContainer.getFileName(Atom atom) Gets the file name from an Atom.Uses of Atom in com.iizigo.java.parser.annotation
Constructors in com.iizigo.java.parser.annotation with parameters of type AtomModifierConstructorDescriptionAnnotationsContainer(Atom propertyAtom) Creates an GAnnotation array property with the specified name with an empty HashMap<String,String>.Uses of Atom in com.iizigo.java.parser.type
Constructors in com.iizigo.java.parser.type with parameters of type AtomModifierConstructorDescriptionTypesContainer(Atom propertyAtom) Creates an GAnnotation array property with the specified name with an empty HashMap<String,String>.Uses of Atom in com.iizigo.java.prop
Constructors in com.iizigo.java.prop with parameters of type AtomModifierConstructorDescriptionEditorClassReference(Atom propertyAtom) Creates a Class Reference property with the specified name with a null value.EditorClassReference(Atom propertyAtom, String newValue) Creates a Class Reference property with the specified name and value.EditorMethodReference(Atom propertyAtom) Creates a Method Reference property with the specified name with a null value.EditorMethodReference(Atom propertyAtom, String newValue) Creates a Class Reference property with the specified name and value.EditorMethodReference2(Atom propertyAtom) Creates a Method Reference property with the specified name with a null value.EditorMethodReference2(Atom propertyAtom, String newValue) Creates a Method Reference property with the specified name and value.Uses of Atom in com.iizigo.link.java
Fields in com.iizigo.link.java declared as AtomModifier and TypeFieldDescriptionfinal AtomIJavaInterfaceLinkEnabler.InterfaceDefinition.atomThe atom name of the ClassReference property.Constructors in com.iizigo.link.java with parameters of type AtomModifierConstructorDescriptionInterfaceDefinition(Atom atom, String implementedInterface, String prompt, String description) Constructor.Uses of Atom in com.iizigo.link.vs
Methods in com.iizigo.link.vs that return AtomModifier and TypeMethodDescriptiondefault AtomIVSActionLinkEnabler.getLinkVSActionName(LinkData data) Gets the atom for the linking.default AtomIVSFieldLinkEnabler.getLinkVSFieldName(LinkData data) Gets the atom for the linking.Constructors in com.iizigo.link.vs with parameters of type AtomModifierConstructorDescriptionLopVSAction(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 Atom in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop with parameters of type AtomModifier and TypeMethodDescriptionEAbsoluteData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EBorderData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EFlexData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EGridData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EUIDialog.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EUIPanelPart.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EUIDateTime.getSupportedDataTypes(Atom editedProperty) Returns the list of supported datatypes.Constructors in com.iizigo.panel.prop with parameters of type AtomModifierConstructorDescriptionDragDropLinkAdapter(Atom name, ILinkCapable linkCapable) Constructor for the component to adapt for.DragDropPropCnr(Atom propertyAtom) Creates the drag-drop property container with the specified name.EAbsoluteData(Atom propertyAtom) Creates a AbsoluteData container with the specified name with a null value.EAbsoluteData(Atom propertyAtom, GProp<?>[] properties) Creates a AbsoluteData container with the specified name and properties.EAbsoluteLayout(Atom propertyAtom) Creates the property container with the specified name.EAccordionData(Atom propertyAtom) Creates a AccordionData container with the specified name with a null value.EAccordionData(Atom propertyAtom, GProp<?>[] properties) Creates a AccordionData container with the specified name and properties.EAccordionLayout(Atom propertyAtom) Creates the property container with the specified name.EBorderData(Atom propertyAtom) Creates a BorderData container with the specified name with a null value.EBorderData(Atom propertyAtom, GProp<?>[] properties) Creates a BorderData container with the specified name and properties.EBorderLayout(Atom propertyAtom) Creates the property container with the specified name.EContextMenuData(Atom propertyAtom) Creates a ContextMenuData container with the specified name with a null value.EContextMenuData(Atom propertyAtom, GProp<?>[] properties) Creates a ContextMenuData container with the specified name and properties.EContextMenuLayout(Atom propertyAtom) Creates the property container with the specified name.Creates a FlexData container with the specified name with a null value.Creates a FlexData container with the specified name and properties.EFlexLayout(Atom propertyAtom) Creates the property container with the specified name.Creates a GridData container with the specified name with a null value.Creates a GridData container with the specified name and properties.EGridLayout(Atom propertyAtom) Creates the property container with the specified name.EHeadingData(Atom propertyAtom) Creates a HeadingData container with the specified name with a null value.EHeadingData(Atom propertyAtom, GProp<?>[] properties) Creates a HeadingData container with the specified name and properties.EHeadingLayout(Atom propertyAtom) Creates the property container with the specified name.Creates a container with the specified name with a null value.Creates a container with the specified name and properties.EListLayout(Atom propertyAtom) Creates the property container with the specified name.EMenuBarData(Atom propertyAtom) Creates a MenuBarData container with the specified name with a null value.EMenuBarData(Atom propertyAtom, GProp<?>[] properties) Creates a MenuBarData container with the specified name and properties.EMenuBarLayout(Atom propertyAtom) Creates the property container with the specified name.Creates a MenuData container with the specified name with a null value.Creates a MenuData container with the specified name and properties.EMenuLayout(Atom propertyAtom) Creates the property container with the specified name.EMUIHeading(Atom propertyAtom) Creates the property container with the specified name.EMUISimpleDialog(Atom propertyAtom) Creates the property container with the specified name.EMUISwitch(Atom propertyAtom) Creates the property container with the specified name.EMUITabBar(Atom propertyAtom) Creates the property container with the specified name.EPanelData(Atom propertyAtom) Creates a PanelData container with the specified name with a null value.Creates a TabData container with the specified name with a null value.Creates a TabData container with the specified name and properties.ESwapLayout(Atom propertyAtom) Creates the property container with the specified name.ETabBarData(Atom propertyAtom) Creates a TabBarData container with the specified name with a null value.ETabBarData(Atom propertyAtom, GProp<?>[] properties) Creates a TabBarData container with the specified name and properties.ETabBarLayout(Atom propertyAtom) Creates the property container with the specified name.Creates a TabData container with the specified name with a null value.Creates a TabData container with the specified name and properties.ETabLayout(Atom propertyAtom) Creates the property container with the specified name.EUIAccordion(Atom propertyAtom) Creates the property container with the specified name.Creates the property container with the specified name.EUICalendar(Atom propertyAtom) Creates the property container with the specified name.EUICheckBox(Atom propertyAtom) Creates the property container with the specified name.EUICheckedMenuItem(Atom propertyAtom) Creates the property container with the specified name.EUIComboBox(Atom propertyAtom) Creates the property container with the specified name.Creates the property container with the specified name.EUIContainer(Atom propertyAtom) Creates the property container with the specified name.EUIContextMenu(Atom propertyAtom) Creates the property container with the specified name.EUIDateTime(Atom propertyAtom) Creates the property container with the specified name.Creates the property container with the specified name.Creates the property container with the specified name.Creates the property container with the specified name.Creates the property container with the specified name.Creates the property container with the specified name.Creates the property container with the specified name.Creates the property container with the specified name.Creates the property container with the specified name.EUIMenuBar(Atom propertyAtom) Creates the property container with the specified name.EUIMenuItem(Atom propertyAtom) Creates the property container with the specified name.EUIMenuSeparator(Atom propertyAtom) Creates the property container with the specified name.Creates the property container with the specified name.Creates the property container with the specified name.EUIPanelPart(Atom propertyAtom) Creates the property container with the specified name.EUIPanelPartCnr(Atom propertyAtom) Creates the property container with the specified name.EUIProgress(Atom propertyAtom) Creates the property container with the specified name.EUIRadioButton(Atom propertyAtom) Creates the property container with the specified name.EUIRadioMenuItem(Atom propertyAtom) Creates the property container with the specified name.Creates the property container with the specified name.EUISpinner(Atom propertyAtom) Creates the property container with the specified name.EUISwapContainer(Atom propertyAtom) Creates the property container with the specified name.EUITabContainer(Atom propertyAtom) Creates the property container with the specified name.Creates the property container with the specified name.EUITextArea(Atom propertyAtom) Creates the property container with the specified name.EUITitlePane(Atom propertyAtom) Creates the property container with the specified name.PanelSettingsPropCnr(Atom name) The constructor with a name.Uses of Atom in com.iizigo.panel.prop.calendar
Constructors in com.iizigo.panel.prop.calendar with parameters of type AtomModifierConstructorDescriptionECalendarData(Atom propertyAtom) Creates a container with the specified name with a null value.ECalendarEvent(Atom propertyAtom) Creates the property container with the specified name.ECalendarLayout(Atom propertyAtom) Creates the property container with the specified name.EUICalendarList(Atom propertyAtom) Creates the property container with the specified name.Uses of Atom in com.iizigo.panel.prop.chart
Constructors in com.iizigo.panel.prop.chart with parameters of type AtomModifierConstructorDescriptionCreates the VirtualSpace group property container with the specified name.Creates the VirtualSpace group property container with the specified name.Creates the VirtualSpace group property container with the specified name.ESeriesValue(Atom propertyAtom) Creates the VirtualSpace group property container with the specified name.ESeriesValue(Atom propertyAtom, GSeriesValue value) Creates the VirtualSpace group property container with the specified name.Creates the property container with the specified name.Uses of Atom in com.iizigo.panel.prop.map
Methods in com.iizigo.panel.prop.map with parameters of type AtomModifier and TypeMethodDescriptionprotected MapMarkerPropEMapMarkers.createMarker(Atom atom) Create the map marker.Constructors in com.iizigo.panel.prop.map with parameters of type AtomModifierConstructorDescriptionCreates a container with the specified name with a null value.EMapLayout(Atom propertyAtom) Creates the property container with the specified name.EMapMarkerProp(Atom propertyAtom) Creates the property container with the specified name.EMapMarkers(Atom propertyAtom) Creates the property container with the specified name.Creates the property container with the specified name.Uses of Atom in com.iizigo.panel.prop.mlist
Methods in com.iizigo.panel.prop.mlist with parameters of type AtomModifier and TypeMethodDescriptionprotected MLItemPropEMLGroup.createListItemProp(Atom atom) Creates a list item property.Constructors in com.iizigo.panel.prop.mlist with parameters of type AtomModifierConstructorDescriptionEMLDefaultItemProp(Atom propertyAtom) Creates the property container with the specified name.Creates the property container with the specified name.EMLGroupLayout(Atom propertyAtom) Creates the property container with the specified name.Creates the property container with the specified name.EMListData(Atom propertyAtom) Creates a container with the specified name with a null value.EMListLayout(Atom propertyAtom) Creates the property container with the specified name.EMLItemProp(Atom propertyAtom) Creates the property container with the specified name.Uses of Atom in com.iizigo.panel.prop.table
Constructors in com.iizigo.panel.prop.table with parameters of type AtomModifierConstructorDescriptionCreates the property container with the specified name.EUITableColumn(Atom propertyAtom) Creates the property container with the specified name.EUITableData(Atom propertyAtom) Creates a TabData container with the specified name with a null value.EUITableLayout(Atom propertyAtom) Creates the property container with the specified name.Uses of Atom in com.iizigo.prop
Fields in com.iizigo.prop declared as AtomModifier and TypeFieldDescriptionfinal AtomPropertyEditorInfo.atomThe property Atom, null for special ones.Methods in com.iizigo.prop that return AtomModifier and TypeMethodDescriptionstatic AtomDesignerProp.createFileErrorAtom(PropCnr parentContainer) Creates a unique property atom for file errors for a property.Methods in com.iizigo.prop with parameters of type AtomModifier and TypeMethodDescriptionBaseEditor.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.PropCnrEditorProperties.getPropertyEditorInfo(Atom atom) Gets a PropertyEditorInfo from a property Atom.booleanAttempts to set focus to a property item with a specific atom.booleanAttempts to set focus to a property item with a specific atom.Constructors in com.iizigo.prop with parameters of type AtomModifierConstructorDescriptionContainerListener(PropCnr container, Atom atom, IContainerListenerOwner listener) Constructor.EditedPropController(IPropertyEditorController controller, PropertyEditorInfo info, Atom atom, PropCnr[] containers) Creates the controller instance for a normal property.EditorFolderSettingsProp(Atom atom) Creates the client properties without a name.FilePropCnr(Atom propertyAtom, org.eclipse.core.resources.IFile file) Creates a FilePropCnr for the designer with the specified name with a null value.FolderPropCnr(Atom propertyAtom, org.eclipse.core.resources.IFolder folder) Creates a FolderPropCnr for the designer with the specified name with a null value.FolderPropCnr(Atom propertyAtom, org.eclipse.core.resources.IFolder folder, boolean checkPresence) Creates a FolderPropCnr for the designer with the specified name with a null value.MementoPropCnr(Atom atom) Creates a new memento with the specified ID.Uses of Atom in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type AtomModifier 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.IDefaultPropertyValueProvider.getDefaultValue(Atom name, TYPE defaultValue) Gets the default value to use when a value is defined and no previous text is available.IPropEditorExtenderProvider.getEditorExtender(EDITOR editor, Atom atom) Gets the extension for a property editor.IDateTimeTypesProvider.getSupportedDataTypes(Atom editedProperty) Returns the list of supported datatypes.protected static EditorVirtualSpaceVSRelativeReferencePropEditor.getVirtualSpace(org.eclipse.swt.widgets.Shell shell, int ask, IPropertyEditorController controller, EditedPropController<?, ?> propController, Atom atom) Gets the VirtualSpace, prompted to create it perhaps, or connect.Uses of Atom in com.iizigo.prop.tooltip
Methods in com.iizigo.prop.tooltip with parameters of type AtomModifier and TypeMethodDescriptionstatic TooltipItemTooltipItem.newIntIndex(String prompt, Atom atomName, String[] array) Constructs a line with normal fonts of a text prompt and a property atom with a formatter.static TooltipItemTooltipItem.newIntIndex(String prompt, Atom atomName, String[] array, String defaultValue) Constructs a line with normal fonts of a text prompt and a property atom with a formatter.static TooltipItemConstructs a line with normal fonts of a text prompt and a property atom.static TooltipItemTooltipItem.newNormal(String prompt, Atom atom, ITooltipStringFormatter formatter) Constructs a line with normal fonts of a text prompt and a property atom with a formatter.static TooltipItemTooltipItem.newNormalItalicEmpty(String prompt, Atom atom) Constructs a line with normal fonts of a text prompt and a property atom.Uses of Atom in com.iizigo.push.prop
Constructors in com.iizigo.push.prop with parameters of type AtomModifierConstructorDescriptionEditorPushProps(Atom propertyAtom) Creates the Push Notification property container with the specified name.Uses of Atom in com.iizigo.pwa.prop
Constructors in com.iizigo.pwa.prop with parameters of type AtomModifierConstructorDescriptionEditorPWAProps(Atom propertyAtom) Creates the PWA property container with the specified name.Uses of Atom in com.iizigo.run.prop
Methods in com.iizigo.run.prop with parameters of type AtomModifier and TypeMethodDescriptionEditorRuntimeBuilderProps.getEditorExtender(PKCS12IdentityPropEditor editor, Atom atom) Gets the extension for a property editor.Constructors in com.iizigo.run.prop with parameters of type AtomModifierConstructorDescriptionEditorRuntimeBuilderProps(Atom propertyAtom) Creates the screen identification property container with the specified name.Uses of Atom in com.iizigo.selector.prop
Methods in com.iizigo.selector.prop with parameters of type AtomModifier and TypeMethodDescriptionprotected EditorClassReferenceEditorSelector.createClassReference(Atom atom, String ref) Creates a ClassReference, overridden by the Designer version of the class.protected EditorSelectorReferenceEditorSelector.createSelectorReference(Atom atom, String ref) Creates a SelectorReference, overridden by the Designer version of the class.Constructors in com.iizigo.selector.prop with parameters of type AtomModifierConstructorDescriptionEditorSelector(Atom propertyAtom) Creates the screen identification property container with the specified name.EditorSelectorReference(Atom propertyAtom) Creates a Selector Reference property with the specified name with a null value.EditorSelectorReference(Atom propertyAtom, String newValue) Creates a Selector Reference property with the specified name and value.Uses of Atom in com.iizigo.server.config
Methods in com.iizigo.server.config with parameters of type AtomModifier and TypeMethodDescriptionprotected EditorPolicyPropsEditorServerSettings.createPolicyProps(Atom atom) Creates a policy property with the specified atom name.EditorLetsEncryptDomain.getEditorExtender(PKCS12IdentityPropEditor editor, Atom atom) Gets the extension for a property editor.EditorWebServerPortConfig.getEditorExtender(PKCS12IdentityPropEditor editor, Atom atom) Gets the extension for a property editor.Constructors in com.iizigo.server.config with parameters of type AtomModifierConstructorDescriptionEditorLetsEncryptDomain(Atom propertyAtom) Creates the screen identification property container with the specified name.EditorMailProps(Atom propertyAtom) Creates the screen identification property container with the specified name.EditorPolicyProps(Atom propertyAtom) Creates the screen identification property container with the specified name.EditorServerAppConfig(Atom propertyAtom) Creates the property container with the specified name.EditorServerConfigEnvProps(Atom propertyAtom) Creates the screen identification property container with the specified name.EditorServerPluginConfig(Atom propertyAtom) Creates the screen identification property container with the specified name.EditorServerSettings(Atom propertyAtom) Creates the property container with the specified name.EditorWebServerPortConfig(Atom propertyAtom) Creates the screen identification property container with the specified name.Uses of Atom in com.iizigo.server.monitor
Constructors in com.iizigo.server.monitor with parameters of type AtomModifierConstructorDescriptionEditorVirtualizedMonitorPropCnr(Atom atom, IVirtualizedMonitor monitor) Constructor for monitor.Uses of Atom in com.iizigo.style.prop
Constructors in com.iizigo.style.prop with parameters of type AtomModifierConstructorDescriptionEditorStyles(Atom propertyAtom) Creates the screen identification property container with the specified name.Uses of Atom in com.iizigo.term.capture.prop
Constructors in com.iizigo.term.capture.prop with parameters of type AtomModifierConstructorDescriptionCaptureFieldProp(Atom propertyAtom) Creates the Capture Field property container with the specified name.CaptureRootProp(Atom propertyAtom) Creates the capture root property container with the specified name.CaptureScreenProp(Atom propertyAtom) Creates the capture screen property container with the specified name.Uses of Atom in com.iizigo.term.prop
Constructors in com.iizigo.term.prop with parameters of type AtomModifierConstructorDescriptionEditorScreenActionGroupProp(Atom propertyAtom) Creates the Screen Action Group property container with the specified name.EditorScreenActionProp(Atom propertyAtom) Creates the Screen Action property container with the specified name.EditorScreenActionsProp(Atom propertyAtom) Creates the Screen Actions property container with the specified name.EditorScreenFieldGroupProp(Atom propertyAtom) Creates the Screen Field Group property container with the specified name.EditorScreenFieldProp(Atom propertyAtom) Creates the screen identification property container with the specified name.EditorScreenFieldsProp(Atom propertyAtom) Creates the Screen Fields property container with the specified name.EditorScreenIdentificationProp(Atom propertyAtom) Creates the screen identification property container with the specified name.EditorScreenIdentificationsProp(Atom propertyAtom) Creates the screen identification property container with the specified name.EditorScreenProp(Atom propertyAtom) Creates the screen property container with the specified name.EditorSessionsProp(Atom propertyAtom) Creates the sessions property container with the specified name.EditorTerminalProps(Atom propertyAtom) Creates the screen property container with the specified name.Creates the settings with specified name.Uses of Atom in com.iizigo.term.recording.prop
Constructors in com.iizigo.term.recording.prop with parameters of type AtomModifierConstructorDescriptionLogicItemProp(Atom propertyAtom) Creates the recording logic item property container with the specified name.Creates the recording logic property container with the specified name.RecordingProp(Atom propertyAtom) Creates the capture recording property container with the specified name.RecordingRootProp(Atom propertyAtom) Creates the capture root property container with the specified name.RecordingScreenProp(Atom propertyAtom) Creates the recording screens property container with the specified name.RecordingScreensProp(Atom propertyAtom) Creates the recording screens property container with the specified name.Uses of Atom in com.iizigo.text
Method parameters in com.iizigo.text with type arguments of type AtomModifier and TypeMethodDescriptionvoidNewTextTablesWithLanguageComposite.createTextFiles(ModuleModel model, Map<Atom, KString> moreTexts, org.eclipse.core.runtime.IProgressMonitor monitor) Creates the text files.Uses of Atom in com.iizigo.text.prop
Constructors in com.iizigo.text.prop with parameters of type AtomModifierConstructorDescriptionEditorTextTable(Atom propertyAtom) Creates the screen identification property container with the specified name.Uses of Atom in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type AtomModifier and TypeMethodDescriptionNewVSFieldWizardPage.create(Atom name, PropCnr vsParent, ComplexOperation op) Creates the field when a dialog box is present.static EditorVSColumnHeaderNewVSColumnWizardPage.doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op) Creates the field when a dialog box is present.static EditorVSFieldNewVSFieldWizardPage.doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op) Creates the field when a dialog box is present.static EditorVSTableNewVSTableWizardPage.doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op) Creates the field when a dialog box is present.Uses of Atom in com.iizigo.vs.actor
Constructors in com.iizigo.vs.actor with parameters of type AtomModifierConstructorDescriptionEditorActionActors(Atom propertyAtom) Creates the VSAction actors property container with the specified name.EditorFieldActor(Atom propertyAtom) Creates a VS Field Processor property with the specified name with a null value.EditorFieldActor(Atom propertyAtom, String reference) Creates a VS Field Processor property with the specified name and value.EditorFieldActors(Atom propertyAtom) Creates the VSField actors property container with the specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Uses of Atom in com.iizigo.vs.link
Constructors in com.iizigo.vs.link with parameters of type AtomModifierConstructorDescriptionVSLinkAction(Atom atom) The constructor takes the VSActionReference atom for the operation.VSLinkField(Atom atom) The constructor takes the VSFieldReference atom for the operation.VSLinkVirtualSpace(Atom atom, boolean isParticipant) The constructor takes the VirtualSpace atom for the operation and if it's a VirtualSpace reference or a VirtualSpace participant.Uses of Atom in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop with parameters of type AtomModifier and TypeMethodDescriptionEditorVSColumnHeader.createEmptyField(Atom fieldName) Creates an empty field for this column, depending on defined types, null attributes, etc.protected VSRowEditorVSTable.createRow(Atom a, VSColumnHeader[] columns) Creates a row property.protected VSRowCreates a row property.EditorVSColumnHeader.createUninitializedField(Atom fieldName) Creates a new uninitialized field.Constructors in com.iizigo.vs.prop with parameters of type AtomModifierConstructorDescriptionEditorVirtualSpace(Atom propertyAtom) Creates the VirtualSpace property container with the specified name.EditorVSAction(Atom propertyAtom) Creates the VirtualSpace Action property container with the specified name.EditorVSColumnHeader(Atom propertyAtom) Creates the VirtualSpace Field property container with the specified name.EditorVSField(Atom propertyAtom) Creates the VirtualSpace Field property container with the specified name.EditorVSFocusReference(Atom propertyAtom) Creates a VirtualSpace focus reference property with the specified name with a null value.EditorVSFocusReference(Atom propertyAtom, String newValue) Creates a VirtualSpace focus reference property with the specified name and value.EditorVSGroup(Atom propertyAtom) Creates the VirtualSpace group property container with the specified name.EditorVSOnUIEvent(Atom atom) Creates a VirtualSpace focus reference property with no name and with a null value.EditorVSParticipantsHolder(Atom propertyAtom) Creates the VirtualSpace group property container with the specified name.EditorVSRow(Atom propertyAtom) Creates the VirtualSpace Row property container with the specified name.EditorVSRow(Atom propertyAtom, VSColumnHeader[] columns) Creates the VirtualSpace Row property container with the specified name.EditorVSRow(Atom propertyAtom, VSField[] fields) Creates the VirtualSpace Row property container with the specified name.EditorVSRows(Atom propertyAtom) Creates an VirtualSpace Rows property with the specified name with a null value.EditorVSTable(Atom propertyAtom) Creates the VirtualSpace Field property container with the specified name.Uses of Atom in com.iizigo.vs.viewer
Constructors in com.iizigo.vs.viewer with parameters of type AtomModifierConstructorDescriptionVSViewerPropCnr(Atom name, ArrayList<PropCnr> list, boolean isReadOnly) Creates a VSViewer proxy container for all VirtualSpace of the specified container.Uses of Atom in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards with parameters of type AtomModifier and TypeMethodDescriptionprotected EditorVSActionVSActionCreation.doCreate(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected EditorVSColumnHeaderVSColumnCreation.doCreate(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected abstract VSTYPEVSComponentCreation.doCreate(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected EditorVSFieldVSFieldCreation.doCreate(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.protected EditorVSTableVSTableCreation.doCreate(Atom name, PropCnr parent, ComplexOperation op) Creates the component required with the specified name.Constructors in com.iizigo.vs.wizards with parameters of type AtomModifierConstructorDescriptionVSActionCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) The constructor.VSColumnCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace vs, IPropUndoRedo undoRedo) The constructor.VSFieldCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, Boolean isNullAllowed, IPropUndoRedo undoRedo) The constructor.VSTableCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, IPropUndoRedo undoRedo) The constructor.Uses of Atom in com.iizigo.ws.actionactor
Constructors in com.iizigo.ws.actionactor with parameters of type AtomUses of Atom in com.iizigo.ws.prop
Constructors in com.iizigo.ws.prop with parameters of type AtomModifierConstructorDescriptionEditorOutputColumn(Atom propertyAtom) Creates the property container with the specified name.EditorOutputProps(Atom propertyAtom) Creates the property container with the specified name.EditorOutputTable(Atom propertyAtom) Creates the property container with the specified name.EditorOutputVariable(Atom propertyAtom) Creates the property container with the specified name.EditorOutputVariables(Atom propertyAtom) Creates the property container with the specified name.EditorRESTfulInputProps(Atom propertyAtom) Creates the property container with the specified name.EditorWebServiceProp(Atom propertyAtom) Creates the web service property container with the specified name.Uses of Atom in com.iizigo.ws.prop.json
Methods in com.iizigo.ws.prop.json with parameters of type AtomModifier and TypeMethodDescriptionprotected EditorJSONElementWrapperEditorJSONElementWrapper.createJSONElementWrapper(Atom atom) Creates a new JSONElementWrapper instance.Constructors in com.iizigo.ws.prop.json with parameters of type AtomModifierConstructorDescriptionEditorJSONElementWrapper(Atom propertyAtom) Creates the property container with the specified name.EditorJSONEncodedInput(Atom propertyAtom) Creates the property container with the specified name.EditorJSONReplyDocument(Atom propertyAtom) Creates the property container with the specified name.Uses of Atom in com.iizigo.ws.prop.url
Constructors in com.iizigo.ws.prop.url with parameters of type AtomModifierConstructorDescriptionEditorURLEncodedInput(Atom propertyAtom) Creates the property container with the specified name.EditorURLInputParameter(Atom propertyAtom) Creates the property container with the specified name.Uses of Atom in com.iizix.actionactor
Constructors in com.iizix.actionactor with parameters of type AtomModifierConstructorDescriptionAbstractSettings(Atom propertyAtom) Creates the settings with specified name.Creates the settings with specified name.Uses of Atom in com.iizix.api
Methods in com.iizix.api that return AtomMethods in com.iizix.api with parameters of type AtomModifier and TypeMethodDescriptionstatic AnnotationTypeAnnotationType.fromEventAtom(Atom atom) Gets the annotation type that matches an atom method event property name.Uses of Atom in com.iizix.db.actionactor
Constructors in com.iizix.db.actionactor with parameters of type AtomUses of Atom in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type AtomModifier and TypeMethodDescriptionInputProps.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.ResultProps.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.ResultSetProps.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.Constructors in com.iizix.db.prop with parameters of type AtomModifierConstructorDescriptionConnectionProfileSetup(Atom name) Constructs the connection profile setup container with specified name.ConnectionProfilesSetup(Atom name) Constructs the connection profiles setup container with specified name.DatabaseProps(Atom propertyAtom) Creates the property container with the specified name.DatabaseTransactionReference(Atom propertyAtom) Creates a Database transaction Reference property with the specified name with a null value.DatabaseTransactionReference(Atom propertyAtom, String newValue) Creates a Database transaction Reference property with the specified name and value.InputProps(Atom propertyAtom) Creates a Input Properties container with the specified name with a null value.InputVariable(Atom propertyAtom) Creates an input variable property container with the specified name with a null value.ResultProps(Atom propertyAtom) Creates a Result property container with the specified name with a null value.ResultSetColumnProp(Atom propertyAtom) Creates a ResultSetColumnProp property container with the specified name with a null value.ResultSetProps(Atom propertyAtom) Creates a Result Set property container with the specified name with a null value.Uses of Atom in com.iizix.editor
Subclasses of Atom in com.iizix.editorModifier and TypeClassDescriptionclassInternal Atom class, maps required method calls to override the Atom ones.Methods in com.iizix.editor that return AtomModifier and TypeMethodDescriptionCreates a new atom using the atom manager using the specified name.Creates a new atom using the atom manager using the specified name if this name is not empty, otherwise a temporary unique name is assigned.Uses of Atom in com.iizix.event
Methods in com.iizix.event that return AtomModifier and TypeMethodDescriptionParentCnrMoveEvent.getOldAtom()Gets the old Atom, i.e.ParentCnrNameEvent.getOldAtom()Gets the old Atom.PropMoveEvent.getOldAtom()Gets the old Atom, i.e.PropNameEvent.getOldAtom()Gets the old Atom.Methods in com.iizix.event with parameters of type AtomModifier and TypeMethodDescriptionbooleanGEvent.isPropertyChange(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.booleanPropCnrEvent.isPropertyChange(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.booleanPropCopyEvent.isPropertyChange(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.booleanPropValueEvent.isPropertyChange(PropCnr pc, Atom name) Checks if the event is a modification change of any property in the specified container.Constructors in com.iizix.event with parameters of type AtomModifierConstructorDescriptionParentCnrMoveEvent(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.PropMoveEvent(int eventID, GProp<?> property, Atom oldAtom, PropCnr oldContainer, GProp<?>[] oldContainerProps) Constructs a new move event for a property that is moved and renamed at the same time.PropNameEvent(GProp<?> property, Atom oldAtom, boolean isRemoteInduced) Constructs a new property event.Uses of Atom in com.iizix.prop
Fields in com.iizix.prop declared as AtomModifier and TypeFieldDescriptionstatic final AtomAtom.ACTIONstatic final AtomAtom.ACTIONSstatic final AtomAtom.ACTORSstatic final AtomAtom.ALIGNstatic final AtomPolicyProps.AN_ADMINThe atom name for "admin".static final AtomPolicyProps.AN_USERThe atom name for "user".static final AtomAtom.APPSstatic final AtomPushProps.ATOMThe atom for the Push Notification properties container: "$push".static final AtomPWAProps.ATOMThe atom for the PWA properties container: "$pwa".static final AtomAtom.ATOM_ON_UI_ACTIONstatic final AtomAtom.ATOM_ON_UI_BACKstatic final AtomAtom.ATOM_ON_UI_CONNECTstatic final AtomAtom.ATOM_ON_UI_CREATEstatic final AtomAtom.ATOM_ON_UI_DESTROYstatic final AtomAtom.ATOM_ON_UI_FOCUSstatic final AtomAtom.ATOM_ON_UI_SELECTIONstatic final Atomstatic final Atomstatic final AtomAtom.ATOM_ON_VS_ACTIONstatic final AtomAtom.ATOM_ON_VS_CHANGEstatic final AtomAtom.ATOM_ON_VS_CREATEstatic final AtomAtom.ATOM_ON_VS_DESTROYstatic final AtomAtom.ATOM_ON_VS_FOCUSstatic final AtomAtom.ATOM_ON_VS_STATEstatic final AtomAtom.BADGEstatic final AtomAtom.BINDstatic final AtomAtom.BINDINGSstatic final AtomAtom.BODYstatic final AtomAtom.CACHEstatic final AtomAtom.CHARUPDATEstatic final AtomAtom.CIDstatic final AtomAtom.CLASSstatic final AtomAtom.CLIENTstatic final AtomAtom.CLIENT_STYLESstatic final AtomAtom.COMPONENTstatic final AtomAtom.COMPONENTSstatic final AtomAtom.CONNECTORSstatic final AtomAtom.CONTEXT_MENUstatic final AtomAtom.CONTEXT_MENU_REFstatic final AtomAtom.DATA_CONTAINERstatic final AtomAtom.DEFAULTstatic final AtomAtom.DELAYstatic final AtomAtom.DERIVESstatic final AtomAtom.DESCRstatic final AtomAtom.DESIGNERstatic final AtomAtom.DEVICEstatic final AtomAtom.DOCstatic final AtomAtom.ENABLEDstatic final AtomAtom.ENCODINGstatic final AtomAtom.ENVstatic final AtomAtom.ERRORstatic final AtomAtom.EVENTstatic final AtomAtom.EXTENDSstatic final AtomAtom.FIELDSstatic final AtomAtom.FILENAMEstatic final AtomAtom.FOCUSstatic final AtomAtom.GEOstatic final AtomAtom.HEADERstatic final AtomAtom.HEIGHTstatic final AtomAtom.HOSTstatic final AtomAtom.HSCROLLstatic final AtomAtom.ICONstatic final AtomAtom.IDstatic final AtomAtom.IDSstatic final AtomAtom.IGNOREstatic final AtomAtom.INDEXstatic final AtomAtom.INPUTstatic final AtomAtom.JAVAstatic final AtomAtom.LANGstatic final AtomAtom.LAYOUTstatic final AtomAtom.LAYOUT_MANAGERstatic final AtomAtom.LOCATIONstatic final AtomAtom.MCATstatic final AtomAtom.MESSAGEstatic final AtomAtom.METHODstatic final AtomAtom.MODULE_APPstatic final AtomAtom.MSGstatic final AtomAtom.NAMEstatic final AtomAtom.NULLstatic final AtomAtom.OUTPUTstatic final AtomAtom.OVERRIDE_METHODstatic final AtomAtom.PANELstatic final AtomAtom.PARTICIPANTSstatic final AtomAtom.PATTERNstatic final AtomAtom.PLUGINSstatic final AtomAtom.POPUPstatic final AtomAtom.PORTstatic final AtomAtom.PRIMARYstatic final AtomAtom.PROXYHOSTstatic final AtomAtom.PROXYPORTstatic final AtomAtom.PROXYTYPEstatic final AtomAtom.PUSHstatic final AtomAtom.PWAstatic final AtomAtom.QNAMEstatic final AtomAtom.RANGEstatic final AtomAtom.RAWstatic final AtomAtom.READ_TIMEOUTstatic final AtomAtom.READONLYstatic final AtomAtom.REFERENCEstatic final AtomAtom.RESOLVEstatic final AtomAtom.ROOTstatic final AtomAtom.ROWSstatic final AtomAtom.RTLstatic final AtomAtom.SELECTEDstatic final AtomAtom.SELECTORstatic final AtomAtom.SERVERstatic final AtomAtom.SETTINGSstatic final AtomAtom.SSLstatic final AtomAtom.STYLEstatic final AtomAtom.STYLESstatic final AtomAtom.SYSTEMstatic final AtomAtom.TEXTstatic final AtomAtom.THEMESstatic final AtomAtom.TIMESTAMPstatic final AtomAtom.TITLEstatic final AtomAtom.TOASTERstatic final AtomAtom.TOOLTIPstatic final AtomAtom.TRANSACTIONstatic final AtomAtom.TYPEstatic final AtomAtom.UI_COMPONENTstatic final AtomAtom.UI_CONTAINERstatic final AtomAtom.UI_PREVIEWstatic final AtomAtom.URIstatic final AtomAtom.URI_PARAMSstatic final AtomAtom.USERstatic final AtomAtom.VALUEstatic final AtomAtom.VIRTUALSPACEstatic final AtomAtom.VISIBLEstatic final AtomAtom.VSCOLUMNstatic final AtomAtom.VSCROLLstatic final AtomAtom.VSFIELDstatic final AtomAtom.VSTABLEstatic final AtomAtom.WEBSOCKETstatic final AtomAtom.WEIGHTstatic final AtomAtom.WIDTHstatic final AtomAtom.ZONESMethods in com.iizix.prop that return AtomModifier and TypeMethodDescriptionAtom.clone()Clones this atom.IPropCnr.createCopyOfAtom(Atom name) Creates a "Copy of NNN" or "Copy 2 of NNN" of an atom.final AtomPropCnr.createCopyOfAtom(Atom name) Creates a "Copy of NNN" or "Copy 2 of NNN" of an atom.IPropCnr.createUniqueAtom(Atom name, String first, String next, String next2) Creates an atom with the base name specified with a unique serial number (starting with one) appended, making this atom unique within this property container.IPropCnr.createUniqueAtom(String baseName) Creates an atom with the base name specified with a unique serial number (starting with one) appended, making this atom unique within this property container.final AtomPropCnr.createUniqueAtom(Atom name, String first, String next, String next2) Creates an atom with the base name specified with a unique serial number (starting with one) appended, making this atom unique within this property container.final AtomPropCnr.createUniqueAtom(String baseName) Creates an atom with the base name specified with a unique serial number (starting with one) appended, making this atom unique within this property container.final AtomPropCnr.createUniqueAtom(String baseName, String adder) Creates an atom with the base name specified with a unique serial number (starting with one) appended, making this atom unique within this property container.static AtomFinds an atom that has been created previously by name, and that is still in use by some non-garbage-collected object.static AtomGets an existing or creates a new atom with the specified name.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.IClassReferenceOwner.getClassReferenceAtom(String id) Gets the ClassReference atom name.Atom[]PropCnr.getExtendsOverride()Gets the extends override atoms.final AtomGProp.getPropAtom()Gets the atom used for the name of this property.IGProp.getPropAtom()Gets the atom used for the name of this property.Atom[]IPropCnr.getPropIndexes()Gets the indexes of all properties along with the atom names.final Atom[]PropCnr.getPropIndexes()Gets the indexes of all properties along with the atom names.Methods in com.iizix.prop with parameters of type AtomModifier and TypeMethodDescriptionintCompares this object with the specified object for order.booleanIPropCnr.containsProp(Atom atom) Checks for presence of the property in the container.booleanPropCnr.containsProp(Atom atom) Checks for presence of the property in the container.protected ClassReferenceSelector.createClassReference(Atom atom, String ref) Creates a ClassReference, overridden by the Designer version of the class.IPropCnr.createCopyOfAtom(Atom name) Creates a "Copy of NNN" or "Copy 2 of NNN" of an atom.final AtomPropCnr.createCopyOfAtom(Atom name) Creates a "Copy of NNN" or "Copy 2 of NNN" of an atom.GProp<?>PropFactory.createProp(String tag, Atom atom) Creates a generic property with the specified tag name and atom.protected SelectorReferenceSelector.createSelectorReference(Atom atom, String ref) Creates a SelectorReference, overridden by the Designer version of the class.IPropCnr.createUniqueAtom(Atom name, String first, String next, String next2) Creates an atom with the base name specified with a unique serial number (starting with one) appended, making this atom unique within this property container.final AtomPropCnr.createUniqueAtom(Atom name, String first, String next, String next2) Creates an atom with the base name specified with a unique serial number (starting with one) appended, making this atom unique within this property container.static StringArrayPropStringArrayProp.createUnmodifiableReadOnly(Atom atom, String[] strings) Creates a new StringArrayProp from a predefined array of strings that is placed in an unmodifiable list.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.booleanGets a boolean property from this property container.booleanGets a boolean property from this property container.final booleanGets a boolean property from this property container.final booleanGets a boolean property from this property container.IPropCnr.getChildPropError(Atom atom) Gets the child property default error ID.PropCnr.getChildPropError(Atom atom) Gets the child property default error ID.intIPropCnr.getChildPropErrorSeverity(Atom atom) Gets the error severity of a child property.final intPropCnr.getChildPropErrorSeverity(Atom atom) Gets the error severity of a child property.GProp<?>IPropCnr.getFirstProp(Atom atom) Finds the first property with the specified atom in the property tree.GProp<?>PropCnr.getFirstProp(Atom atom) Finds the first property with the specified atom in the property tree.intGets an integer property from this property container.intGets an integer property from this property container.final intGets an integer property from this property container.final intGets an integer property from this property container.longGets a long property from this property container.longGets a long property from this property container.final longGets a long property from this property container.final longGets a long property from this property container.doubleGets a Number property from this property container.doubleGets a Number property from this property container.final doubleGets a Number property from this property container.final doubleGets a Number property from this property container.<GP extends IGProp<?>>
GPGets the property with theatomname and checking the class instance of the property.GProp<?>Gets the property with theatomname.GProp<?>Gets the property from a path of atoms.GProp<?>Gets the property from a path of atoms.<GP extends IGProp<?>>
GPGets the property with theatomname and checking the class instance of the property.<GP extends IGProp<?>>
GPGets the property with theatomname and checking the class instance of the property.<GP extends IGProp<?>>
GPGets the property with theatomname and checking the class instance of the property.GProp<?>Gets the property with theatomname.final GProp<?>Gets the property from a path of atoms.final GProp<?>Gets the property from a path of atoms.<GP extends IGProp<?>>
GPGets the property with theatomname and checking the class instance of the property.<GP extends IGProp<?>>
GPGets the property with theatomname and checking the class instance of the property.intIPropCnr.getPropIndex(Atom atom) Gets the index of an atom in this container.final intPropCnr.getPropIndex(Atom atom) Gets the index of an atom in this container.IPropCnr.getPropValue(Atom atom) Gets the value of the property by theatomname.<VALUE> VALUEIPropCnr.getPropValue(Atom atom, Class<VALUE> clazz) Gets the value of the property by theatomname.<VALUE> VALUEIPropCnr.getPropValue(Atom atom, Class<VALUE> clazz, boolean logError) Gets the value of the property by theatomname.PropCnr.getPropValue(Atom atom) Gets the value of the property by theatomname.final <VALUE> VALUEPropCnr.getPropValue(Atom atom, Class<VALUE> clazz) Gets the value of the property by theatomname.final <VALUE> VALUEPropCnr.getPropValue(Atom atom, Class<VALUE> clazz, boolean logError) Gets the value of the property by theatomname.Gets a string property from this property container.Gets a string property from this property container.final StringGets a string property from this property container.final StringGets a string property from this property container.TextTable.getTextProp(Atom atom) Get the text property associated with the specified text name or text ID.GProp.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.IGProp.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.ModuleApp.getVSReference(Atom refAtom) Gets the VSReference that is initially used as start-up for the application.PropCnr.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.booleanIPropCnr.isExtendsOverriden(Atom atom) Checks if a property name is overridden in this container when using the Extends Framework.booleanPropCnr.isExtendsOverriden(Atom atom) Checks if a property name is overridden in this container when using the Extends Framework.static booleanChecks if an Atom is present in an array of Atoms.final booleanMoves this property container to another container, without changing the listeners.final booleanMoves this property container to another container, without changing the listeners.voidMoves a property to another container.static voidIComplexOperation.moveProp(IComplexOperation op, IGProp<?> gp, PropCnr toContainer, Atom newName, int toIndex) Moves a property to another container.booleanMoves this property container to another container, without changing the listeners.booleanMoves this property container to another container, without changing the listeners.voidCalled when the reference has been broken, i.e.voidCalled when the reference has been broken, i.e.voidIReferenceOwner.onResolved(Atom refAtom, TARGET target) Called when the reference has been resolved.voidTextTable.onResolved(Atom refAtom, TextTable target) Called when the reference has been resolved.booleanIPropCnr.removeProp(Atom atom) Removes a property from this container with the specified atom.booleanIPropCnr.removeProp(Atom atom, IGProp<?> trigger) Removes a property from this container with the specified atom.final booleanPropCnr.removeProp(Atom atom) Removes a property from this container with the specified atom.final booleanPropCnr.removeProp(Atom atom, IGProp<?> trigger) Removes a property from this container with the specified atom.booleanIPropCnr.removeProp2(Atom atom) Convenience method to remove a property from this container with the specified atom.booleanIPropCnr.removeProp2(Atom atom, IGProp<?> trigger) Convenience method to remove a property from this container with the specified atom.final booleanPropCnr.removeProp2(Atom atom) Convenience method to remove a property from this container with the specified atom.final booleanPropCnr.removeProp2(Atom atom, IGProp<?> trigger) Convenience method to remove a property from this container with the specified atom.final booleanGProp.renameProp(Atom propertyAtom) Renames this property.voidIComplexOperation.renameProp(GProp<?> gp, Atom newName) Renames a property.static voidIComplexOperation.renameProp(IComplexOperation op, IGProp<?> gp, Atom newName) Renames a property.booleanIGProp.renameProp(Atom propertyAtom) Renames this property.final booleanGProp.renameProp2(Atom propertyAtom) Renames this property.static voidIComplexOperation.reorderProps(IComplexOperation op, PropCnr pc, Atom[] order) Reorder a property container.voidIComplexOperation.reorderProps(PropCnr pc, Atom[] order) Reorder a property container.booleanIPropCnr.reorderProps(Atom[] atoms) Reorders the properties according to the array.final booleanPropCnr.reorderProps(Atom[] atoms) Reorders the properties according to the array.booleanSets a boolean property with the specified atom to thevaluein this property container.booleanSets a boolean property with the specified atom to thevaluein this property container.booleanSets a boolean property with the specified atom to thevaluein this property container.final booleanSets a boolean property with the specified atom to thevaluein this property container.final booleanSets a boolean property with the specified atom to thevaluein this property container.final booleanSets a boolean property with the specified atom to thevaluein this property container.booleanIPropCnr.setExtendsOverride(Atom atom, boolean on) Sets a property name as overridden in this container using extendsFrom another container.booleanPropCnr.setExtendsOverride(Atom atom, boolean on) Sets a property name as overridden in this container using extendsFrom another container.booleanSets an integer property with the specified atom to thevaluein this property container.booleanSets an integer property with the specified atom to thevaluein this property container.final booleanSets an integer property with the specified atom to thevaluein this property container.final booleanSets an integer property with the specified atom to thevaluein this property container.booleanSets a long property with the specified atom to thevaluein this property container.booleanSets an integer property with the specified atom to thevaluein this property container.booleanSets an integer property with the specified atom to thevaluein this property container.final booleanSets a long property with the specified atom to thevaluein this property container.final booleanSets an integer property with the specified atom to thevaluein this property container.final booleanSets an integer property with the specified atom to thevaluein this property container.booleanSets a Number property with the specified atom to thevaluein this property container.booleanSets an integer property with the specified atom to thevaluein this property container.booleanSets an integer property with the specified atom to thevaluein this property container.final booleanSets a Number property with the specified atom to thevaluein this property container.final booleanSets an integer property with the specified atom to thevaluein this property container.final booleanSets an integer property with the specified atom to thevaluein this property container.booleanIPropCnr.setPropValue(Atom atom, Object newValue) Sets the property with theatomname tonewValue.<VALUE> booleanIPropCnr.setPropValue(Atom atom, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.booleanPropCnr.setPropValue(Atom atom, Object newValue) Sets the property with theatomname tonewValue.<VALUE> booleanPropCnr.setPropValue(Atom atom, VALUE value, Class<? extends GProp<VALUE>> propClass) Sets a property value in the container.booleanSets a string property with the specified atom to thevaluein this property container.booleanSets a string property with the specified atom to thevaluein this property container.booleanSets a string property with the specified atom to thevaluein this property container.final booleanSets a string property with the specified atom to thevaluein this property container.final booleanSets a string property with the specified atom to thevaluein this property container.final booleanSets a string property with the specified atom to thevaluein this property container.Constructors in com.iizix.prop with parameters of type AtomModifierConstructorDescriptionAbstractBaseRelativeReference(Atom propertyAtom) Creates a Base Relative Reference property with the specified name with a null value.AbstractBaseRelativeReference(Atom propertyAtom, String newValue) Creates a Base Relative Reference property with the specified name and value.AbstractFixedVirtualizedBaseRelativeReference(Atom propertyAtom) Creates a Base Relative Reference property with the specified name with a null value.AbstractFixedVirtualizedBaseRelativeReference(Atom propertyAtom, String newValue) Creates a Base Relative Reference property with the specified name and value.protectedAbstractReference(Atom propertyAtom) Creates a Abstract Reference property with the specified name with anullvalue.protectedAbstractReference(Atom propertyAtom, String newValue) Creates a Abstract Reference property with the specified name and value.AbstractStyles(Atom propertyAtom) Creates the abstract styles property container with the specified name.Application(Atom propertyAtom) Creates the application property container with the specified name.Creates an Array property with the specified name with a null value.Creates an Array property with the specified name with a null value.AssetReference(Atom propertyAtom) Creates an Asset Reference property with the specified name with a null value.AssetReference(Atom propertyAtom, String newValue) Creates an Asset Reference property with the specified name and value.AssetReferences(Atom propertyAtom) Creates a Asset References property with the specified name with a null value.AssetReferences(Atom propertyAtom, String newValue) Creates a Asset References property with the specified name and value.BackgroundImageReference(Atom propertyAtom) Creates a Image Reference property with the specified name with a null value.BackgroundImageReference(Atom propertyAtom, String newValue) Creates a Image Reference property with the specified name and value.Creates a badge property with the specified name with a null value.Creates a badge property with the specified name and value.Creates a Boolean property with the specified name with a null value.Creates a Boolean property with the specified name with and value.ByteArrayProp(Atom propertyAtom) Creates a byte array property with the specified name with a null value.ByteArrayProp(Atom propertyAtom, byte[] newValue) Creates a byte property with the specified name with and value.Creates a character property with the specified name with a null value.Creates a character property with the specified name with and value.ClassReference(Atom propertyAtom) Creates a Class Reference property with the specified name with a null value.ClassReference(Atom propertyAtom, String newValue) Creates a Class Reference property with the specified name and value.CodeItemArrayProp(Atom propertyAtom) Creates an string array property with the specified name with an empty synchronized ArrayList<String> array.Color4Prop(Atom propertyAtom) Creates a new 4-color property with a name.Creates a color property with the specified name with a null value.Creates a color property with the specified name and value.ConstrainedIntProp(Atom propertyAtom, String constraints) Creates the component with the specified name.ConstrainedIntProp(Atom propertyAtom, String constraints, int newValue) Creates the component with the specified name, initialized to contain theGPropitems.DateTimeProp(Atom propertyAtom) Creates a date/time property with the specified name with a null value.DateTimeProp(Atom propertyAtom, GDateTime newValue) Creates a date/time property with the specified name and value.DesignerPropCnr(Atom name) The constructor with a name.Creates an Editor Property Container with the specified name with a null value.DoubleProp(Atom propertyAtom) Creates a Double property with the specified name with a null value.DoubleProp(Atom propertyAtom, double newValue) Creates a Double property with the specified name and value.EditorPropCnr(Atom propertyAtom) Creates an Editor Property Container with the specified name with a null value.EditorPropCnr(Atom propertyAtom, GProp<?>[] properties) Creates an Editor Property Container with the specified name and properties.Creates the environment properties with a name.ErrorsProp(Atom propertyAtom) Creates an error array property with the specified name with an empty synchronized ArrayList<GError> array.ErrorsProp(Atom propertyAtom, List<GError> newValue) Creates an error array property with the specified name with an empty synchronized ArrayList<GError> array initialized with the specified errors.FileURIPropCnr(Atom propertyAtom) Creates a FilePropCnr for the designer with the specified name with a null value.FileURIPropCnr(Atom propertyAtom, File file) Creates a FilePropCnr for the designer with the specified name with a null value.FileURIPropCnr(Atom propertyAtom, URL url, long modificationTime, long size) Creates a FilePropCnr for the designer with the specified name with a null value.Creates a fill property with the specified name with a null value.Creates a fill property with the specified name and value.protectedFixedVirtualizedAbstractReference(Atom propertyAtom) Creates a Abstract Reference property with the specified name with a null value.protectedFixedVirtualizedAbstractReference(Atom propertyAtom, String newValue) Creates a Abstract Reference property with the specified name and value.Creates the flashlight properties with a name.FolderSettingsProp(Atom atom) Creates the client properties without a name.FolderURIPropCnr(Atom propertyAtom, URI uri) Creates a FilePropCnr for the designer with the specified name with a null value.Creates a font property with the specified name with a null value.Creates a font property with the specified name and value.Creates the environment properties with a name.protectedCreates a generic property with the specified name with a null value.GradientProp(Atom propertyAtom) Creates a gradient property with the specified name with a null value.GradientProp(Atom propertyAtom, GGradient newValue) Creates a gradient property with the specified name and value.ImageReference(Atom propertyAtom) Creates a Image Reference property with the specified name with a null value.ImageReference(Atom propertyAtom, String newValue) Creates a Image Reference property with the specified name and value.Creates an Integer property with the specified name with a null value.Creates an Integer property with the specified name and value.Creates a new 4-unit property with a name.Creates an Integer property with the specified name with a null value.Creates an Integer property with the specified name and value.KStringProp(Atom propertyAtom) Creates a KString property with the specified name with a null value.KStringProp(Atom propertyAtom, KString newValue) Creates a KString property with the specified name and value.KStringProp(Atom propertyAtom, String newValue) Creates a KString property with the specified name and value.Creates a Long property with the specified name with a null value.Creates a Long property with the specified name and value.Creates the container properties with a name.MethodReference(Atom propertyAtom) Creates a Method Reference property with the specified name with a null value.MethodReference(Atom propertyAtom, String newValue) Creates a Class Reference property with the specified name and value.MethodReference2(Atom propertyAtom) Creates a Method Reference property with the specified name with a null value.MethodReference2(Atom propertyAtom, String reference) Creates a Class Reference property with the specified name and value.Creates the applications properties with the specified name.Creates a color property with the specified name with a null value.NativeSetting(Atom atom) Creates the flashlight properties with a name.NumberProp(Atom propertyAtom) Creates a Number property with the specified name with a null value.NumberProp(Atom propertyAtom, double newValue) Creates a Number property with the specified name and value.PasswordProp(Atom propertyAtom) Creates a Password property with the specified name with a null value.PasswordProp(Atom propertyAtom, String password) Creates a Password property with the specified name and value.PatternProp(Atom name) Constructor with a name.PatternProp(Atom name, PlainKString pattern) Constructor with a name and a pattern.PatternProp(Atom name, String pattern) Constructor with a name and a simple pattern.PKCS12IdentityProp(Atom propertyAtom) Creates a byte array property with the specified name with a null value.PlainKStringProp(Atom propertyAtom) Creates a KString property with the specified name with a null value.PlainKStringProp(Atom propertyAtom, KString newValue) Creates a KString property with the specified name and value.PlainKStringProp(Atom propertyAtom, String newValue) Creates a KString property with the specified name and value.PolicyProps(Atom atom) Creates the container properties with a name.Creates a private property with the specified atom name with a null value.Creates a private property with the specified atom name with a value.Creates a property container with the specified name.Creates a property container with the specified name and properties.PropVerificationError(PropCnr parent, Atom childName, PropVerificationError.Severity severity, String location, String errorText, String... quickFixes) Constructs an error for a child property.ProxyPropCnr(Atom alternateName, PropCnr source, boolean allowTargetToSourceChanges, boolean enableCommunication, IProxyRemovedListener sourceRemoved) Creates the proxy property container.PushPropCnr(Atom propertyAtom) Creates a PushPropCnr container with the specified name with a null value.Creates a PushProps container with the specified name with a null value.PWAPropCnr(Atom propertyAtom) Creates a PWAPropCnr container with the specified name with a null value.Creates a PWAProps container with the specified name with a null value.Creates a rectangle property with the specified name with a null value.Creates a rectangle property with the specified name and value.ReferralsHolder(Atom name) Creates a ReferralsHolder container with a name.RuntimeBuilderProps(Atom atom) Creates the properties container with a name.Creates the Selector property container with the specified name.SelectorReference(Atom propertyAtom) Creates a Selector Reference property with the specified name with a null value.SelectorReference(Atom propertyAtom, String newValue) Creates a Selector Reference property with the specified name and value.ServerClientSessionProps(Atom propertyAtom) Creates the application property container with the specified name.ServerSocketCommProps(Atom propertyAtom) Creates the server socket property container with the specified name.SettingsPropCnr(Atom atom) Creates the property container with a name.Creates a size property with the specified name with a null value.Creates a size property with the specified name and value.SocketCommProps(Atom propertyAtom) Creates the socket property container with the specified name.SpeechRecognitionProp(Atom atom) Creates the property properties with a name.SpeechSynthesisProp(Atom atom) Creates the property properties with a name.SSLCommProps(Atom propertyAtom) Creates the socket property container with the specified name.String4Prop(Atom propertyAtom) Creates a new 4-string property with a name.StringArrayProp(Atom propertyAtom) Creates an string array property with the specified name with an empty synchronized ArrayList<String> array.StringArrayProp(Atom propertyAtom, List<String> newValue) Creates an string array property with the specified name with an empty synchronized ArrayList<String> array initialized with the specified strings.StringMapProp(Atom propertyAtom) Creates an string map property with the specified name with an empty LinkedHashMap<String,String>.StringProp(Atom propertyAtom) Creates a String property with the specified name with a null value.StringProp(Atom propertyAtom, String newValue) Creates a String property with the specified name and value.StringSetProp(Atom propertyAtom) Creates a string set property with the specified name with an empty HashSet<String>.StrokeProp(Atom propertyAtom) Creates a stroke property with the specified name with a null value.StrokeProp(Atom propertyAtom, GStroke newValue) Creates a stroke property with the specified name and value.Creates the styles property container with the specified name.Creates the styles property container with the specified name.StylesReferences(Atom propertyAtom) Creates a Styles Reference property with the specified name with a null value.StylesReferences(Atom propertyAtom, String newValue) Creates a Styles Reference property with the specified name and value.Creates the text table with the specified name.TextTableReference(Atom propertyAtom) Creates a Text Table Reference property with the specified name with a null value.TextTableReference(Atom propertyAtom, String newValue) Creates a Text Table Reference property with the specified name and value.TransactionCommProps(Atom propertyAtom) Creates the Transaction communication property container with the specified name.Creates a new 4-unit property with a name.Creates a unit property with the specified name with a null value.Creates a unit property with the specified name and value.Creates the value property with the specified name.Creates the value property with the specified name.ValueTypeProp(Atom propertyAtom) Creates a Value Type property with the specified name with a null value.ValueTypeProp(Atom propertyAtom, Value.Type type) Creates a Value Type property with the specified name and value.VirtualsPropCnr(Atom name) Constructs a named instance.WebSocketCommProps(Atom propertyAtom) Creates the WebSocket property container with the specified name.WebSocketServerCommProps(Atom propertyAtom) Creates the WebSocket server property container with the specified name.Creates the applications property container with the specified name.X509CertificatesProp(Atom propertyAtom) Creates a byte array property with the specified name with a null value.XMLSchemaValidatorProp(Atom propertyAtom) Creates an XML Schema validator property with specified name and an empty set if schema sources.Uses of Atom in com.iizix.prop.content
Methods in com.iizix.prop.content that return AtomModifier and TypeMethodDescriptionAbstractContentUIContainer.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.Methods in com.iizix.prop.content with parameters of type AtomModifier and TypeMethodDescriptionprotected abstract ITEMAbstractContentUIContainer.createItem(Atom atom, ITEM_CONTENT data) Creates a new property item from an item data holder and initializes the property.Constructors in com.iizix.prop.content with parameters of type AtomModifierConstructorDescriptionCreates the content property container.Uses of Atom in com.iizix.prop.font
Constructors in com.iizix.prop.font with parameters of type AtomUses of Atom in com.iizix.prop.image
Constructors in com.iizix.prop.image with parameters of type AtomModifierConstructorDescriptionprotectedAbstractImageDefinition(Atom propertyAtom) Creates the image definition property container with the specified name.protectedAbstractImageResolution(Atom propertyAtom) Creates the Image Resolution property container with the specified name.FontIconDefinition(Atom atom) The single font icon definition constructor with a name.FontIconsDefinition(Atom propertyAtom) Creates the Images Definition property container with the specified name.ImageDefinition(Atom propertyAtom) Creates the single image definition property container with the specified name.ImageLocation(Atom propertyAtom) Creates the Image Location property container with the specified name.ImageResolution(Atom propertyAtom) Creates the Image Resolution property container with the specified name.ImagesDefinition(Atom propertyAtom) Creates the Images Definition property container with the specified name.ImagesResolution(Atom propertyAtom) Creates the Images Resolution property container with the specified name.ImagesStyle(Atom propertyAtom) Creates the Images Style property container with the specified name.ImageStyle(Atom propertyAtom) Creates the Image Style property container with the specified name.ImageStyleLocation(Atom propertyAtom) Creates the Image Style Location property container with the specified name.ImageStylesResolution(Atom propertyAtom) Creates the Image Resolution property container with the specified name.StyledImageDefinition(Atom propertyAtom) Creates the Image States Definition property container with the specified name.SVGDefinition(Atom propertyAtom) Creates the Images Definition property container with the specified name.Uses of Atom in com.iizix.prop.ui
Fields in com.iizix.prop.ui declared as AtomModifier and TypeFieldDescriptionprotected static final AtomUIAbstractListChoice.ATOM_ITEMS_CNRThe items container property atom.static final AtomIUICheck2Component.CHECKED_ATOMThe atom name: checked.static final AtomIUICheckComponent.CHECKED_ATOMProperty atom: checked.protected static final AtomUIAccordion.OPEN_PART_ATOMProperty name: current open part.protected static final AtomUITabContainer.OPEN_TAB_ATOMProperty atom: current open part.protected static final AtomUISwapContainer.OPEN_VIEW_ATOMProperty atom: current open view.static final AtomIUIRadioComponent.SELECTED_ATOMProperty atom: selected BoolProp.static final AtomUITitlePane.SELECTED_ATOMProperty atom: selected BoolProp.protected static final AtomUIAbstractListChoice.SELECTED_ROW_ATOMThe property name: selected row.protected static final AtomUITabContainer.TABS_STYLES_ATOMAtom of the tabs styles.protected static final AtomUIAccordion.TITLES_STYLES_ATOMName of the titles styles.static final AtomAbstractUIAction.VS_FOCUS_ATOMProperty atom for VS component to focus when action processing completes: "vsFocus".Methods in com.iizix.prop.ui that return AtomModifier and TypeMethodDescriptiondefault AtomIUIClassReferenceOwner.getClassReferenceAtom(String id) Gets the ClassReference atom name.MUISwitch.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.UIAbstractListChoice.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.UIAccordion.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.UICheckBox.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.UICheckedMenuItem.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.UIRadioButton.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.UIRadioMenuItem.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.UISwapContainer.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.UITabContainer.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.UITitlePane.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.Methods in com.iizix.prop.ui with parameters of type AtomModifier 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.Gets the value from a property namedatom.Gets the value from a property namedatom.UIContextMenu.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.UIPanelBase.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.Constructors in com.iizix.prop.ui with parameters of type AtomModifierConstructorDescriptionAbsoluteData(Atom propertyAtom) Creates a AbsoluteData container with the specified name with a null value.AbsoluteData(Atom propertyAtom, GProp<?>[] properties) Creates a AbsoluteData container with the specified name and properties.AbsoluteLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.AbsoluteLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.AbstractUIAction(Atom propertyAtom) Creates the component with the specified name.AbstractUIAction(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGPropitems.AbstractUICompRelativeReference(Atom propertyAtom) Creates an abstract UIComp Relative Reference property with the specified name with a null value.AbstractUICompRelativeReference(Atom propertyAtom, String newValue) Creates a UIComp Relative Reference property with the specified name and value.AccordionData(Atom propertyAtom) Creates a AccordionData container with the specified name with a null value.AccordionData(Atom propertyAtom, GProp<?>[] properties) Creates a AccordionData container with the specified name and properties.AccordionLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.AccordionLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.BorderData(Atom propertyAtom) Creates a BorderData container with the specified name with a null value.BorderData(Atom propertyAtom, GProp<?>[] properties) Creates a BorderData container with the specified name and properties.BorderLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.BorderLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.Default constructor with name.ContextMenuData(Atom propertyAtom) Creates a ContextMenuData container with the specified name with a null value.ContextMenuData(Atom propertyAtom, GProp<?>[] properties) Creates a ContextMenuData container with the specified name and properties.ContextMenuLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.ContextMenuLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.ContextMenuReference(Atom propertyAtom) Creates a UI Panel Part Reference property with the specified name with a null value.ContextMenuReference(Atom propertyAtom, String newValue) Creates a UI Panel Part Reference property with the specified name and value.DOMElement(Atom propertyAtom) Creates a DOM Element property container with the specified name with a null value.Creates a FlexData container with the specified name with a null value.Creates a FlexData container with the specified name and properties.FlexLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.FlexLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.Creates a GridData container with the specified name with a null value.Creates a GridData container with the specified name and properties.GridLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.GridLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.GroupNameProp(Atom propertyAtom) Creates a Group Name property with the specified name with a null value.HeadingData(Atom propertyAtom) Creates a HeadingData container with the specified name with a null value.HeadingData(Atom propertyAtom, GProp<?>[] properties) Creates a HeadingData container with the specified name and properties.HeadingLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.HeadingLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.ImagePreview(Atom propertyAtom) Creates an Image preview Property Container with the specified name with a null value.LabelForReference(Atom propertyAtom) Creates a Label For Reference property with the specified name with a null value.LabelForReference(Atom propertyAtom, String newValue) Creates a Label For Reference property with the specified name and value.protectedCreates a LayoutMgr with the specified name with a null value.protectedCreates a LayoutMgr with the specified name and properties.LayoutProp(Atom propertyAtom) Creates a LayoutProp container with the specified name with a null value.LayoutProp(Atom propertyAtom, GProp<?>[] properties) Creates a LayoutProp container with the specified name and properties.Creates a ListData container with the specified name with a null value.Creates a ListData container with the specified name and properties.ListLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.ListLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.MenuBarData(Atom propertyAtom) Creates a MenuBarData container with the specified name with a null value.MenuBarData(Atom propertyAtom, GProp<?>[] properties) Creates a MenuBarData container with the specified name and properties.MenuBarLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.MenuBarLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.Creates a MenuData container with the specified name with a null value.Creates a MenuData container with the specified name and properties.MenuLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.MenuLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.MUIHeading(Atom propertyAtom) Creates the container with the specified name with a null value.MUIHeading(Atom propertyAtom, GProp<?>[] properties) Creates the container with the specified name and properties.MUISimpleDialog(Atom propertyAtom) Creates the container with the specified name with a null value.Creates the component with the specified name.Creates the component with the specified name, initialized to contain theGPropitems.Creates the container with the specified name with a null value.Creates the container with the specified name and properties.Creates a PanelData container with the specified name with a null value.PanelPartReference(Atom propertyAtom) Creates a UI Panel Part Reference property with the specified name with a null value.PanelPartReference(Atom propertyAtom, String newValue) Creates a UI Panel Part Reference property with the specified name and value.Creates a SwapData container with the specified name with a null value.Creates a SwapData container with the specified name and properties.SwapLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.SwapLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.TabBarData(Atom propertyAtom) Creates a TabBarData container with the specified name with a null value.TabBarData(Atom propertyAtom, GProp<?>[] properties) Creates a TabBarData container with the specified name and properties.TabBarLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.TabBarLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.Creates a TabData container with the specified name with a null value.Creates a TabData container with the specified name and properties.Creates the layout with the specified name with a null value.Creates the layout with the specified name and properties.TooltipProp(Atom atom) Constructs a named property without contents.TooltipProp(Atom atom, KTooltip tooltip) Constructs a named property with contents.UIAbstractListChoice(Atom propertyAtom) Creates the component with the specified name.UIAccordion(Atom propertyAtom) Creates the container with the specified name with a null value.UIAccordion(Atom propertyAtom, GProp<?>[] properties) Creates the container with the specified name and properties.Creates the component with the specified name.Creates the component with the specified name, initialized to contain theGPropitems.UICalendar(Atom propertyAtom) Creates the component with the specified name.UICalendar(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGPropitems.UICheckBox(Atom propertyAtom) Creates the component with the specified name.UICheckBox(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGPropitems.UICheckedMenuItem(Atom propertyAtom) Creates the component with the specified name.UICheckedMenuItem(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGPropitems.UIComboBox(Atom propertyAtom) Creates the component with the specified name.Creates a property container with the specified name with a null value.Creates a property container with the specified name and properties.Creates a UIComps container with the specified name with a null value.Creates a UIComps container with the specified name and properties.UIContainer(Atom propertyAtom) Creates an UI container with the specified name with a null value.UIContainer(Atom propertyAtom, GProp<?>[] properties) Creates an UI container with the specified name and properties.UIContextMenu(Atom propertyAtom) Creates the container with the specified name with a null value.UIContextMenu(Atom propertyAtom, GProp<?>[] properties) Creates the container with the specified name and properties.Creates the container with the specified name with a null value.Creates the component with the specified name.Creates the component with the specified name, initialized to contain theGPropitems.Creates the component with the specified name.Creates the component with the specified name.Creates the component with the specified name, initialized to contain theGPropitems.Creates the component with the specified name.Creates the component with the specified name, initialized to contain theGPropitems.Creates the component with the specified name.Creates the component with the specified name, initialized to contain theGPropitems.Creates the component with the specified name.Creates the component with the specified name, initialized to contain theGPropitems.Creates the container with the specified name with a null value.Creates the container with the specified name and properties.Creates the container with the specified name with a null value.Creates the container with the specified name and properties.UIMenuItem(Atom propertyAtom) Creates the component with the specified name.UIMenuItem(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGPropitems.UIMenuSeparator(Atom propertyAtom) Creates the component with the specified name.UIMenuSeparator(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGPropitems.Creates the component with the specified name.Creates the component with the specified name, initialized to contain theGPropitems.Creates the container with the specified name with a null value.UIPanelBase(Atom propertyAtom) Creates the container with the specified name with a null value.UIPanelPart(Atom propertyAtom) Creates the container with the specified name with a null value.UIPanelPartCnr(Atom propertyAtom) Creates the container with the specified name with a null value.UIProgress(Atom propertyAtom) Creates the component with the specified name.UIProgress(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGPropitems.UIRadioButton(Atom propertyAtom) Creates the component with the specified name.UIRadioButton(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGPropitems.UIRadioMenuItem(Atom propertyAtom) Creates the component with the specified name.UIRadioMenuItem(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGPropitems.Creates the component with the specified name.Creates the component with the specified name.UISwapContainer(Atom propertyAtom) Creates the container with the specified name with a null value.UISwapContainer(Atom propertyAtom, GProp<?>[] properties) Creates a swap container with the specified name and properties.UITabContainer(Atom propertyAtom) Creates the container with the specified name with a null value.UITabContainer(Atom propertyAtom, GProp<?>[] properties) Creates a Tab container with the specified name and properties.Creates the component with the specified name.Creates the component with the specified name, initialized to contain theGPropitems.UITextArea(Atom propertyAtom) Creates the component with the specified name.UITextArea(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGPropitems.UITitlePane(Atom propertyAtom) Creates the container with the specified name with a null value.UITitlePane(Atom propertyAtom, GProp<?>[] properties) Creates the container with the specified name and properties.Uses of Atom in com.iizix.prop.ui.calendar
Methods in com.iizix.prop.ui.calendar that return AtomConstructors in com.iizix.prop.ui.calendar with parameters of type AtomModifierConstructorDescriptionCalendarData(Atom propertyAtom) Creates a layout data container with the specified name with a null value.CalendarEvent(Atom propertyAtom) Creates the abstract styles property container with the specified name.CalendarLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.CalendarLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.UICalendarList(Atom propertyAtom) Creates the component with the specified name.Uses of Atom in com.iizix.prop.ui.chart
Constructors in com.iizix.prop.ui.chart with parameters of type AtomUses of Atom in com.iizix.prop.ui.chart.axis2d
Constructors in com.iizix.prop.ui.chart.axis2d with parameters of type AtomUses of Atom in com.iizix.prop.ui.chart.plot2d
Fields in com.iizix.prop.ui.chart.plot2d declared as AtomModifier and TypeFieldDescriptionstatic final AtomPlot2D.DEFAULTThe Atom for the "default" plot ("default").Constructors in com.iizix.prop.ui.chart.plot2d with parameters of type AtomUses of Atom in com.iizix.prop.ui.chart.series
Constructors in com.iizix.prop.ui.chart.series with parameters of type AtomModifierConstructorDescriptionConstructs a new series from an Atom name.SeriesValue(Atom atom) Constructs a new series value from an Atom name.SeriesValue(Atom atom, GSeriesValue value) Constructs a new series value from an Atom name.Uses of Atom in com.iizix.prop.ui.datetime
Constructors in com.iizix.prop.ui.datetime with parameters of type AtomModifierConstructorDescriptionUIDateTime(Atom propertyAtom) Creates the component with the specified name.UIDateTime(Atom propertyAtom, GProp<?>[] newValue) Creates the component with the specified name, initialized to contain theGPropitems.Uses of Atom in com.iizix.prop.ui.device
Constructors in com.iizix.prop.ui.device with parameters of type AtomModifierConstructorDescriptionDeviceProp(Atom propertyAtom) Creates a device property with the specified name with a null value.DeviceProp(Atom propertyAtom, GSimpleDevice newValue) Creates a device property with the specified name and value.ThemesProp(Atom propertyAtom) Creates a themes property with the specified name with a null value.ThemesProp(Atom propertyAtom, GThemes newValue) Creates a themes property with the specified name and value.Uses of Atom in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map that return AtomModifier and TypeMethodDescriptionMapMarkerProp.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.Methods in com.iizix.prop.ui.map with parameters of type AtomModifier and TypeMethodDescriptionprotected MapMarkerPropMapMarkers.createItem(Atom atom, MapMarker data) Creates a new property item from an item data holder and initializes the property.protected MapMarkerPropMapMarkers.createMarker(Atom atom) Create the map marker.Constructors in com.iizix.prop.ui.map with parameters of type AtomModifierConstructorDescriptionCreates a layout data container with the specified name with a null value.Creates the layout with the specified name with a null value.Creates the layout with the specified name and properties.MapMarkerProp(Atom atom) Constructor of the marker property.MapMarkers(Atom atom) Constructor of the marker container.Creates the component with the specified name.Creates the component with the specified name, initialized to contain theGPropitems.Uses of Atom in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return AtomModifier and TypeMethodDescriptionMLGroup.getClassReferenceAtom(String id) Gets the ClassReference atom name.MLItemProp.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.Methods in com.iizix.prop.ui.mlist with parameters of type AtomModifier and TypeMethodDescriptionprotected MLItemPropMLGroup.createItem(Atom atom, MLItem data) Creates a new property item from an item data holder and initializes the property.protected MLItemPropMLGroup.createListItemProp(Atom atom) Creates a list item property.Constructors in com.iizix.prop.ui.mlist with parameters of type AtomModifierConstructorDescriptionMLDefaultItemProp(Atom atom) Constructor of the list item property.Constructor of the container.MLGroupLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.MLGroupLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.Creates the container with the specified name with a null value.Creates the container with the specified name and properties.Creates a layout data container with the specified name with a null value.MListLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.MListLayout(Atom propertyAtom, GProp<?>[] properties) Creates the layout with the specified name and properties.MLItemProp(Atom atom) Constructor of the list item property.Uses of Atom in com.iizix.prop.ui.selection
Methods in com.iizix.prop.ui.selection that return AtomModifier and TypeMethodDescriptionIUISelectionComp.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.Uses of Atom in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return AtomModifier and TypeMethodDescriptionUITable.getSelectionPropAtom()Returns the selection property atom for verification of selection changes.Constructors in com.iizix.prop.ui.table with parameters of type AtomModifierConstructorDescriptionCreates a table cell property with the specified name with a null value.Creates the container with the specified name with a null value.Creates the container with the specified name with a null value.Creates the container with the specified name and properties.UITableColumn(Atom propertyAtom) Creates the container with the specified name with a null value.UITableColumn(Atom propertyAtom, GProp<?>[] properties) Creates the container with the specified name and properties.UITableData(Atom propertyAtom) Creates a data container with the specified name with a null value.UITableLayout(Atom propertyAtom) Creates the layout with the specified name with a null value.Uses of Atom in com.iizix.prop.vs
Fields in com.iizix.prop.vs declared as AtomModifier and TypeFieldDescriptionfinal AtomIVSComponentState.State.atomThe atom for the property.final AtomVSReferenceOwnerData.atomThe atom name of the reference.static final AtomIVSComponent.ATOM_IGNORE_UI_FOCUSThe property atom for ignore focus from UI = "$ignoreUIFocus".static final AtomVirtualSpace.MAP_CLASS_PROP_ATOMThe focus mapper class property atom: "$mapClass".Fields in com.iizix.prop.vs with type parameters of type AtomModifier and TypeFieldDescriptionprotected static final HashMap<Atom,IVSComponentState.State> VSComponent.statesMapProperties that are mapped to listeners.Methods in com.iizix.prop.vs that return AtomModifier and TypeMethodDescriptiondefault AtomIVSClassReferenceOwner.getClassReferenceAtom(String id) Gets the ClassReference atom name.default AtomIVSParticipant.getVSParticipantAtom()Returns the atom name used for the VSParticipant property.Methods in com.iizix.prop.vs with parameters of type AtomModifier and TypeMethodDescriptionVSColumnHeader.createEmptyField(Atom fieldName) Creates an empty field for this column, depending on defined types, null attributes, etc.protected VSRowVSTable.createRow(Atom a, VSColumnHeader[] columns) Creates a row property with column headers.protected VSRowCreates a row property with fields.protected VSRowCreates a row property with values.VSColumnHeader.createUninitializedField(Atom fieldName) Creates a new uninitialized field.VirtualSpace.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.VirtualSpace.getVSReference(Atom refAtom) Gets the VSReference to this VirtualSpace.booleanIVSComponentReferenceProvider.isVSComponentReferenceValid(Atom refAtom, VSComponent component) Validates the VS component reference that has been looked up when the reference property doesn't exist.Constructors in com.iizix.prop.vs with parameters of type AtomModifierConstructorDescriptionAbstractVSVariable(Atom propertyAtom) Creates a VSVariable property container with the specified name with a null value.VirtualSpace(Atom propertyAtom) Creates the VirtualSpace property container with the specified name.Creates a VirtualSpace Action property with the specified name with a null value.VSActionActorParticipant(Atom propertyAtom) Creates a VirtualSpace Action Participant property with the specified name with a null value.VSActionActorParticipant(Atom propertyAtom, String newValue) Creates a VirtualSpace Action Participant property with the specified name and value.VSActionReference(Atom propertyAtom) Creates a VirtualSpace Action Reference property with the specified name with a null value.VSActionReference(Atom propertyAtom, String newValue) Creates a VirtualSpace Action Reference property with the specified name and value.VSColumnHeader(Atom propertyAtom) Creates a VirtualSpace Column Header property with the specified name with a null value.VSColumnReference(Atom propertyAtom) Creates a VirtualSpace Table Column Reference property with the specified name with a null value.VSColumnReference(Atom propertyAtom, String newValue) Creates a VirtualSpace Table Column Reference property with the specified name and value.protectedVSComponent(Atom propertyAtom) Creates a VirtualSpace Field property with the specified name with a null value.protectedVSComponent(Atom propertyAtom, VSComponent[] properties) Creates a property container with the specified name and properties.VSComponentReference(Atom propertyAtom) Creates a VirtualSpace component reference property with the specified name with a null value.VSComponentReference(Atom propertyAtom, String newValue) Creates a VirtualSpace component reference property with the specified name and value.Creates a VirtualSpace Field property with the specified name with a null value.VSFieldReference(Atom propertyAtom) Creates a VirtualSpace Field property with the specified name with a null value.VSFieldReference(Atom propertyAtom, String newValue) Creates a VirtualSpace Field property with the specified name and value.VSFocusReference(Atom propertyAtom) Creates a VirtualSpace focus reference property with the specified name with a null value.VSFocusReference(Atom propertyAtom, String newValue) Creates a VirtualSpace focus reference property with the specified name and value.Creates a VirtualSpace Group property with the specified name with a null value.VSGroupReference(Atom propertyAtom) Creates a VirtualSpace Group Reference property with the specified name with a null value.VSGroupReference(Atom propertyAtom, String newValue) Creates a VirtualSpace Group Reference property with the specified name and value.VSOnUIEvent(Atom atom) Creates the event listener property.VSParticipant(Atom propertyAtom) Creates a VirtualSpace Participant property with the specified name with a null value.VSParticipant(Atom propertyAtom, String virtualSpaceReference) Creates a VirtualSpace Participant property with the specified name with a null value.VSParticipantReference(Atom propertyAtom) Creates a VirtualSpace Participant property with the specified name with a null value.VSParticipantReference(Atom propertyAtom, String ref) Creates a VirtualSpace Participant property with the specified name with a null value.VSParticipantsHolder(Atom name) Creates a VSParticipantsHolder container with a name.VSReference(Atom propertyAtom) Creates a VirtualSpace Reference property with the specified name with a null value.VSReference(Atom propertyAtom, String newValue) Creates a VirtualSpace Reference property with the specified name and value.VSReferenceOwnerData(Atom atom, Class<REFPROP> propClass, PropCnr owner) Constructor of the data.VSRelativeReference(Atom propertyAtom) Creates a VirtualSpace Reference property with the specified name with a null value.VSRelativeReference(Atom propertyAtom, String newValue) Creates a VirtualSpace Reference property with the specified name and value.Creates a VirtualSpace Row property with the specified name with a null value.VSRow(Atom propertyAtom, VSColumnHeader[] columns) Creates a VirtualSpace Row property with the specified name.Creates a VirtualSpace Row property with the specified name.Creates a VirtualSpace Row property with the specified name.Creates an VirtualSpace Rows property with the specified name with a null value.Creates a VirtualSpace Table property with the specified name with a null value.VSTableColumnReference(Atom propertyAtom) Creates a VirtualSpace Reference property with the specified name with a null value.VSTableColumnReference(Atom propertyAtom, String newValue) Creates a VirtualSpace Reference property with the specified name and value.VSTableReference(Atom propertyAtom) Creates a VirtualSpace Table Reference property with the specified name with a null value.VSTableReference(Atom propertyAtom, String newValue) Creates a VirtualSpace Table Reference property with the specified name and value.VSVariables(Atom propertyAtom) Creates a VSVariables property container with the specified name with a null value.Uses of Atom in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor with parameters of type AtomModifier and TypeMethodDescriptionAbstractPredefinedSettings.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.AbstractPredefinedSettings.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.Constructors in com.iizix.prop.vs.actor with parameters of type AtomModifierConstructorDescriptionAbstractPredefinedSettings(Atom propertyAtom) Creates the settings with specified name.ActionActors(Atom propertyAtom) Creates a VSAction Actors container with the specified name with a null value.FieldActor(Atom propertyAtom) Creates a new instance with the specified name with a null value.FieldActor(Atom propertyAtom, String reference) Creates a new instance with the specified name and value.FieldActors(Atom propertyAtom) Creates a VSField Actors container with the specified name with a null value.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Creates the settings with specified name.Uses of Atom in com.iizix.server.acme
Constructors in com.iizix.server.acme with parameters of type AtomModifierConstructorDescriptionLetsEncryptDomain(Atom atom) Creates the port configuration with a name.Uses of Atom in com.iizix.server.app
Constructors in com.iizix.server.app with parameters of type AtomModifierConstructorDescriptionVirtualsContainer(String base, Atom atom, Class<? extends PropCnr> propClass, PropMgr propMgr, IFocusEngineProvider focusEngineProvider, IRuntimeReferenceLookup lookup, boolean isAppInstance) Constructor.Uses of Atom in com.iizix.server.app.prop
Constructors in com.iizix.server.app.prop with parameters of type AtomModifierConstructorDescriptionAppPropCnr(Atom appID) Constructs the instance with an application ID.ModuleProjectPropCnr(Atom propertyAtom) Creates a Module project property container with a name.ModuleProjectPropCnr(Atom propertyAtom, File developmentDir, PropMgr serverPropMgr) Creates a Module project property container with a name when loaded from the Server in Development mode.ServerAppDistributionProps(Atom propertyAtom) Creates the screen identification property container with the specified name.Uses of Atom in com.iizix.server.monitor
Constructors in com.iizix.server.monitor with parameters of type AtomModifierConstructorDescriptionClientSessionProp(Atom atom, ClientSessionGyro cs) Constructor for monitor.EndPointsPropCnr(Atom atom) Constructor for monitor.SessionConnectionStatProp(Atom atom, SessionConnectionStatistics stat) Constructor for monitor.VirtualizedMonitorPropCnr(Atom atom, IVirtualizedMonitor monitor) Constructor for monitor.Uses of Atom in com.iizix.server.prop
Methods in com.iizix.server.prop with parameters of type AtomModifier and TypeMethodDescriptionprotected PolicyPropsServerSettings.createPolicyProps(Atom atom) Creates a policy property with the specified atom name.Constructors in com.iizix.server.prop with parameters of type AtomModifierConstructorDescriptionServerAppConfig(Atom atom) Creates the App configuration with a name.ServerConfigEnvProps(Atom atom) Creates the configuration environment properties with an atom manager.ServerConfigEnvReference(Atom propertyAtom) Creates a Server configuration environment Reference property with the specified name with a null value.ServerConfigEnvReference(Atom propertyAtom, String newValue) Creates a Server configuration environment Reference property with the specified name and value.ServerPluginConfig(Atom atom) Creates the plugin configuration with a name.protectedServerProps(Atom atom, PropMgr propertyManager) Creates the client properties with an atom manager.ServerSettings(Atom atom) Creates the server settings with a name.WebServerPortConfig(Atom atom) Creates the port configuration with a name.Uses of Atom in com.iizix.server.run.prop
Constructors in com.iizix.server.run.prop with parameters of type AtomModifierConstructorDescriptionCreates the properties container with a name.Uses of Atom in com.iizix.server.security
Constructors in com.iizix.server.security with parameters of type AtomUses of Atom in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type AtomModifier and TypeMethodDescriptionScreenProp.createVSReference(Atom refAtom, PropCnr[] returnParent) Creates a VSReference instance from the container or any parent containers.ScreenFieldsProp.getVSReference(Atom atom) Gets the VSParticipant reference (VSReference).ScreenProp.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.booleanScreenFieldProp.isVSComponentReferenceValid(Atom refAtom, VSComponent component) Validates the VS component reference that has been looked up when the reference property doesn't exist.Constructors in com.iizix.term.prop with parameters of type AtomModifierConstructorDescriptionHostSessionProps(Atom propertyAtom) Creates the HostSessionProps property with the specified name.RemoteHostSessionProp(Atom propertyAtom) Creates a RemoteHostSession property with the specified name with a null value.RemoteHostSessionProp(Atom propertyAtom, RemoteHostSession newValue) Creates a RemoteHostSession property with the specified name and value.ScreenActionGroupProp(Atom propertyAtom) Creates the Screen Action Group property container with the specified name.ScreenActionProp(Atom propertyAtom) Creates the Screen Action property container with the specified name.ScreenActionReference(Atom propertyAtom) Creates a Screen Action Reference property with the specified name with a null value.ScreenActionReference(Atom propertyAtom, String newValue) Creates a Screen Action Reference property with the specified name and value.ScreenActionsProp(Atom propertyAtom) Creates the screen field property container with the specified name.ScreenFieldGroupProp(Atom propertyAtom) Creates the Screen Field Group property container with the specified name.ScreenFieldProp(Atom propertyAtom) Creates the Screen Field property container with the specified name.ScreenFieldReference(Atom propertyAtom) Creates a Screen Field Reference property with the specified name with a null value.ScreenFieldReference(Atom propertyAtom, String newValue) Creates a Screen Field Reference property with the specified name and value.ScreenFieldsProp(Atom propertyAtom) Creates the Screen Fields property container with the specified name.ScreenIdentificationProp(Atom propertyAtom) Creates the screen identification property container with the specified name.ScreenIdentificationsProp(Atom propertyAtom) Creates the screen identifications property container with the specified name.ScreenProp(Atom propertyAtom) Creates the style property container with the specified name.SessionsProp(Atom propertyAtom) Creates the sessions property container with the specified name.Creates the settings with specified name.TelnetCommProps(Atom propertyAtom) Creates the Telnet property container with the specified name.TerminalProps(Atom propertyAtom) Creates the terminal properties container with the specified name.TerminalSettings(Atom propertyAtom) Creates the style property container with the specified name.Uses of Atom in com.iizix.ws.actionactor
Constructors in com.iizix.ws.actionactor with parameters of type AtomUses of Atom in com.iizix.ws.prop
Methods in com.iizix.ws.prop with parameters of type AtomModifier 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.AbstractInputProps.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.OutputProps.getVSReference(Atom refAtom) Gets a VSReference instance from the container or any parent containers.Constructors in com.iizix.ws.prop with parameters of type AtomModifierConstructorDescriptionAbstractInputProps(Atom propertyAtom) Creates a Input Properties container with the specified name with a null value.OutputColumn(Atom propertyAtom) Creates an output column property container with the specified name with a null value.OutputProps(Atom propertyAtom) Creates a Output property container with the specified name with a null value.OutputTable(Atom propertyAtom) Creates an output table property container with the specified name with a null value.OutputVariable(Atom propertyAtom) Creates an output variable property container with the specified name with a null value.OutputVariables(Atom propertyAtom) Creates a Output property container with the specified name with a null value.RESTfulInputProps(Atom propertyAtom) Creates a Input Properties container with the specified name with a null value.WebServiceProp(Atom propertyAtom) Creates the style property container with the specified name.WebServiceReference(Atom propertyAtom) Creates a Database transaction Reference property with the specified name with a null value.WebServiceReference(Atom propertyAtom, String newValue) Creates a Database transaction Reference property with the specified name and value.Uses of Atom in com.iizix.ws.prop.json
Methods in com.iizix.ws.prop.json with parameters of type AtomModifier and TypeMethodDescriptionprotected JSONElementWrapperJSONElementWrapper.createJSONElementWrapper(Atom atom) Creates a new JSONElementWrapper instance.Constructors in com.iizix.ws.prop.json with parameters of type AtomModifierConstructorDescriptionJSONElementWrapper(Atom propertyAtom) Creates the property container.JSONEncodedInput(Atom propertyAtom) Creates the property container.JSONReplyDocument(Atom propertyAtom) Creates the property container.Uses of Atom in com.iizix.ws.prop.url
Constructors in com.iizix.ws.prop.url with parameters of type AtomModifierConstructorDescriptionURLEncodedInput(Atom propertyAtom) Creates the property container.URLInputParameter(Atom propertyAtom) Creates an input variable property container with the specified name with a null value.