Uses of Class
com.iizix.prop.Atom
Uses of Atom in com.iizigo.actionactor
Constructors in com.iizigo.actionactor with parameters of type Atom Constructor Description Settings(Atom propertyAtom)
Creates the settings with specified name.Uses of Atom in com.iizigo.app.prop
Constructors in com.iizigo.app.prop with parameters of type Atom Constructor Description AppDistributionProps(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 Atom Constructor Description Settings(Atom propertyAtom)
Creates the settings with specified name.Uses of Atom in com.iizigo.db.prop
Constructors in com.iizigo.db.prop with parameters of type Atom Constructor Description EditorConnectionProfileSetup(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 Atom Modifier and Type Method Description static Atom[]
PropHelper. getUniqueNames(PropCnr cnr, GProp<?>[] props, java.lang.String suffix, boolean isCopy)
Gets the names of properties to move to or add in a container.Methods in com.iizigo.editor with parameters of type Atom Modifier and Type Method Description static boolean
PropHelper. doRename(GProp<?> prop, Atom newName, IPropUndoRedo undoRedo)
Performs a rename property with undo/redo support.static java.lang.Object
PropHelper. 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 Atom Modifier and Type Method Description void
ComplexOperation. moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)
Moves a property to another container.ContainerSelection
ComplexOperation. newContainerSelection(PropCnr parent, Atom childAtom)
Creates a new ContainerSelection instance for a property container involved in the operation.void
ComplexOperation. renameProp(GProp<?> gp, Atom newName)
Renames a property.void
ComplexOperation. reorderProps(PropCnr pc, Atom[] order)
Reorder a property container.Constructors in com.iizigo.editor.complex with parameters of type Atom Constructor Description ContainerSelection(ContainerParticipant container, Atom atom)
Constructor.Uses of Atom in com.iizigo.font.prop
Methods in com.iizigo.font.prop with parameters of type Atom Modifier and Type Method Description java.lang.String
EditorFontFiles. assignValue(java.lang.String value, Atom propName, java.lang.String[] array, java.lang.String descr, java.lang.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 Atom Constructor Description EditorFontFaces(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 Atom Constructor Description EditorFontIconDefinition(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 Atom Modifier and Type Method Description static Atom
ParsedJavaSourceContainer. getAtom(java.lang.String projectPath)
Routine to convert a file name to an Atom.static Atom
ParsedJavaSourceContainer. getAtom(org.eclipse.core.resources.IFile file)
Routine to convert a file name to an Atom.static Atom
ParsedJavaSourceContainer. 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 Atom Modifier and Type Method Description static java.lang.String
ParsedJavaSourceContainer. 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 Atom Constructor Description AnnotationsContainer(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 Atom Constructor Description TypesContainer(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 Atom Constructor Description EditorClassReference(Atom propertyAtom)
Creates a Class Reference property with the specified name with a null value.EditorClassReference(Atom propertyAtom, java.lang.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, java.lang.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, java.lang.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 Atom Modifier and Type Field Description Atom
IJavaInterfaceLinkEnabler.InterfaceDefinition. atom
The atom name of the ClassReference property.Constructors in com.iizigo.link.java with parameters of type Atom Constructor Description InterfaceDefinition(Atom atom, java.lang.String implementedInterface, java.lang.String prompt, java.lang.String description)
Constructor.Uses of Atom in com.iizigo.link.vs
Methods in com.iizigo.link.vs that return Atom Modifier and Type Method Description default Atom
IVSActionLinkEnabler. getLinkVSActionName(LinkData data)
Gets the atom for the linking.default Atom
IVSFieldLinkEnabler. getLinkVSFieldName(LinkData data)
Gets the atom for the linking.Constructors in com.iizigo.link.vs with parameters of type Atom Constructor Description LopVSAction(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 Atom Modifier and Type Method Description GUnit
EAbsoluteData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EBorderData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EFlexData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EGridData. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EUIDialog. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GUnit
EUIPanelPart. getDefaultValue(Atom name, GUnit defaultValue)
Gets the default value to use when a value is defined and no previous text is available.GDateTime.Type[]
EUIDateTime. getSupportedDataTypes(Atom editedProperty)
Returns the list of supported datatypes.Constructors in com.iizigo.panel.prop with parameters of type Atom Constructor Description DragDropLinkAdapter(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.EFlexData(Atom propertyAtom)
Creates a FlexData container with the specified name with a null value.EFlexData(Atom propertyAtom, GProp<?>[] properties)
Creates a FlexData container with the specified name and properties.EFlexLayout(Atom propertyAtom)
Creates the property container with the specified name.EGridData(Atom propertyAtom)
Creates a GridData container with the specified name with a null value.EGridData(Atom propertyAtom, GProp<?>[] properties)
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.EListData(Atom propertyAtom)
Creates a container with the specified name with a null value.EListData(Atom propertyAtom, GProp<?>[] properties)
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.EMenuData(Atom propertyAtom)
Creates a MenuData container with the specified name with a null value.EMenuData(Atom propertyAtom, GProp<?>[] properties)
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.ESwapData(Atom propertyAtom)
Creates a TabData container with the specified name with a null value.ESwapData(Atom propertyAtom, GProp<?>[] properties)
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.ETabData(Atom propertyAtom)
Creates a TabData container with the specified name with a null value.ETabData(Atom propertyAtom, GProp<?>[] properties)
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.EUIButton(Atom propertyAtom)
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.EUIComps(Atom propertyAtom)
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.EUIDialog(Atom propertyAtom)
Creates the property container with the specified name.EUIEmpty(Atom propertyAtom)
Creates the property container with the specified name.EUIGauge(Atom propertyAtom)
Creates the property container with the specified name.EUIImage(Atom propertyAtom)
Creates the property container with the specified name.EUIImage2(Atom propertyAtom)
Creates the property container with the specified name.EUILabel(Atom propertyAtom)
Creates the property container with the specified name.EUIMedia(Atom propertyAtom)
Creates the property container with the specified name.EUIMenu(Atom propertyAtom)
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.EUIOutput(Atom propertyAtom)
Creates the property container with the specified name.EUIPanel(Atom propertyAtom)
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.EUISlider(Atom propertyAtom)
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.EUIText(Atom propertyAtom)
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 Atom Constructor Description ECalendarData(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 Atom Constructor Description EAxis2D(Atom propertyAtom)
Creates the VirtualSpace group property container with the specified name.EPlot2D(Atom propertyAtom)
Creates the VirtualSpace group property container with the specified name.ESeries(Atom propertyAtom)
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.EUIChart(Atom propertyAtom)
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 Atom Modifier and Type Method Description protected MapMarkerProp
EMapMarkers. createMarker(Atom atom)
Create the map marker.Constructors in com.iizigo.panel.prop.map with parameters of type Atom Constructor Description EMapData(Atom propertyAtom)
Creates 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.EUIMap(Atom propertyAtom)
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 Atom Modifier and Type Method Description protected MLItemProp
EMLGroup. createListItemProp(Atom atom)
Creates a list item property.Constructors in com.iizigo.panel.prop.mlist with parameters of type Atom Constructor Description EMLDefaultItemProp(Atom propertyAtom)
Creates the property container with the specified name.EMLGroup(Atom propertyAtom)
Creates the property container with the specified name.EMLGroupLayout(Atom propertyAtom)
Creates the property container with the specified name.EMList(Atom propertyAtom)
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 Atom Constructor Description EUITable(Atom propertyAtom)
Creates 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 Atom Modifier and Type Field Description Atom
PropertyEditorInfo. atom
The property Atom, null for special ones.Methods in com.iizigo.prop that return Atom Modifier and Type Method Description static Atom
DesignerProp. createFileErrorAtom(PropCnr parentContainer)
Creates a unique property atom for file errors for a property.Methods in com.iizigo.prop with parameters of type Atom Modifier and Type Method Description MultiPropEditor
BaseEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
IEditedPropertyEntry. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.PropertyEditorInfo
PropCnrEditorProperties. getPropertyEditorInfo(Atom atom)
Gets a PropertyEditorInfo from a property Atom.boolean
PropertyEditor. setFocus(Atom atom)
Attempts to set focus to a property item with a specific atom.boolean
PropertyEditor. setFocus(Atom atom, int index)
Attempts to set focus to a property item with a specific atom.Constructors in com.iizigo.prop with parameters of type Atom Constructor Description ContainerListener(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 Atom Modifier and Type Method Description MultiPropEditor
AtomNamePropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
ExtendsFlagPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
ExtendsNamePropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiColorPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiIntChoicePropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiUnitPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.MultiPropEditor
MultiUnitsPropEditor. createControls(PropertyEditor editor, PropertyEditorInfo info, java.lang.String[] options, org.eclipse.swt.widgets.Composite parent, PropCnr[] containers, Atom atom, DefinedButton definedButton)
Creates the required controls in the composite.TYPE
IDefaultPropertyValueProvider. getDefaultValue(Atom name, TYPE defaultValue)
Gets the default value to use when a value is defined and no previous text is available.IPropEditorExtender<EDITOR,PROP,VALUE>
IPropEditorExtenderProvider. getEditorExtender(EDITOR editor, Atom atom)
Gets the extension for a property editor.GDateTime.Type[]
IDateTimeTypesProvider. getSupportedDataTypes(Atom editedProperty)
Returns the list of supported datatypes.protected static EditorVirtualSpace
VSRelativeReferencePropEditor. 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 Atom Modifier and Type Method Description static TooltipItem
TooltipItem. newIntIndex(java.lang.String prompt, Atom atomName, java.lang.String[] array)
Constructs a line with normal fonts of a text prompt and a property atom with a formatter.static TooltipItem
TooltipItem. newIntIndex(java.lang.String prompt, Atom atomName, java.lang.String[] array, java.lang.String defaultValue)
Constructs a line with normal fonts of a text prompt and a property atom with a formatter.static TooltipItem
TooltipItem. newNormal(java.lang.String prompt, Atom atom)
Constructs a line with normal fonts of a text prompt and a property atom.static TooltipItem
TooltipItem. newNormal(java.lang.String prompt, Atom atom, ITooltipStringFormatter formatter)
Constructs a line with normal fonts of a text prompt and a property atom with a formatter.static TooltipItem
TooltipItem. newNormalItalicEmpty(java.lang.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 Atom Constructor Description EditorPushProps(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 Atom Constructor Description EditorPWAProps(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 Atom Modifier and Type Method Description IPropEditorExtender<PKCS12IdentityPropEditor,PKCS12IdentityProp,byte[]>
EditorRuntimeBuilderProps. getEditorExtender(PKCS12IdentityPropEditor editor, Atom atom)
Gets the extension for a property editor.Constructors in com.iizigo.run.prop with parameters of type Atom Constructor Description EditorRuntimeBuilderProps(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 Atom Modifier and Type Method Description protected EditorClassReference
EditorSelector. createClassReference(Atom atom, java.lang.String ref)
Creates a ClassReference, overridden by the Designer version of the class.protected EditorSelectorReference
EditorSelector. createSelectorReference(Atom atom, java.lang.String ref)
Creates a SelectorReference, overridden by the Designer version of the class.Constructors in com.iizigo.selector.prop with parameters of type Atom Constructor Description EditorSelector(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, java.lang.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 Atom Modifier and Type Method Description protected EditorPolicyProps
EditorServerSettings. createPolicyProps(Atom atom)
Creates a policy property with the specified atom name.IPropEditorExtender<PKCS12IdentityPropEditor,PKCS12IdentityProp,byte[]>
EditorLetsEncryptDomain. getEditorExtender(PKCS12IdentityPropEditor editor, Atom atom)
Gets the extension for a property editor.IPropEditorExtender<PKCS12IdentityPropEditor,PKCS12IdentityProp,byte[]>
EditorWebServerPortConfig. getEditorExtender(PKCS12IdentityPropEditor editor, Atom atom)
Gets the extension for a property editor.Constructors in com.iizigo.server.config with parameters of type Atom Constructor Description EditorLetsEncryptDomain(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 Atom Constructor Description EditorVirtualizedMonitorPropCnr(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 Atom Constructor Description EditorStyles(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 Atom Constructor Description CaptureFieldProp(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 Atom Constructor Description EditorScreenActionGroupProp(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.Settings(Atom propertyAtom)
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 Atom Constructor Description LogicItemProp(Atom propertyAtom)
Creates the recording logic item property container with the specified name.LogicProp(Atom propertyAtom)
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 Atom Modifier and Type Method Description void
NewTextTablesWithLanguageComposite. createTextFiles(ModuleModel model, java.util.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 Atom Constructor Description EditorTextTable(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 Atom Modifier and Type Method Description EditorVSField
NewVSFieldWizardPage. create(Atom name, PropCnr vsParent, ComplexOperation op)
Creates the field when a dialog box is present.static EditorVSColumnHeader
NewVSColumnWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)
Creates the field when a dialog box is present.static EditorVSField
NewVSFieldWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)
Creates the field when a dialog box is present.static EditorVSTable
NewVSTableWizardPage. doCreate(Atom name, PropCnr vsParent, INewVSComponentWizardInfo info, ComplexOperation op)
Creates the field when a dialog box is present.Uses of Atom in com.iizigo.vs.actor
Constructors in com.iizigo.vs.actor with parameters of type Atom Constructor Description EditorActionActors(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, java.lang.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.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Uses of Atom in com.iizigo.vs.link
Constructors in com.iizigo.vs.link with parameters of type Atom Constructor Description VSLinkAction(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 Atom Modifier and Type Method Description EditorVSField
EditorVSColumnHeader. createEmptyField(Atom fieldName)
Creates an empty field for this column, depending on defined types, null attributes, etc.protected VSRow
EditorVSTable. createRow(Atom a, VSColumnHeader[] columns)
Creates a row property.protected VSRow
EditorVSTable. createRow(Atom a, VSField[] fields)
Creates a row property.EditorVSField
EditorVSColumnHeader. createUninitializedField(Atom fieldName)
Creates a new uninitialized field.Constructors in com.iizigo.vs.prop with parameters of type Atom Constructor Description EditorVirtualSpace(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, java.lang.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 Atom Constructor Description VSViewerPropCnr(Atom name, java.util.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 Atom Modifier and Type Method Description protected EditorVSAction
VSActionCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)
Creates the component required with the specified name.protected EditorVSColumnHeader
VSColumnCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)
Creates the component required with the specified name.protected abstract VSTYPE
VSComponentCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)
Creates the component required with the specified name.protected EditorVSField
VSFieldCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)
Creates the component required with the specified name.protected EditorVSTable
VSTableCreation. doCreate(Atom name, PropCnr parent, ComplexOperation op)
Creates the component required with the specified name.Constructors in com.iizigo.vs.wizards with parameters of type Atom Constructor Description VSActionCreation(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, java.lang.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 Atom Constructor Description Settings(Atom propertyAtom)
Creates the settings with specified name.Uses of Atom in com.iizigo.ws.prop
Constructors in com.iizigo.ws.prop with parameters of type Atom Constructor Description EditorOutputColumn(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 Atom Modifier and Type Method Description protected EditorJSONElementWrapper
EditorJSONElementWrapper. createJSONElementWrapper(Atom atom)
Creates a new JSONElementWrapper instance.Constructors in com.iizigo.ws.prop.json with parameters of type Atom Constructor Description EditorJSONElementWrapper(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 Atom Constructor Description EditorURLEncodedInput(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 Atom Constructor Description AbstractSettings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Uses of Atom in com.iizix.api
Methods in com.iizix.api that return Atom Modifier and Type Method Description Atom
AnnotationType. getEventAtom()
Gets the atom for the event.Methods in com.iizix.api with parameters of type Atom Modifier and Type Method Description static AnnotationType
AnnotationType. 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 Atom Constructor Description Settings(Atom propertyAtom)
Creates the settings with specified name.Uses of Atom in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type Atom Modifier and Type Method Description VSParticipant
InputProps. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSParticipant
ResultProps. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSParticipant
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 Atom Constructor Description ConnectionProfileSetup(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, java.lang.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.editor Modifier and Type Class Description class
GeneratedAtom
Internal Atom class, maps required method calls to override the Atom ones.Methods in com.iizix.editor that return Atom Modifier and Type Method Description Atom
AtomGenerator. getAtom(java.lang.String name)
Creates a new atom using the atom manager using the specified name.Atom
AtomGenerator. getAtom(java.lang.String base, java.lang.String 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 Atom Modifier and Type Method Description Atom
ParentCnrMoveEvent. getOldAtom()
Gets the old Atom, i.e.Atom
ParentCnrNameEvent. getOldAtom()
Gets the old Atom.Atom
PropMoveEvent. getOldAtom()
Gets the old Atom, i.e.Atom
PropNameEvent. getOldAtom()
Gets the old Atom.Methods in com.iizix.event with parameters of type Atom Modifier and Type Method Description boolean
GEvent. isPropertyChange(PropCnr pc, Atom name)
Checks if the event is a modification change of any property in the specified container.boolean
PropCnrEvent. isPropertyChange(PropCnr pc, Atom name)
Checks if the event is a modification change of any property in the specified container.boolean
PropCopyEvent. isPropertyChange(PropCnr pc, Atom name)
Checks if the event is a modification change of any property in the specified container.boolean
PropValueEvent. 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 Atom Constructor Description ParentCnrMoveEvent(PropCnr movedContainer, Atom oldAtom, PropCnr oldContainer)
Constructs a new move event for a property that is moved and renamed at the same time.ParentCnrNameEvent(PropCnr container, Atom oldAtom, boolean isRemoteInduced)
Constructs a new property event.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 Atom Modifier and Type Field Description static Atom
Atom. ACTION
static Atom
Atom. ACTIONS
static Atom
Atom. ACTORS
static Atom
Atom. ALIGN
static Atom
PolicyProps. AN_ADMIN
The atom name for "admin".static Atom
PolicyProps. AN_USER
The atom name for "user".static Atom
PWAProps. APP_DESCR_ATOM
The property atom for the application description PlainKString: Atom.DESCR.static Atom
Atom. APPS
static Atom
PushProps. ATOM
The atom for the Push Notification properties container: "$push".static Atom
PWAProps. ATOM
The atom for the PWA properties container: "$pwa".static Atom
Atom. ATOM_ON_UI_ACTION
static Atom
Atom. ATOM_ON_UI_BACK
static Atom
Atom. ATOM_ON_UI_CONNECT
static Atom
Atom. ATOM_ON_UI_CREATE
static Atom
Atom. ATOM_ON_UI_DESTROY
static Atom
Atom. ATOM_ON_UI_FOCUS
static Atom
Atom. ATOM_ON_UI_SELECTION
static Atom
Atom. ATOM_ON_UI_TEXT_CHANGE
static Atom
Atom. ATOM_ON_UI_VALUE_CHANGE
static Atom
Atom. ATOM_ON_VS_ACTION
static Atom
Atom. ATOM_ON_VS_CHANGE
static Atom
Atom. ATOM_ON_VS_CREATE
static Atom
Atom. ATOM_ON_VS_DESTROY
static Atom
Atom. ATOM_ON_VS_FOCUS
static Atom
Atom. ATOM_ON_VS_STATE
static Atom
Atom. BADGE
static Atom
Atom. BIND
static Atom
Atom. BINDINGS
static Atom
Atom. BODY
static Atom
Atom. CACHE
static Atom
Atom. CHARUPDATE
static Atom
Atom. CID
static Atom
Atom. CLASS
static Atom
Atom. CLIENT
static Atom
Atom. CLIENT_STYLES
static Atom
Atom. COMPONENT
static Atom
Atom. COMPONENTS
static Atom
Atom. CONNECTORS
static Atom
Atom. CONTEXT_MENU
static Atom
Atom. CONTEXT_MENU_REF
static Atom
Atom. DATA_CONTAINER
static Atom
Atom. DEFAULT
static Atom
Atom. DELAY
static Atom
Atom. DERIVES
static Atom
Atom. DESCR
static Atom
Atom. DESIGNER
static Atom
Atom. DEVICE
static Atom
Atom. DOC
static Atom
Atom. ENABLED
static Atom
Atom. ENCODING
static Atom
Atom. ENV
static Atom
Atom. ERROR
static Atom
Atom. EVENT
static Atom
Atom. EXTENDS
static Atom
Atom. FIELDS
static Atom
Atom. FILENAME
static Atom
Atom. FOCUS
static Atom
Atom. GEO
static Atom
Atom. HEADER
static Atom
Atom. HEIGHT
static Atom
Atom. HOST
static Atom
Atom. HSCROLL
static Atom
Atom. ICON
static Atom
Atom. ID
static Atom
Atom. IDS
static Atom
Atom. IGNORE
static Atom
Atom. INDEX
static Atom
Atom. INPUT
static Atom
Atom. JAVA
static Atom
Atom. LANG
static Atom
Atom. LAYOUT
static Atom
Atom. LAYOUT_MANAGER
static Atom
Atom. LOCATION
static Atom
Atom. MCAT
static Atom
Atom. MESSAGE
static Atom
Atom. METHOD
static Atom
Atom. MODULE_APP
static Atom
Atom. MSG
static Atom
Atom. NAME
static Atom
Atom. NULL
static Atom
Atom. OUTPUT
static Atom
Atom. OVERRIDE_METHOD
static Atom
Atom. PANEL
static Atom
Atom. PARTICIPANTS
static Atom
Atom. PATTERN
static Atom
Atom. PLUGINS
static Atom
Atom. POPUP
static Atom
Atom. PORT
static Atom
Atom. PRIMARY
static Atom
Atom. PROXYHOST
static Atom
Atom. PROXYPORT
static Atom
Atom. PROXYTYPE
static Atom
Atom. PUSH
static Atom
Atom. PWA
static Atom
Atom. QNAME
static Atom
Atom. RANGE
static Atom
Atom. RAW
static Atom
Atom. READ_TIMEOUT
static Atom
Atom. READONLY
static Atom
Atom. REFERENCE
static Atom
Atom. RESOLVE
static Atom
Atom. ROOT
static Atom
Atom. ROWS
static Atom
Atom. RTL
static Atom
Atom. SELECTED
static Atom
Atom. SELECTOR
static Atom
Atom. SERVER
static Atom
Atom. SETTINGS
static Atom
Atom. SSL
static Atom
Atom. STYLE
static Atom
Atom. STYLES
static Atom
Atom. SYSTEM
static Atom
Atom. TEXT
static Atom
Atom. THEMES
static Atom
Atom. TIMESTAMP
static Atom
Atom. TITLE
static Atom
Atom. TOASTER
static Atom
Atom. TOOLTIP
static Atom
Atom. TRANSACTION
static Atom
Atom. TYPE
static Atom
Atom. UI_COMPONENT
static Atom
Atom. UI_CONTAINER
static Atom
Atom. UI_PREVIEW
static Atom
Atom. URI
static Atom
Atom. URI_PARAMS
static Atom
Atom. USER
static Atom
Atom. VALUE
static Atom
Atom. VIRTUALSPACE
static Atom
Atom. VISIBLE
static Atom
Atom. VSCOLUMN
static Atom
Atom. VSCROLL
static Atom
Atom. VSFIELD
static Atom
Atom. VSTABLE
static Atom
Atom. WEBSOCKET
static Atom
Atom. WEIGHT
static Atom
Atom. WIDTH
static Atom
Atom. ZONES
Methods in com.iizix.prop that return Atom Modifier and Type Method Description Atom
Atom. clone()
Clones this atom.Atom
IPropCnr. createCopyOfAtom(Atom name)
Creates a "Copy of NNN" or "Copy 2 of NNN" of an atom.Atom
PropCnr. createCopyOfAtom(Atom name)
Creates a "Copy of NNN" or "Copy 2 of NNN" of an atom.Atom
IPropCnr. createUniqueAtom(Atom name, java.lang.String first, java.lang.String next, java.lang.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.Atom
IPropCnr. createUniqueAtom(java.lang.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.Atom
PropCnr. createUniqueAtom(Atom name, java.lang.String first, java.lang.String next, java.lang.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.Atom
PropCnr. createUniqueAtom(java.lang.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.Atom
PropCnr. createUniqueAtom(java.lang.String baseName, java.lang.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 Atom
Atom. find(java.lang.String name)
Finds an atom that has been created previously by name, and that is still in use by some non-garbage-collected object.static Atom
Atom. get(java.lang.String name)
Gets an existing or creates a new atom with the specified name.Atom[]
GProp. getAtomPath(PropCnr stopAt)
Gets the atom path of this property.Atom[]
IGProp. getAtomPath(PropCnr stopAt)
Gets the atom path of this property.Atom
IClassReferenceOwner. getClassReferenceAtom(java.lang.String id)
Gets the ClassReference atom name.Atom[]
PropCnr. getExtendsOverride()
Gets the extends override atoms.Atom
GProp. getPropAtom()
Gets the atom used for the name of this property.Atom
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.Atom[]
PropCnr. getPropIndexes()
Gets the indexes of all properties along with the atom names.Methods in com.iizix.prop with parameters of type Atom Modifier and Type Method Description int
Atom. compareTo(Atom atom)
Compares this object with the specified object for order.boolean
IPropCnr. containsProp(Atom atom)
Checks for presence of the property in the container.boolean
PropCnr. containsProp(Atom atom)
Checks for presence of the property in the container.protected ClassReference
Selector. createClassReference(Atom atom, java.lang.String ref)
Creates a ClassReference, overridden by the Designer version of the class.Atom
IPropCnr. createCopyOfAtom(Atom name)
Creates a "Copy of NNN" or "Copy 2 of NNN" of an atom.Atom
PropCnr. createCopyOfAtom(Atom name)
Creates a "Copy of NNN" or "Copy 2 of NNN" of an atom.GProp<?>
PropFactory. createProp(java.lang.String tag, Atom atom)
Creates a generic property with the specified tag name and atom.protected SelectorReference
Selector. createSelectorReference(Atom atom, java.lang.String ref)
Creates a SelectorReference, overridden by the Designer version of the class.Atom
IPropCnr. createUniqueAtom(Atom name, java.lang.String first, java.lang.String next, java.lang.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.Atom
PropCnr. createUniqueAtom(Atom name, java.lang.String first, java.lang.String next, java.lang.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 StringArrayProp
StringArrayProp. createUnmodifiableReadOnly(Atom atom, java.lang.String[] strings)
Creates a new StringArrayProp from a predefined array of strings that is placed in an unmodifiable list.VSReference
ModuleApp. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSReference
PropCnr. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.boolean
IPropCnr. getBool(Atom atom)
Gets a boolean property from this property container.boolean
IPropCnr. getBool(Atom atom, boolean defaultValue)
Gets a boolean property from this property container.boolean
PropCnr. getBool(Atom atom)
Gets a boolean property from this property container.boolean
PropCnr. getBool(Atom atom, boolean defaultValue)
Gets a boolean property from this property container.IPropErrorItem
IPropCnr. getChildPropError(Atom atom)
Gets the child property default error ID.IPropErrorItem
PropCnr. getChildPropError(Atom atom)
Gets the child property default error ID.int
IPropCnr. getChildPropErrorSeverity(Atom atom)
Gets the error severity of a child property.int
PropCnr. 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.int
IPropCnr. getInt(Atom atom)
Gets an integer property from this property container.int
IPropCnr. getInt(Atom atom, int defaultValue)
Gets an integer property from this property container.int
PropCnr. getInt(Atom atom)
Gets an integer property from this property container.int
PropCnr. getInt(Atom atom, int defaultValue)
Gets an integer property from this property container.long
IPropCnr. getLong(Atom atom)
Gets a long property from this property container.long
IPropCnr. getLong(Atom atom, long defaultValue)
Gets a long property from this property container.long
PropCnr. getLong(Atom atom)
Gets a long property from this property container.long
PropCnr. getLong(Atom atom, long defaultValue)
Gets a long property from this property container.double
IPropCnr. getNumber(Atom atom)
Gets a Number property from this property container.double
IPropCnr. getNumber(Atom atom, double defaultValue)
Gets a Number property from this property container.double
PropCnr. getNumber(Atom atom)
Gets a Number property from this property container.double
PropCnr. getNumber(Atom atom, double defaultValue)
Gets a Number property from this property container.<GP extends IGProp<?>>
GPIClassReferenceOwner. getProp(Atom atom, java.lang.Class<GP> clazz)
Gets the property with theatom
name and checking the class instance of the property.GProp<?>
IPropCnr. getProp(Atom atom)
Gets the property with theatom
name.GProp<?>
IPropCnr. getProp(Atom[] atomPath)
Gets the property from a path of atoms.GProp<?>
IPropCnr. getProp(Atom[] atomPath, int count)
Gets the property from a path of atoms.<GP extends IGProp<?>>
GPIPropCnr. getProp(Atom atom, java.lang.Class<GP> clazz)
Gets the property with theatom
name and checking the class instance of the property.<GP extends IGProp<?>>
GPIPropCnr. getProp(Atom atom, java.lang.Class<GP> clazz, boolean logError)
Gets the property with theatom
name and checking the class instance of the property.<GP extends IGProp<?>>
GPIUIBounds. getProp(Atom atom, java.lang.Class<GP> clazz)
Gets the property with theatom
name and checking the class instance of the property.GProp<?>
PropCnr. getProp(Atom atom)
Gets the property with theatom
name.GProp<?>
PropCnr. getProp(Atom[] atomPath)
Gets the property from a path of atoms.GProp<?>
PropCnr. getProp(Atom[] atomPath, int count)
Gets the property from a path of atoms.<GP extends IGProp<?>>
GPPropCnr. getProp(Atom atom, java.lang.Class<GP> clazz)
Gets the property with theatom
name and checking the class instance of the property.<GP extends IGProp<?>>
GPPropCnr. getProp(Atom atom, java.lang.Class<GP> clazz, boolean logError)
Gets the property with theatom
name and checking the class instance of the property.int
IPropCnr. getPropIndex(Atom atom)
Gets the index of an atom in this container.int
PropCnr. getPropIndex(Atom atom)
Gets the index of an atom in this container.java.lang.Object
IPropCnr. getPropValue(Atom atom)
Gets the value of the property by theatom
name.<VALUE> VALUE
IPropCnr. getPropValue(Atom atom, java.lang.Class<VALUE> clazz)
Gets the value of the property by theatom
name.<VALUE> VALUE
IPropCnr. getPropValue(Atom atom, java.lang.Class<VALUE> clazz, boolean logError)
Gets the value of the property by theatom
name.java.lang.Object
PropCnr. getPropValue(Atom atom)
Gets the value of the property by theatom
name.<VALUE> VALUE
PropCnr. getPropValue(Atom atom, java.lang.Class<VALUE> clazz)
Gets the value of the property by theatom
name.<VALUE> VALUE
PropCnr. getPropValue(Atom atom, java.lang.Class<VALUE> clazz, boolean logError)
Gets the value of the property by theatom
name.java.lang.String
IPropCnr. getString(Atom atom)
Gets a string property from this property container.java.lang.String
IPropCnr. getString(Atom atom, java.lang.String defaultValue)
Gets a string property from this property container.java.lang.String
PropCnr. getString(Atom atom)
Gets a string property from this property container.java.lang.String
PropCnr. getString(Atom atom, java.lang.String defaultValue)
Gets a string property from this property container.KStringProp
TextTable. getTextProp(Atom atom)
Get the text property associated with the specified text name or text ID.VSReference
GProp. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSReference
IGProp. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSReference
ModuleApp. getVSReference(Atom refAtom)
Gets the VSReference that is initially used as start-up for the application.VSReference
PropCnr. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.boolean
IPropCnr. isExtendsOverriden(Atom atom)
Checks if a property name is overridden in this container when using the Extends Framework.boolean
PropCnr. isExtendsOverriden(Atom atom)
Checks if a property name is overridden in this container when using the Extends Framework.static boolean
Atom. isInside(Atom atom, Atom[] atoms)
Checks if an Atom is present in an array of Atoms.boolean
GProp. moveProp(PropCnr moveToContainer, Atom newName, int destinationIndex)
Moves this property container to another container, without changing the listeners.boolean
GProp. moveProp(PropCnr moveToContainer, Atom newName, Atom reference, boolean isAfter)
Moves this property container to another container, without changing the listeners.void
IComplexOperation. moveProp(GProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)
Moves a property to another container.static void
IComplexOperation. moveProp(IComplexOperation op, IGProp<?> gp, PropCnr toContainer, Atom newName, int toIndex)
Moves a property to another container.boolean
IGProp. moveProp(PropCnr moveToContainer, Atom newName, int destinationIndex)
Moves this property container to another container, without changing the listeners.boolean
IGProp. moveProp(PropCnr moveToContainer, Atom newName, Atom reference, boolean isAfter)
Moves this property container to another container, without changing the listeners.void
IReferenceOwner. onBroken(Atom refAtom, TARGET target)
Called when the reference has been broken, i.e.void
TextTable. onBroken(Atom refAtom, TextTable target)
Called when the reference has been broken, i.e.void
IReferenceOwner. onResolved(Atom refAtom, TARGET target)
Called when the reference has been resolved.void
TextTable. onResolved(Atom refAtom, TextTable target)
Called when the reference has been resolved.boolean
IPropCnr. removeProp(Atom atom)
Removes a property from this container with the specified atom.boolean
IPropCnr. removeProp(Atom atom, IGProp<?> trigger)
Removes a property from this container with the specified atom.boolean
PropCnr. removeProp(Atom atom)
Removes a property from this container with the specified atom.boolean
PropCnr. removeProp(Atom atom, IGProp<?> trigger)
Removes a property from this container with the specified atom.boolean
IPropCnr. removeProp2(Atom atom)
Convenience method to remove a property from this container with the specified atom.boolean
IPropCnr. removeProp2(Atom atom, IGProp<?> trigger)
Convenience method to remove a property from this container with the specified atom.boolean
PropCnr. removeProp2(Atom atom)
Convenience method to remove a property from this container with the specified atom.boolean
PropCnr. removeProp2(Atom atom, IGProp<?> trigger)
Convenience method to remove a property from this container with the specified atom.boolean
GProp. renameProp(Atom propertyAtom)
Renames this property.void
IComplexOperation. renameProp(GProp<?> gp, Atom newName)
Renames a property.static void
IComplexOperation. renameProp(IComplexOperation op, IGProp<?> gp, Atom newName)
Renames a property.boolean
IGProp. renameProp(Atom propertyAtom)
Renames this property.boolean
GProp. renameProp2(Atom propertyAtom)
Renames this property.static void
IComplexOperation. reorderProps(IComplexOperation op, PropCnr pc, Atom[] order)
Reorder a property container.void
IComplexOperation. reorderProps(PropCnr pc, Atom[] order)
Reorder a property container.boolean
IPropCnr. reorderProps(Atom[] atoms)
Reorders the properties according to the array.boolean
PropCnr. reorderProps(Atom[] atoms)
Reorders the properties according to the array.boolean
IPropCnr. setBool(Atom atom, boolean value)
Sets a boolean property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setBool(Atom atom, boolean value, boolean logError)
Sets a boolean property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setBool(Atom atom, boolean value, boolean logError, IGProp<?> trigger)
Sets a boolean property with the specified atom to thevalue
in this property container.boolean
PropCnr. setBool(Atom atom, boolean value)
Sets a boolean property with the specified atom to thevalue
in this property container.boolean
PropCnr. setBool(Atom atom, boolean value, boolean logError)
Sets a boolean property with the specified atom to thevalue
in this property container.boolean
PropCnr. setBool(Atom atom, boolean value, boolean logError, IGProp<?> trigger)
Sets a boolean property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setExtendsOverride(Atom atom, boolean on)
Sets a property name as overridden in this container using extendsFrom another container.boolean
PropCnr. setExtendsOverride(Atom atom, boolean on)
Sets a property name as overridden in this container using extendsFrom another container.boolean
IPropCnr. setInt(Atom atom, int value)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setInt(Atom atom, int value, boolean logError)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
PropCnr. setInt(Atom atom, int value)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
PropCnr. setInt(Atom atom, int value, boolean logError)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setLong(Atom atom, long value)
Sets a long property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setLong(Atom atom, long value, boolean logError)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setLong(Atom atom, long value, boolean logError, IGProp<?> trigger)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
PropCnr. setLong(Atom atom, long value)
Sets a long property with the specified atom to thevalue
in this property container.boolean
PropCnr. setLong(Atom atom, long value, boolean logError)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
PropCnr. setLong(Atom atom, long value, boolean logError, IGProp<?> trigger)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setNumber(Atom atom, double value)
Sets a Number property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setNumber(Atom atom, double value, boolean logError)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setNumber(Atom atom, double value, boolean logError, IGProp<?> trigger)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
PropCnr. setNumber(Atom atom, double value)
Sets a Number property with the specified atom to thevalue
in this property container.boolean
PropCnr. setNumber(Atom atom, double value, boolean logError)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
PropCnr. setNumber(Atom atom, double value, boolean logError, IGProp<?> trigger)
Sets an integer property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setPropValue(Atom atom, java.lang.Object newValue)
Sets the property with theatom
name tonewValue
.<VALUE> boolean
IPropCnr. setPropValue(Atom atom, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)
Sets a property value in the container.boolean
PropCnr. setPropValue(Atom atom, java.lang.Object newValue)
Sets the property with theatom
name tonewValue
.<VALUE> boolean
PropCnr. setPropValue(Atom atom, VALUE value, java.lang.Class<? extends GProp<VALUE>> propClass)
Sets a property value in the container.boolean
IPropCnr. setString(Atom atom, java.lang.String value)
Sets a string property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setString(Atom atom, java.lang.String value, boolean logError)
Sets a string property with the specified atom to thevalue
in this property container.boolean
IPropCnr. setString(Atom atom, java.lang.String value, boolean logError, IGProp<?> trigger)
Sets a string property with the specified atom to thevalue
in this property container.boolean
PropCnr. setString(Atom atom, java.lang.String value)
Sets a string property with the specified atom to thevalue
in this property container.boolean
PropCnr. setString(Atom atom, java.lang.String value, boolean logError)
Sets a string property with the specified atom to thevalue
in this property container.boolean
PropCnr. setString(Atom atom, java.lang.String value, boolean logError, IGProp<?> trigger)
Sets a string property with the specified atom to thevalue
in this property container.Constructors in com.iizix.prop with parameters of type Atom Constructor Description AbstractBaseRelativeReference(Atom propertyAtom)
Creates a Base Relative Reference property with the specified name with a null value.AbstractBaseRelativeReference(Atom propertyAtom, java.lang.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, java.lang.String newValue)
Creates a Base Relative Reference property with the specified name and value.AbstractReference(Atom propertyAtom)
Creates a Abstract Reference property with the specified name with anull
value.AbstractReference(Atom propertyAtom, java.lang.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.ArrayProp(Atom propertyAtom)
Creates an Array property with the specified name with a null value.ArrayProp(Atom propertyAtom, java.lang.Class<ITEM> itemClass)
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, java.lang.String newValue)
Creates an Asset Reference property with the specified name and value.AssetReferences(Atom propertyAtom)
Creates a Styles Reference property with the specified name with a null value.AssetReferences(Atom propertyAtom, java.lang.String newValue)
Creates a Styles Reference 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, java.lang.String newValue)
Creates a Image Reference property with the specified name and value.BadgeProp(Atom propertyAtom)
Creates a badge property with the specified name with a null value.BadgeProp(Atom propertyAtom, GBadge newValue)
Creates a badge property with the specified name and value.BoolProp(Atom propertyAtom)
Creates a Boolean property with the specified name with a null value.BoolProp(Atom propertyAtom, boolean newValue)
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.CharProp(Atom propertyAtom)
Creates a character property with the specified name with a null value.CharProp(Atom propertyAtom, char newValue)
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, java.lang.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.ColorProp(Atom propertyAtom)
Creates a color property with the specified name with a null value.ColorProp(Atom propertyAtom, GColor newValue)
Creates a color property with the specified name and value.ConstrainedIntProp(Atom propertyAtom, java.lang.String constraints)
Creates the component with the specified name.ConstrainedIntProp(Atom propertyAtom, java.lang.String constraints, int newValue)
Creates the component with the specified name, initialized to contain theGProp
items.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.DevParams(Atom propertyAtom)
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.EnvProps(Atom atom)
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, java.util.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, java.io.File file)
Creates a FilePropCnr for the designer with the specified name with a null value.FileURIPropCnr(Atom propertyAtom, java.net.URL url, long modificationTime, long size)
Creates a FilePropCnr for the designer with the specified name with a null value.FillProp(Atom propertyAtom)
Creates a fill property with the specified name with a null value.FillProp(Atom propertyAtom, GFill newValue)
Creates a fill property with the specified name and value.FixedVirtualizedAbstractReference(Atom propertyAtom)
Creates a Abstract Reference property with the specified name with a null value.FixedVirtualizedAbstractReference(Atom propertyAtom, java.lang.String newValue)
Creates a Abstract Reference property with the specified name and value.FolderSettingsProp(Atom atom)
Creates the client properties without a name.FolderURIPropCnr(Atom propertyAtom, java.net.URI uri)
Creates a FilePropCnr for the designer with the specified name with a null value.FontProp(Atom propertyAtom)
Creates a font property with the specified name with a null value.FontProp(Atom propertyAtom, GFont newValue)
Creates a font property with the specified name and value.GeoProps(Atom atom)
Creates the environment properties with a name.GProp(Atom propertyAtom)
Creates 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, java.lang.String newValue)
Creates a Image Reference property with the specified name and value.Int32Prop(Atom propertyAtom)
Creates an Integer property with the specified name with a null value.Int32Prop(Atom propertyAtom, int newValue)
Creates an Integer property with the specified name and value.Int4Prop(Atom propertyAtom)
Creates a new 4-unit property with a name.IntProp(Atom propertyAtom)
Creates an Integer property with the specified name with a null value.IntProp(Atom propertyAtom, int newValue)
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, java.lang.String newValue)
Creates a KString property with the specified name and value.LongProp(Atom propertyAtom)
Creates a Long property with the specified name with a null value.LongProp(Atom propertyAtom, long newValue)
Creates a Long property with the specified name and value.MailProps(Atom atom)
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, java.lang.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, java.lang.String reference)
Creates a Class Reference property with the specified name and value.ModuleApp(Atom propertyAtom)
Creates the applications properties with the specified name.MultiProp(Atom propertyAtom)
Creates a color property with the specified name with a null value.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, java.lang.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, java.lang.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, java.lang.String newValue)
Creates a KString property with the specified name and value.PolicyProps(Atom atom)
Creates the container properties with a name.PrivProp(Atom atom)
Creates a private property with the specified atom name with a null value.PrivProp(Atom atom, java.lang.Object value)
Creates a private property with the specified atom name with a value.PropCnr(Atom propertyAtom)
Creates a property container with the specified name.PropCnr(Atom propertyAtom, GProp<?>[] properties)
Creates a property container with the specified name and properties.PropVerificationError(PropCnr parent, Atom childName, PropVerificationError.Severity severity, java.lang.String location, java.lang.String errorText, java.lang.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.PushProps(Atom propertyAtom)
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.PWAProps(Atom propertyAtom)
Creates a PWAProps container with the specified name with a null value.RectProp(Atom propertyAtom)
Creates a rectangle property with the specified name with a null value.RectProp(Atom propertyAtom, GRect newValue)
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.Selector(Atom propertyAtom)
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, java.lang.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.SizeProp(Atom propertyAtom)
Creates a size property with the specified name with a null value.SizeProp(Atom propertyAtom, GSize newValue)
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, java.util.List<java.lang.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, java.lang.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.Styles(Atom propertyAtom)
Creates the styles property container with the specified name.StylesCnr(Atom propertyAtom)
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, java.lang.String newValue)
Creates a Styles Reference property with the specified name and value.TextTable(Atom propertyAtom)
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, java.lang.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.Unit4Prop(Atom propertyAtom)
Creates a new 4-unit property with a name.UnitProp(Atom propertyAtom)
Creates a unit property with the specified name with a null value.UnitProp(Atom propertyAtom, GUnit newValue)
Creates a unit property with the specified name and value.ValueProp(Atom propertyAtom)
Creates the value property with the specified name.ValueProp(Atom propertyAtom, Value value)
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.Windows(Atom propertyAtom)
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 Atom Modifier and Type Method Description Atom
AbstractContentUIContainer. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Methods in com.iizix.prop.content with parameters of type Atom Modifier and Type Method Description protected abstract ITEM
AbstractContentUIContainer. 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 Atom Constructor Description AbstractContentUIContainer(Atom atom)
Creates the content property container.Uses of Atom in com.iizix.prop.font
Constructors in com.iizix.prop.font with parameters of type Atom Constructor Description FontFaces(Atom atom)
Constructor with a name.FontFile(Atom atom)
Constructor with name.FontFiles(Atom atom)
Constructor with name.Uses of Atom in com.iizix.prop.image
Constructors in com.iizix.prop.image with parameters of type Atom Constructor Description AbstractImageDefinition(Atom propertyAtom)
Creates the image definition property container with the specified name.AbstractImageResolution(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 Atom Modifier and Type Field Description protected static Atom
UIAbstractListChoice. ATOM_ITEMS_CNR
The items container property atom.static Atom
IUICheck2Component. CHECKED_ATOM
The atom name: checked.static Atom
IUICheckComponent. CHECKED_ATOM
Property atom: checked.protected static Atom
UIAccordion. OPEN_PART_ATOM
Property name: current open part.protected static Atom
UITabContainer. OPEN_TAB_ATOM
Property atom: current open part.protected static Atom
UISwapContainer. OPEN_VIEW_ATOM
Property atom: current open view.static Atom
IUIRadioComponent. SELECTED_ATOM
Property atom: selected BoolProp.static Atom
UITitlePane. SELECTED_ATOM
Property atom: selected BoolProp.protected static Atom
UIAbstractListChoice. SELECTED_ROW_ATOM
The property name: selected row.protected static Atom
UITabContainer. TABS_STYLES_ATOM
Atom of the tabs styles.protected static Atom
UIAccordion. TITLES_STYLES_ATOM
Name of the titles styles.static Atom
AbstractUIAction. VS_FOCUS_ATOM
Property atom for VS component to focus when action processing completes: "vsFocus".Methods in com.iizix.prop.ui that return Atom Modifier and Type Method Description default Atom
IUIClassReferenceOwner. getClassReferenceAtom(java.lang.String id)
Gets the ClassReference atom name.Atom
UIPanelBase. getClassReferenceAtom(java.lang.String id)
Gets the ClassReference atom name.Atom
MUISwitch. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Atom
UIAbstractListChoice. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Atom
UIAccordion. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Atom
UICheckBox. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Atom
UICheckedMenuItem. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Atom
UIRadioButton. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Atom
UIRadioMenuItem. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Atom
UISwapContainer. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Atom
UITabContainer. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Atom
UITitlePane. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Methods in com.iizix.prop.ui with parameters of type Atom Modifier and Type Method Description VSParticipant
UIContextMenu. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSParticipant
UIPanelBase. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.Value
IUIComp. getValue(Atom atom)
Gets the value from a property namedatom
.Value
UIComp. getValue(Atom atom)
Gets the value from a property namedatom
.VSParticipant
UIContextMenu. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSParticipant
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 Atom Constructor Description AbsoluteData(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 theGProp
items.AbstractUICompRelativeReference(Atom propertyAtom)
Creates an abstract UIComp Relative Reference property with the specified name with a null value.AbstractUICompRelativeReference(Atom propertyAtom, java.lang.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.CIDProp(Atom atom)
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, java.lang.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.FlexData(Atom propertyAtom)
Creates a FlexData container with the specified name with a null value.FlexData(Atom propertyAtom, GProp<?>[] properties)
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.GridData(Atom propertyAtom)
Creates a GridData container with the specified name with a null value.GridData(Atom propertyAtom, GProp<?>[] properties)
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, java.lang.String newValue)
Creates a Label For Reference property with the specified name and value.LayoutMgr(Atom propertyAtom)
Creates a LayoutMgr with the specified name with a null value.LayoutMgr(Atom propertyAtom, GProp<?>[] properties)
Creates 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.ListData(Atom propertyAtom)
Creates a ListData container with the specified name with a null value.ListData(Atom propertyAtom, GProp<?>[] properties)
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.MenuData(Atom propertyAtom)
Creates a MenuData container with the specified name with a null value.MenuData(Atom propertyAtom, GProp<?>[] properties)
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.MUISwitch(Atom propertyAtom)
Creates the component with the specified name.MUISwitch(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.MUITabBar(Atom propertyAtom)
Creates the container with the specified name with a null value.MUITabBar(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.PanelData(Atom propertyAtom)
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, java.lang.String newValue)
Creates a UI Panel Part Reference property with the specified name and value.SwapData(Atom propertyAtom)
Creates a SwapData container with the specified name with a null value.SwapData(Atom propertyAtom, GProp<?>[] properties)
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.TabData(Atom propertyAtom)
Creates a TabData container with the specified name with a null value.TabData(Atom propertyAtom, GProp<?>[] properties)
Creates a TabData container with the specified name and properties.TabLayout(Atom propertyAtom)
Creates the layout with the specified name with a null value.TabLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.Toaster(Atom atom)
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.UIButton(Atom propertyAtom)
Creates the component with the specified name.UIButton(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.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 theGProp
items.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 theGProp
items.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 theGProp
items.UIComboBox(Atom propertyAtom)
Creates the component with the specified name.UIComp(Atom propertyAtom)
Creates a property container with the specified name with a null value.UIComp(Atom propertyAtom, GProp<?>[] properties)
Creates a property container with the specified name and properties.UIComps(Atom propertyAtom)
Creates a UIComps container with the specified name with a null value.UIComps(Atom propertyAtom, GProp<?>[] properties)
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.UIDialog(Atom propertyAtom)
Creates the container with the specified name with a null value.UIEmpty(Atom propertyAtom)
Creates the component with the specified name.UIEmpty(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIGauge(Atom propertyAtom)
Creates the component with the specified name.UIImage(Atom propertyAtom)
Creates the component with the specified name.UIImage(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIImage2(Atom propertyAtom)
Creates the component with the specified name.UIImage2(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UILabel(Atom propertyAtom)
Creates the component with the specified name.UILabel(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIMedia(Atom propertyAtom)
Creates the component with the specified name.UIMedia(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIMenu(Atom propertyAtom)
Creates the container with the specified name with a null value.UIMenu(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.UIMenuBar(Atom propertyAtom)
Creates the container with the specified name with a null value.UIMenuBar(Atom propertyAtom, GProp<?>[] properties)
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 theGProp
items.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 theGProp
items.UIOutput(Atom propertyAtom)
Creates the component with the specified name.UIOutput(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIPanel(Atom propertyAtom)
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 theGProp
items.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 theGProp
items.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 theGProp
items.UISlider(Atom propertyAtom)
Creates the component with the specified name.UISpinner(Atom propertyAtom)
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.UIText(Atom propertyAtom)
Creates the component with the specified name.UIText(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.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 theGProp
items.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 Atom Modifier and Type Method Description Atom
CalendarEvent. getSelectionPropAtom()
Constructors in com.iizix.prop.ui.calendar with parameters of type Atom Constructor Description CalendarData(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 Atom Constructor Description UIChart(Atom propertyAtom)
Creates the component with the specified name.Uses of Atom in com.iizix.prop.ui.chart.axis2d
Constructors in com.iizix.prop.ui.chart.axis2d with parameters of type Atom Constructor Description Axis2D(Atom atom)
Constructs a new axis from an Atom name.Uses of Atom in com.iizix.prop.ui.chart.plot2d
Fields in com.iizix.prop.ui.chart.plot2d declared as Atom Modifier and Type Field Description static Atom
Plot2D. DEFAULT
The Atom for the "default" plot ("default").Constructors in com.iizix.prop.ui.chart.plot2d with parameters of type Atom Constructor Description Plot2D(Atom atom)
Constructs a new plot from an Atom name.Uses of Atom in com.iizix.prop.ui.chart.series
Constructors in com.iizix.prop.ui.chart.series with parameters of type Atom Constructor Description Series(Atom atom)
Constructs 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 Atom Constructor Description UIDateTime(Atom propertyAtom)
Creates the component with the specified name.UIDateTime(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.Uses of Atom in com.iizix.prop.ui.device
Constructors in com.iizix.prop.ui.device with parameters of type Atom Constructor Description DeviceProp(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 Atom Modifier and Type Method Description Atom
MapMarkerProp. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Methods in com.iizix.prop.ui.map with parameters of type Atom Modifier and Type Method Description protected MapMarkerProp
MapMarkers. createItem(Atom atom, MapMarker data)
Creates a new property item from an item data holder and initializes the property.protected MapMarkerProp
MapMarkers. createMarker(Atom atom)
Create the map marker.Constructors in com.iizix.prop.ui.map with parameters of type Atom Constructor Description MapData(Atom propertyAtom)
Creates a layout data container with the specified name with a null value.MapLayout(Atom propertyAtom)
Creates the layout with the specified name with a null value.MapLayout(Atom propertyAtom, GProp<?>[] properties)
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.UIMap(Atom propertyAtom)
Creates the component with the specified name.UIMap(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.Uses of Atom in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return Atom Modifier and Type Method Description Atom
MLGroup. getClassReferenceAtom(java.lang.String id)
Gets the ClassReference atom name.Atom
MLItemProp. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Methods in com.iizix.prop.ui.mlist with parameters of type Atom Modifier and Type Method Description protected MLItemProp
MLGroup. createItem(Atom atom, MLItem data)
Creates a new property item from an item data holder and initializes the property.protected MLItemProp
MLGroup. createListItemProp(Atom atom)
Creates a list item property.Constructors in com.iizix.prop.ui.mlist with parameters of type Atom Constructor Description MLDefaultItemProp(Atom atom)
Constructor of the list item property.MLGroup(Atom atom)
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.MList(Atom propertyAtom)
Creates the container with the specified name with a null value.MList(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.MListData(Atom propertyAtom)
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 Atom Modifier and Type Method Description Atom
IUISelectionComp. 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 Atom Modifier and Type Method Description Atom
UITable. getSelectionPropAtom()
Returns the selection property atom for verification of selection changes.Constructors in com.iizix.prop.ui.table with parameters of type Atom Constructor Description TableCell(Atom propertyAtom)
Creates a table cell property with the specified name with a null value.TableRow(Atom propertyAtom)
Creates the container with the specified name with a null value.UITable(Atom propertyAtom)
Creates the container with the specified name with a null value.UITable(Atom propertyAtom, GProp<?>[] properties)
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 Atom Modifier and Type Field Description Atom
IVSComponentState.State. atom
The atom for the property.Atom
VSReferenceOwnerData. atom
The atom name of the reference.Fields in com.iizix.prop.vs with type parameters of type Atom Modifier and Type Field Description protected static java.util.HashMap<Atom,IVSComponentState.State>
VSComponent. statesMap
Properties that are mapped to listeners.Methods in com.iizix.prop.vs that return Atom Modifier and Type Method Description default Atom
IVSClassReferenceOwner. getClassReferenceAtom(java.lang.String id)
Gets the ClassReference atom name.default Atom
IVSParticipant. getVSParticipantAtom()
Returns the atom name used for the VSParticipant property.Methods in com.iizix.prop.vs with parameters of type Atom Modifier and Type Method Description VSField
VSColumnHeader. createEmptyField(Atom fieldName)
Creates an empty field for this column, depending on defined types, null attributes, etc.protected VSRow
VSTable. createRow(Atom a, VSColumnHeader[] columns)
Creates a row property with column headers.protected VSRow
VSTable. createRow(Atom a, VSField[] fields)
Creates a row property with fields.protected VSRow
VSTable. createRow(Atom a, Value[] values)
Creates a row property with values.VSField
VSColumnHeader. createUninitializedField(Atom fieldName)
Creates a new uninitialized field.VSReference
VirtualSpace. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSReference
VirtualSpace. getVSReference(Atom refAtom)
Gets the VSReference to this VirtualSpace.boolean
IVSComponentReferenceProvider. 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 Atom Constructor Description AbstractVSVariable(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.VSAction(Atom propertyAtom)
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, java.lang.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, java.lang.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, java.lang.String newValue)
Creates a VirtualSpace Table Column Reference property with the specified name and value.VSComponent(Atom propertyAtom)
Creates a VirtualSpace Field property with the specified name with a null value.VSComponent(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, java.lang.String newValue)
Creates a VirtualSpace component reference property with the specified name and value.VSField(Atom propertyAtom)
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, java.lang.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, java.lang.String newValue)
Creates a VirtualSpace focus reference property with the specified name and value.VSGroup(Atom propertyAtom)
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, java.lang.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, java.lang.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, java.lang.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, java.lang.String newValue)
Creates a VirtualSpace Reference property with the specified name and value.VSReferenceOwnerData(Atom atom, java.lang.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, java.lang.String newValue)
Creates a VirtualSpace Reference property with the specified name and value.VSRow(Atom propertyAtom)
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.VSRow(Atom propertyAtom, VSField[] fields)
Creates a VirtualSpace Row property with the specified name.VSRow(Atom propertyAtom, Value[] values)
Creates a VirtualSpace Row property with the specified name.VSRows(Atom propertyAtom)
Creates an VirtualSpace Rows property with the specified name with a null value.VSTable(Atom propertyAtom)
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, java.lang.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, java.lang.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 Atom Modifier and Type Method Description VSReference
AbstractPredefinedSettings. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSReference
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 Atom Constructor Description AbstractPredefinedSettings(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, java.lang.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.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Settings(Atom propertyAtom)
Creates the settings with specified name.Uses of Atom in com.iizix.server.acme
Constructors in com.iizix.server.acme with parameters of type Atom Constructor Description LetsEncryptDomain(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 Atom Constructor Description VirtualsContainer(java.lang.String base, Atom atom, java.lang.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 Atom Constructor Description AppPropCnr(Atom appID)
Constructs the instance with an application ID.ModuleProjectPropCnr(Atom propertyAtom)
Creates a Module project property container with a name.ModuleProjectPropCnr(Atom propertyAtom, java.io.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 Atom Constructor Description ClientSessionProp(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 Atom Modifier and Type Method Description protected PolicyProps
ServerSettings. createPolicyProps(Atom atom)
Creates a policy property with the specified atom name.Constructors in com.iizix.server.prop with parameters of type Atom Constructor Description ServerAppConfig(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, java.lang.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.ServerProps(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 Atom Constructor Description ServerRuntimeBuilderProps(Atom atom)
Creates the properties container with a name.Uses of Atom in com.iizix.server.security
Constructors in com.iizix.server.security with parameters of type Atom Constructor Description ServerKeysProp(Atom name)
Constructor with name.Uses of Atom in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type Atom Modifier and Type Method Description VSParticipant
ScreenProp. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSParticipant
ScreenFieldsProp. getVSReference(Atom atom)
Gets the VSParticipant reference (VSReference).VSParticipant
ScreenProp. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.boolean
ScreenFieldProp. 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 Atom Constructor Description HostSessionProps(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, java.lang.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, java.lang.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.Settings(Atom propertyAtom)
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 Atom Constructor Description Settings(Atom propertyAtom)
Creates the settings with specified name.Uses of Atom in com.iizix.ws.prop
Methods in com.iizix.ws.prop with parameters of type Atom Modifier and Type Method Description VSParticipant
AbstractInputProps. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSParticipant
OutputProps. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSParticipant
AbstractInputProps. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSParticipant
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 Atom Constructor Description AbstractInputProps(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, java.lang.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 Atom Modifier and Type Method Description protected JSONElementWrapper
JSONElementWrapper. createJSONElementWrapper(Atom atom)
Creates a new JSONElementWrapper instance.Constructors in com.iizix.ws.prop.json with parameters of type Atom Constructor Description JSONElementWrapper(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 Atom Constructor Description URLEncodedInput(Atom propertyAtom)
Creates the property container.URLInputParameter(Atom propertyAtom)
Creates an input variable property container with the specified name with a null value.