Uses of Class
com.iizix.prop.PropException
Uses of PropException in com.iizigo
Methods in com.iizigo that throw PropException Modifier and Type Method Description static PropCnr
Activator. loadPropertiesFile(java.io.File file)
Loads a properties file.static PropCnr
Activator. loadPropertiesFile(java.net.URL url)
Loads a properties file.Uses of PropException in com.iizigo.app
Methods in com.iizigo.app that throw PropException Modifier and Type Method Description void
EclipseApplicationDistributor. loadApplicationDefinition(org.eclipse.core.resources.IFile idistFile, AppDistributionProps dist, org.eclipse.core.runtime.IProgressMonitor monitor)
Loads the application definition and all required Modules into memory in Eclipse mode.Uses of PropException in com.iizigo.db.prop
Methods in com.iizigo.db.prop that throw PropException Modifier and Type Method Description protected void
EditorDatabaseProps. addPredefinedProps()
Adds the predefined properties for this container.Uses of PropException in com.iizigo.editor
Methods in com.iizigo.editor that throw PropException Modifier and Type Method Description static java.lang.String
PropHelper. setValue(java.lang.String description, PropCnr container, GProp<?> prop, IPropUndoRedo undoRedo)
Sets a single property value in a property container.Uses of PropException in com.iizigo.editor.complex
Methods in com.iizigo.editor.complex that throw PropException Modifier and Type Method Description default boolean
IComplexSubOperation. canRedo(ComplexOperation oper)
Checks for undo possible.default boolean
IComplexSubOperation. canUndo(ComplexOperation oper)
Checks for undo possible.PropCnr
ContainerParticipant. getPropCnr()
Gets the property container, will only work if valid, otherwise it may return null or throw ClassCastException.void
IComplexSubOperation. redo(ComplexOperation oper)
Redoes the operation.void
IComplexSubOperation. undo(ComplexOperation oper)
Undoes the operation.Uses of PropException in com.iizigo.java.parser.annotation
Methods in com.iizigo.java.parser.annotation that throw PropException Modifier and Type Method Description void
AnnotationsContainer. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.protected int
AnnotationsContainer. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)
Called when setting a new value for this property.Uses of PropException in com.iizigo.java.parser.type
Methods in com.iizigo.java.parser.type that throw PropException Modifier and Type Method Description void
TypesContainer. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.Uses of PropException in com.iizigo.link.ui
Methods in com.iizigo.link.ui that throw PropException Modifier and Type Method Description void
UIBuildData. addComponent(UIComp comp, ComplexOperation op)
Adds the layout operation when the first components is added.Uses of PropException in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that throw PropException Modifier and Type Method Description protected void
EMUISwitch. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIButton. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUICalendar. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUICheckBox. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUICheckedMenuItem. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIComboBox. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIDateTime. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIEmpty. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIGauge. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIImage. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIImage2. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUILabel. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIMedia. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIMenuItem. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIMenuSeparator. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIOutput. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIProgress. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIRadioButton. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIRadioMenuItem. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUISlider. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUISpinner. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUIText. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
EUITextArea. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.void
EMUIHeading. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EMUISimpleDialog. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EMUITabBar. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUIAccordion. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUIContainer. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUIContextMenu. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUIDialog. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUIMenu. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUIMenuBar. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUIPanel. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUIPanelPart. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUIPanelPartCnr. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUISwapContainer. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUITabContainer. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUITitlePane. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
IEUIContainer. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EAbsoluteLayout. onBeforeAdd(UIComp component, LayoutProp layout, int index, IComplexOperation op)
Called prior to adding the new component to the layout in order to adjust the layout data.Constructors in com.iizigo.panel.prop that throw PropException Constructor Description EAbsoluteData(Atom propertyAtom, GProp<?>[] properties)
Creates a AbsoluteData container with the specified name and properties.EAccordionData(Atom propertyAtom, GProp<?>[] properties)
Creates a AccordionData container with the specified name and properties.EBorderData(Atom propertyAtom, GProp<?>[] properties)
Creates a BorderData container with the specified name and properties.EContextMenuData(Atom propertyAtom, GProp<?>[] properties)
Creates a ContextMenuData container with the specified name and properties.EFlexData(Atom propertyAtom, GProp<?>[] properties)
Creates a FlexData container with the specified name and properties.EGridData(Atom propertyAtom, GProp<?>[] properties)
Creates a GridData container with the specified name and properties.EHeadingData(Atom propertyAtom, GProp<?>[] properties)
Creates a HeadingData container with the specified name and properties.EListData(Atom propertyAtom, GProp<?>[] properties)
Creates a container with the specified name and properties.EMenuBarData(Atom propertyAtom, GProp<?>[] properties)
Creates a MenuBarData container with the specified name and properties.EMenuData(Atom propertyAtom, GProp<?>[] properties)
Creates a MenuData container with the specified name and properties.ESwapData(Atom propertyAtom, GProp<?>[] properties)
Creates a TabData container with the specified name and properties.ETabBarData(Atom propertyAtom, GProp<?>[] properties)
Creates a TabBarData container with the specified name and properties.ETabData(Atom propertyAtom, GProp<?>[] properties)
Creates a TabData container with the specified name and properties.Uses of PropException in com.iizigo.panel.prop.calendar
Methods in com.iizigo.panel.prop.calendar that throw PropException Modifier and Type Method Description void
EUICalendarList. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.Uses of PropException in com.iizigo.panel.prop.chart
Methods in com.iizigo.panel.prop.chart that throw PropException Modifier and Type Method Description protected void
EUIChart. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.Uses of PropException in com.iizigo.panel.prop.map
Methods in com.iizigo.panel.prop.map that throw PropException Modifier and Type Method Description void
EMapMarkers. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EUIMap. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.Uses of PropException in com.iizigo.panel.prop.mlist
Methods in com.iizigo.panel.prop.mlist that throw PropException Modifier and Type Method Description void
EMLGroup. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.void
EMList. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.Uses of PropException in com.iizigo.panel.prop.table
Methods in com.iizigo.panel.prop.table that throw PropException Modifier and Type Method Description protected void
EUITableColumn. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.void
EUITable. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.Uses of PropException in com.iizigo.prop
Methods in com.iizigo.prop that throw PropException Modifier and Type Method Description void
BaseEditor. initialize(PROP prop)
Initializes a newly created property (e.g.void
IEditedPropControllerOwner. initialize(PROP prop)
Initializes a newly created property (e.g.void
MultiPropCnr. initialize(GProp prop)
Initializes a newly created property (e.g.boolean
PropExtender. initialize(java.lang.String extendsName, PropCnr source, PropCnr target)
Initializes the property extender.Uses of PropException in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that throw PropException Modifier and Type Method Description void
ClassReferencePropEditor. initialize(EditorClassReference prop)
Initializes a newly created property (e.g.void
ImageReferencePropEditor. initialize(AbstractReference<IImageTarget> prop)
Initializes a newly created property (e.g.void
MethodReferencePropEditor. initialize(EditorMethodReference prop)
Initializes a newly created property (e.g.Uses of PropException in com.iizigo.run
Methods in com.iizigo.run that throw PropException Modifier and Type Method Description org.eclipse.core.runtime.IStatus
IRuntimeBuilder. buildRuntime(org.eclipse.core.runtime.IProgressMonitor monitor, RuntimeBuilderSettings settings, IPrintAdapter printer, boolean isVerbose)
Runs the job to create the iiziRun program.Uses of PropException in com.iizigo.run.impl
Methods in com.iizigo.run.impl that throw PropException Modifier and Type Method Description org.eclipse.core.runtime.IStatus
EclipseRuntimeBuilder. buildRuntime(org.eclipse.core.runtime.IProgressMonitor monitor, RuntimeBuilderSettings settings, IPrintAdapter printer, boolean isVerbose)
Runs the job to create the iiziRun program.Uses of PropException in com.iizigo.server
Methods in com.iizigo.server that throw PropException Modifier and Type Method Description static EditorServerSettings
ServerConfigFile. loadFile(java.io.File file)
Loads the Server Configuration settings file.static ServerConfigFile
ServerConfigFile. open(java.lang.String fileName)
Opens the configuration file.Uses of PropException in com.iizigo.term.prop
Methods in com.iizigo.term.prop that throw PropException Modifier and Type Method Description protected void
EditorScreenProp. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.Uses of PropException in com.iizigo.term.recording.prop
Methods in com.iizigo.term.recording.prop that throw PropException Modifier and Type Method Description protected void
RecordingProp. addPredefinedProps()
Uses of PropException in com.iizigo.text.prop
Methods in com.iizigo.text.prop that throw PropException Modifier and Type Method Description void
ValidateKStringPropSubOperation. redo(ComplexOperation oper)
Redoes the operation.void
ValidateKStringPropSubOperation. undo(ComplexOperation oper)
Undoes the operation.Uses of PropException in com.iizigo.vs
Methods in com.iizigo.vs that throw PropException Modifier and Type Method Description void
ICreateVSField. createConnections(org.eclipse.swt.widgets.Shell shell, VSConnection[] connections, IPropUndoRedo undoRedo)
Requests creation of the connections.Uses of PropException in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that throw PropException Modifier and Type Method Description protected VSRow
EditorVSTable. createRow(Atom a, VSColumnHeader[] columns)
Creates a row property.protected VSRow
EditorVSTable. createRow(Atom a, VSField[] fields)
Creates a row property.Constructors in com.iizigo.vs.prop that throw PropException Constructor Description 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.Uses of PropException in com.iizix.app.builder
Methods in com.iizix.app.builder that throw PropException Modifier and Type Method Description void
ApplicationDistributor. loadApplicationDefinition(java.io.File project)
Loads the application definition and all required Modules into memory in Command Line mode.protected <PC extends PropCnr>
PCApplicationDistributor. loadFile(IIFile iifile, java.lang.Class<PC> propClass, java.lang.Object monitor)
Loads a property file.PropCnr
ApplicationDistributor. loadFile(java.io.File file)
Loads a property file.PropCnr
ApplicationDistributor. loadFile(java.lang.String fileName, java.io.InputStream inputStream)
Loads a property file.protected void
ApplicationDistributor. loadModule(IIDirectory iidir)
Loads the entire Module application using the "Server code" with parallel thread load of all files.Uses of PropException in com.iizix.db.prop
Methods in com.iizix.db.prop that throw PropException Modifier and Type Method Description protected void
DatabaseProps. addPredefinedProps()
Adds the predefined properties for this container.Uses of PropException in com.iizix.gyro
Subclasses of PropException in com.iizix.gyro Modifier and Type Class Description class
FocusException
Focus exception event when focus cannot be changed.class
FocusVetoException
Focus veto exception event when focus was rejected by a focus veto capable party.Methods in com.iizix.gyro that throw PropException Modifier and Type Method Description IFocusComp
GyroTransaction. rollback()
Rolls back the work done in the transaction and returns the component who's focus must be restored to.Uses of PropException in com.iizix.gyro.history
Methods in com.iizix.gyro.history that throw PropException Modifier and Type Method Description java.lang.String
IAppHistoryBackward. performBackward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the backward operation for the client session in question.java.lang.String
IAppHistoryForward. performForward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the forward operation for the client session in question.Uses of PropException in com.iizix.prop
Subclasses of PropException in com.iizix.prop Modifier and Type Class Description class
PropTypeException
Exception thrown when a property is set and doesn't validate correctly with the value Object type.class
PropValidateException
Exception thrown when a property is set and doesn't validate correctly.class
ValueConversionException
Exception thrown when aValue
in a VirtualSpace Field property runs into a conversion problem, e.g.Methods in com.iizix.prop that throw PropException Modifier and Type Method Description protected void
AppLanguages. addPredefinedProps()
Adds the predefined properties for this container.protected void
EnvProps. addPredefinedProps()
Adds the predefined properties for this container.protected void
ModuleApp. addPredefinedProps()
Adds the predefined properties for this container.protected void
PropCnr. addPredefinedProps()
Adds the predefined properties for this container.boolean
IPropCnr. addProp(IGProp<?> property)
Adds a new property to this container at the end.boolean
IPropCnr. addProp(IGProp<?> property, IGProp<?> trigger)
Adds a new property to this container at the end.boolean
PropCnr. addProp(IGProp<?> property)
Adds a new property to this container at the end.boolean
PropCnr. addProp(IGProp<?> property, IGProp<?> trigger)
Adds a new property to this container at the end.boolean
StringMapProp. addSystemProperties()
Adds the system properties (of String key and value types) to the environment.void
VirtualsPropCnr. addVirtualizedContainer(PropCnr cnr, java.lang.String ref)
Adds a new virtualized property container with the specified reference path.protected java.lang.Object
GProp. convertPropError(java.lang.String string, java.lang.Exception thrown)
Creates and throws a PropertyException when theString
doesn't convert properly into a "native" Object.SSLCommProps
SocketCommProps. createSecureProps()
Creates or gets the secure properties.protected void
PropCnr. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.java.lang.Object
BoolProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute.java.lang.Object
ByteArrayProp. fromElementString(java.lang.String str)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute.java.lang.Object
CharProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element string is retrieved from the first child node of type "#text".java.lang.Object
ColorProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.java.lang.Object
DateTimeProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.java.lang.Object
DoubleProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the first child node of type "#text".java.lang.Object
FillProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.java.lang.Object
FontProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.java.lang.Object
GProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.java.lang.Object
GradientProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.java.lang.Object
IGProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.java.lang.Object
Int32Prop. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the first child node of type "#text".java.lang.Object
IntProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the first child node of type "#text".java.lang.Object
LongProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the first child node of type "#text".java.lang.Object
RectProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.java.lang.Object
SizeProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.java.lang.Object
StrokeProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.java.lang.Object
UnitProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.static boolean
BoolProp. getBool(GProp<?> property, java.lang.String string)
Gets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).SSLCommProps
SocketCommProps. getSecureProps()
Gets the secure properties.To check for secure communication, useisSecure()
.SettingsPropCnr
ModuleProjectSettings. getSettings(java.lang.String name)
Gets or creates the settings container of the specified name.boolean
IPropExtender. initialize(java.lang.String extendsName, PropCnr source, PropCnr target)
Initializes the property extender.boolean
IPropCnr. initializeExtendsFramework(GEvent triggerEvent)
Initializes the extends framework for this container.boolean
PropCnr. initializeExtendsFramework(GEvent triggerEvent)
Initializes the extends framework for this container.void
GProp. initializeGProp(org.w3c.dom.Element element)
Called to initialize the generic property from anElement
.void
IGProp. initializeGProp(org.w3c.dom.Element element)
Called to initialize the generic property from anElement
.void
ArrayProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.protected void
BadgeProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.protected void
ClassReference. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.void
CodeItemArrayProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.void
ErrorsProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.protected void
GProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.protected void
ImageReference. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.protected void
KStringProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.protected void
MethodReference. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.void
MethodReference2. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.void
MultiProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.void
PropCnr. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.void
StringArrayProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.void
StringMapProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.void
StringSetProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.protected void
ValueProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.boolean
AbstractReference. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
BadgeProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
BoolProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
ByteArrayProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
CharProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
ColorProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
DateTimeProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
DoubleProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
FillProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
FontProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.protected abstract boolean
GProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
GradientProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
Int32Prop. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
IntProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
KStringProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction as a KString in HTML format.boolean
LongProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
MultiProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
NumberProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
PasswordProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
PlainKStringProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction as a KString in PLAIN format.protected boolean
PropCnr. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
RectProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
SizeProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
StringProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
StrokeProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
StylesReferences. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
UnitProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
IPropCnr. insertProp(IGProp<?> property, int index)
Inserts a new property to this container at the specified index.boolean
PropCnr. insertProp(IGProp<?> property, int index)
Inserts a new property to this container at the specified index.GProp<?>
PropFactory. loadPropTree(GProp<?> parent, org.w3c.dom.Element element)
Creates the GProp tree from an Element.PropCnr
PropFactory. loadPropTree(PropMgr propertyManager, java.io.File file, boolean setPropMgrToProps)
Loads a property tree from an XML file.PropCnr
PropFactory. loadPropTree(PropMgr propertyManager, java.lang.String fileName, java.io.InputStream in, boolean setPropMgrToProps)
Loads a property tree from an XML file.PropCnr
PropFactory. loadPropTree(PropMgr propertyManager, org.w3c.dom.Document document, boolean setPropMgrToProps)
Loads a property tree from an XML document.protected <GP extends IGProp<?>>
GPPropCnr. maybeAddProp(GP newlyCreated)
Adds the newly created predefined property instance or returns the existing one.protected int
ByteArrayProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)
Called when setting a new value for this property.protected int
CodeItemArrayProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)
Called when setting a new value for this property.protected int
ErrorsProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)
Called when setting a new value for this property.protected int
GProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)
Called when setting a new value for this property.protected int
MultiProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)
Called when setting a new value for this property.protected int
StringArrayProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)
Called when setting a new value for this property.protected int
StringMapProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)
Called when setting a new value for this property.protected int
StringSetProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)
Called when setting a new value for this property.boolean
GProp. moveProp(PropCnr moveToContainer)
Moves this property container to another container, without changing the listeners.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.boolean
IGProp. moveProp(PropCnr moveToContainer)
Moves this property container to another container, without changing the listeners.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.protected void
PropCnr. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)
Method called when the internal functioninsertProp
is called to verify that this is allowed.protected void
ClassReference. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
GProp. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
MethodReference2. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.void
GProp. onPropTreeInitialized()
Called when the property has initialized from the Element when streamed from an XML file, has had all (if any) children elements and nodes added as properties and that the property has been added into it's parent.void
IGProp. onPropTreeInitialized()
Called when the property has initialized from the Element when streamed from an XML file, has had all (if any) children elements and nodes added as properties and that the property has been added into it's parent.void
PropCnr. onPropTreeInitialized()
Called when the property has initialized from the Element when streamed from an XML file, has had all (if any) children elements and nodes added as properties and that the property has been added into it's parent.protected void
GProp. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.java.util.List<java.lang.Throwable>
PropCnr. prepare(IAppOwner appOwner)
Prepares the property tree for application use by initializing and loading classes, etc.boolean
IPropCnr. removeAllProps()
Removes all properties from this container.boolean
PropCnr. removeAllProps()
Removes all properties from this container.boolean
IPropCnr. removeProp(int index)
Removes a property from this container with the specified index.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
IPropCnr. removeProp(IGProp<?> property)
Removes a property from this container.boolean
IPropCnr. removeProp(IGProp<?> property, IGProp<?> trigger)
Removes a property from this container.boolean
IPropCnr. removeProp(java.lang.String name)
Removes a property from this container with the specified name.boolean
IPropCnr. removeProp(java.lang.String name, IGProp<?> trigger)
Removes a property from this container with the specified name.boolean
PropCnr. removeProp(int index)
Removes a property from this container with the specified index.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
PropCnr. removeProp(IGProp<?> property)
Removes a property from this container.boolean
PropCnr. removeProp(IGProp<?> property, IGProp<?> trigger)
Removes a property from this container.boolean
PropCnr. removeProp(java.lang.String name)
Removes a property from this container with the specified name.boolean
PropCnr. removeProp(java.lang.String name, IGProp<?> trigger)
Removes a property from this container with the specified name.boolean
GProp. renameProp(Atom propertyAtom)
Renames this property.boolean
IGProp. renameProp(Atom propertyAtom)
Renames this property.boolean
IPropCnr. reorderProps(Atom[] atoms)
Reorders the properties according to the array.boolean
PropCnr. reorderProps(Atom[] atoms)
Reorders the properties according to the array.void
PropCnr. replaceProps(PropCnr cnr)
Replaces all properties in this container with the ones from the specified one.void
SSLCommProps. setClientCertificate(java.lang.String fileName, char[] password, boolean doSavePassword)
Sets or removed the Client Certificate.void
ConstrainedIntProp. setConstraints(java.lang.Object constraints, java.lang.String prevConstraints, org.w3c.dom.Element prevElement)
Sets the constraints for the property previously returned from the same constraints call tosetConstraints(String,Element)
with the same String and Element as this instance would require.java.lang.Object
ConstrainedIntProp. setConstraints(java.lang.String constraints, org.w3c.dom.Element element)
Sets the constraints for the property.void
GProp. setConstraints(java.lang.Object constraints, java.lang.String prevConstraints, org.w3c.dom.Element prevElement)
Sets the constraints for the property previously returned from the same constraints call tosetConstraints(String,Element)
with the same String and Element as this instance would require.java.lang.Object
GProp. setConstraints(java.lang.String constraints, org.w3c.dom.Element element)
Sets the constraints for the property.void
IGProp. setConstraints(java.lang.Object constraints, java.lang.String prevConstraints, org.w3c.dom.Element prevElement)
Sets the constraints for the property previously returned from the same constraints call tosetConstraints(String,Element)
with the same String and Element as this instance would require.java.lang.Object
IGProp. setConstraints(java.lang.String constraints, org.w3c.dom.Element element)
Sets the constraints for the property.boolean
IPropCnr. setExtendsName(java.lang.String newName)
Sets the extends property name.boolean
PropCnr. setExtendsName(java.lang.String newName)
Sets the extends property name.boolean
IPropCnr. setProp(IGProp<?> property)
Sets a property to this container.boolean
IPropCnr. setProp(IGProp<?> property, int index)
Adds a new property to this container at the indicated index.boolean
IPropCnr. setProp(IGProp<?> property, IGProp<?> trigger)
Sets a property to this container.boolean
PropCnr. setProp(IGProp<?> property)
Sets a property to this container.boolean
PropCnr. setProp(IGProp<?> property, int index)
Adds a new property to this container at the indicated index.boolean
PropCnr. setProp(IGProp<?> property, IGProp<?> trigger)
Sets a property to this container.boolean
GProp. setPropValue(java.lang.Object newValue)
Sets a new value for this property.boolean
GProp. setPropValue(java.lang.Object newValue, IGProp<?> trigger)
Sets a new value for this property.protected boolean
GProp. setPropValue(java.lang.Object newValue, PropMgr propMgr)
Sets a new value for this property.boolean
IGProp. setPropValue(java.lang.Object newValue)
Sets a new value for this property.boolean
IGProp. setPropValue(java.lang.Object newValue, IGProp<?> trigger)
Sets a new value for this property.boolean
IPropCnr. setPropValue(int index, java.lang.Object newValue)
Sets the property atindex
tonewValue
.boolean
IPropCnr. setPropValue(Atom atom, java.lang.Object newValue)
Sets the property with theatom
name tonewValue
.boolean
IPropCnr. setPropValue(GProp<?>[] newProps)
Sets a new properties array as the value.boolean
IPropCnr. setPropValue(java.lang.String name, java.lang.Object newValue)
Sets the property with thename
tonewValue
.boolean
MultiProp. setPropValue(VALUE value, int index)
Sets an indexed property value.boolean
PropCnr. setPropValue(int index, java.lang.Object newValue)
Sets the property atindex
tonewValue
.boolean
PropCnr. setPropValue(Atom atom, java.lang.Object newValue)
Sets the property with theatom
name tonewValue
.boolean
PropCnr. setPropValue(GProp<?>[] newProps)
Sets a new properties array as the value.boolean
PropCnr. setPropValue(java.lang.String name, java.lang.Object newValue)
Sets the property with thename
tonewValue
.boolean
MultiProp. setPropValueDefault(VALUE value)
Sets the default value.boolean
MultiProp. setPropValues(java.lang.Object[] values)
Sets all property values at once along with a default value.boolean
MultiProp. setPropValues(VALUE singleValue)
Sets all property values at once to a single value.boolean
MultiProp. setPropValues(VALUE defaultValue, java.lang.Object[] values)
Sets all property values at once along with a default value.boolean
MultiProp. setRealPropValue(VALUE value, int realIndex)
Sets the value at "real" index.void
SocketCommProps. setSecureProps(SSLCommProps secureProps)
Sets or removed the secure properties.void
SSLCommProps. setServerAuthenticationCertificates(java.security.cert.X509Certificate[] certificates)
Sets or removes server authentication using the specified certificates.protected void
PropCnr. validateChildPropInValue(GProp<?> child)
Validates a single child property instance during the call toPropCnr.validatePropValue(Object newValue)
.void
GProp. validateProp(java.lang.Object newValue)
Validates the value to set by first callingvalidateType
, thenvalidateValue
and finally calling an optional validator (if set).void
IGProp. validateProp(java.lang.Object newValue)
Validates the value to set by first callingvalidateType
, thenvalidateValue
.void
ConstrainedIntProp. validatePropValue(java.lang.Object newValue)
Validates the value to set.void
GProp. validatePropValue(java.lang.Object newValue)
Validates the value to set.void
IGProp. validatePropValue(java.lang.Object newValue)
Validates the value to set.void
PropCnr. validatePropValue(java.lang.Object newValue)
Validates the value to set.protected GProp<?>
ClassReference. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
GProp. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
PropCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Constructors in com.iizix.prop that throw PropException Constructor Description 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.ConstrainedIntProp(java.lang.String constraints)
Creates the component without a name.EditorPropCnr(Atom propertyAtom, GProp<?>[] properties)
Creates an Editor Property Container with the specified name and properties.PropCnr(Atom propertyAtom, GProp<?>[] properties)
Creates a property container with the specified name and properties.ValueProp(Atom propertyAtom, Value value)
Creates the value property with the specified name.Uses of PropException in com.iizix.prop.image
Methods in com.iizix.prop.image that throw PropException Modifier and Type Method Description protected void
FontIconsDefinition. addPredefinedProps()
Adds the predefined properties for this container.Uses of PropException in com.iizix.prop.ui
Methods in com.iizix.prop.ui that throw PropException Modifier and Type Method Description LAYOUT_PROP
LayoutMgr. add(UIComp component)
Adds the component last.LAYOUT_PROP
LayoutMgr. add(UIComp component, int index)
Adds the component at a specific index.LAYOUT_PROP
LayoutMgr. add(UIComp component, int index, IComplexOperation op)
Adds the component at a specific index.void
UIComp. add(UIComp component)
Adds a component to the container with a property for the layout manager.protected void
UIAbstractListChoice. addPredefinedProps()
Adds the predefined properties for this container.protected void
UIAccordion. addPredefinedProps()
Adds the predefined properties for this container.protected void
UIContainer. addPredefinedProps()
Adds the predefined properties for this container.void
UIDialog. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
UITabContainer. addPredefinedProps()
Adds the predefined properties for this container.protected void
UIContainer. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.protected void
UIContextMenu. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
UIPanelBase. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
TooltipProp. initializeProp(org.w3c.dom.Element element)
Called to initialize the property from anElement
.boolean
TooltipProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction as a KString in HTML format.protected int
CIDProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)
Called when setting a new value for this property.void
LayoutMgr. onBeforeAdd(UIComp component, LayoutProp layout, int index, IComplexOperation op)
Called prior to adding the new component to the layout in order to adjust the layout data.protected void
UIComps. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)
Method called when the internal functioninsertProp
is called to verify that this is allowed.protected void
UIComp. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
UIContextMenu. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
UIPanelBase. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
UITitlePane. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.boolean
LayoutMgr. remove(UIComp component)
Removes a component.boolean
UIText. setMaxWidth(GUnit max)
Sets the entry field maximum width.boolean
UIText. setMinWidth(GUnit min)
Sets the entry field minimum width.boolean
UIText. setVisualLength(GUnit len)
Sets the visual length (unit) of the entry field.LayoutMgr<?>
LayoutMgr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.UIComps
UIComps. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.UIContextMenu
UIContextMenu. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)
Call this method to "virtualize" a property tree.UIPanelBase
UIPanelBase. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)
Call this method to "virtualize" a property tree.protected GProp<?>
UIPanelBase. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
UIPanelPartCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Constructors in com.iizix.prop.ui that throw PropException Constructor Description AbsoluteData(Atom propertyAtom, GProp<?>[] properties)
Creates a AbsoluteData container with the specified name and properties.AbsoluteLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.AbstractUIAction(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.AccordionData(Atom propertyAtom, GProp<?>[] properties)
Creates a AccordionData container with the specified name and properties.AccordionLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.BorderData(Atom propertyAtom, GProp<?>[] properties)
Creates a BorderData container with the specified name and properties.BorderLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.ContextMenuData(Atom propertyAtom, GProp<?>[] properties)
Creates a ContextMenuData container with the specified name and properties.ContextMenuLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.FlexData(Atom propertyAtom, GProp<?>[] properties)
Creates a FlexData container with the specified name and properties.FlexLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.GridData(Atom propertyAtom, GProp<?>[] properties)
Creates a GridData container with the specified name and properties.GridLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.HeadingData(Atom propertyAtom, GProp<?>[] properties)
Creates a HeadingData container with the specified name and properties.HeadingLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.LayoutMgr(Atom propertyAtom, GProp<?>[] properties)
Creates a LayoutMgr with the specified name and properties.LayoutProp(Atom propertyAtom, GProp<?>[] properties)
Creates a LayoutProp container with the specified name and properties.ListData(Atom propertyAtom, GProp<?>[] properties)
Creates a ListData container with the specified name and properties.ListLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.MenuBarData(Atom propertyAtom, GProp<?>[] properties)
Creates a MenuBarData container with the specified name and properties.MenuBarLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.MenuData(Atom propertyAtom, GProp<?>[] properties)
Creates a MenuData container with the specified name and properties.MenuLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.MUIHeading(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.MUISwitch(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.MUITabBar(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.SwapData(Atom propertyAtom, GProp<?>[] properties)
Creates a SwapData container with the specified name and properties.SwapLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.TabBarData(Atom propertyAtom, GProp<?>[] properties)
Creates a TabBarData container with the specified name and properties.TabBarLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.TabData(Atom propertyAtom, GProp<?>[] properties)
Creates a TabData container with the specified name and properties.TabLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.UIAccordion(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.UIButton(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UICalendar(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UICheckBox(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UICheckedMenuItem(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIComp(Atom propertyAtom, GProp<?>[] properties)
Creates a property container with the specified name and properties.UIComps(Atom propertyAtom, GProp<?>[] properties)
Creates a UIComps container with the specified name and properties.UIContainer(Atom propertyAtom, GProp<?>[] properties)
Creates an UI container with the specified name and properties.UIContextMenu(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.UIEmpty(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIImage(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIImage2(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UILabel(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIMedia(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIMenu(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.UIMenuBar(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.UIMenuItem(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIMenuSeparator(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIOutput(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIProgress(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIRadioButton(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UIRadioMenuItem(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UISwapContainer(Atom propertyAtom, GProp<?>[] properties)
Creates a swap container with the specified name and properties.UITabContainer(Atom propertyAtom, GProp<?>[] properties)
Creates a Tab container with the specified name and properties.UIText(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UITextArea(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.UITitlePane(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.Uses of PropException in com.iizix.prop.ui.calendar
Constructors in com.iizix.prop.ui.calendar that throw PropException Constructor Description CalendarLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.Uses of PropException in com.iizix.prop.ui.chart
Methods in com.iizix.prop.ui.chart that throw PropException Modifier and Type Method Description UIChart
UIChart. addAxis(Axis2D axis)
Adds a new axis to the chart.UIChart
UIChart. addPlot(Plot2D plot)
Adds a new plot to the chart.UIChart
UIChart. addSeries(Series series)
Adds a new series to the chart.int
UIChart. moveToBack(IChartContainer axisPlotOrSeries)
Moves an axis, plot or series to the back.int
UIChart. moveToBack(java.lang.String name)
Moves an axis, plot or series to the back.int
UIChart. moveToFront(IChartContainer axisPlotOrSeries)
Moves an axis, plot or series to the front.int
UIChart. moveToFront(java.lang.String name)
Moves an axis, plot or series to the front.boolean
UIChart. removeAxis(Axis2D axis)
Removes an axis by reference.boolean
UIChart. removeAxis(java.lang.String name)
Removes an axis by name.boolean
UIChart. removePlot(Plot2D plot)
Removes a plot by reference.boolean
UIChart. removePlot(java.lang.String name)
Removes a plot by name.boolean
UIChart. removeSeries(Series series)
Removes a series by reference.boolean
UIChart. removeSeries(java.lang.String name)
Removes a series by name.Uses of PropException in com.iizix.prop.ui.datetime
Constructors in com.iizix.prop.ui.datetime that throw PropException Constructor Description UIDateTime(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.Uses of PropException in com.iizix.prop.ui.device
Methods in com.iizix.prop.ui.device that throw PropException Modifier and Type Method Description java.lang.Object
DeviceProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.java.lang.Object
ThemesProp. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.boolean
DeviceProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.boolean
ThemesProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.Uses of PropException in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map that throw PropException Modifier and Type Method Description protected void
MapMarkerProp. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.Constructors in com.iizix.prop.ui.map that throw PropException Constructor Description MapLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.UIMap(Atom propertyAtom, GProp<?>[] newValue)
Creates the component with the specified name, initialized to contain theGProp
items.Uses of PropException in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that throw PropException Modifier and Type Method Description protected void
MLGroup. addPredefinedProps()
Adds the predefined properties for this container.Constructors in com.iizix.prop.ui.mlist that throw PropException Constructor Description MLGroupLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.MList(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.MListLayout(Atom propertyAtom, GProp<?>[] properties)
Creates the layout with the specified name and properties.Uses of PropException in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that throw PropException Modifier and Type Method Description protected void
UITable. addPredefinedProps()
Adds the predefined properties for this container.java.lang.Object
TableCell. fromElementString(java.lang.String string)
Called from theinitializeProperty(Element element)
method once the element String is retrieved from the "value" attribute of the element.boolean
TableCell. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.protected void
TableRows. validateChildPropInValue(GProp<?> child)
Validates a single child property instance during the call toPropCnr.validatePropValue(Object)
.Constructors in com.iizix.prop.ui.table that throw PropException Constructor Description UITable(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.UITableColumn(Atom propertyAtom, GProp<?>[] properties)
Creates the container with the specified name and properties.Uses of PropException in com.iizix.prop.vs
Methods in com.iizix.prop.vs that throw PropException Modifier and Type Method Description protected void
VirtualSpace. addPredefinedProps()
Adds the predefined properties for this container.protected void
VSAction. addPredefinedProps()
Adds the predefined properties for this container.protected void
VSColumnHeader. addPredefinedProps()
Adds the predefined properties for this container.protected void
VSField. addPredefinedProps()
Adds the predefined properties for this container.protected void
VSTable. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.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.protected void
VirtualSpace. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.boolean
VSOnUIEvent. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.protected void
VirtualSpace. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
VSAction. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected void
VSComponent. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.protected GProp<?>
VirtualSpace. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Constructors in com.iizix.prop.vs that throw PropException Constructor Description VSComponent(Atom propertyAtom, VSComponent[] properties)
Creates a property container with the specified name and properties.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.Uses of PropException in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor that throw PropException Modifier and Type Method Description protected void
FieldActor. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)
Called when the application is being prepared.Uses of PropException in com.iizix.run
Methods in com.iizix.run that throw PropException Modifier and Type Method Description static java.io.File
RuntimeBuilderSettings. generateAndroidDebugKeyStore(RuntimeBuilderProps props, java.io.File assetsDir)
Generates the Android debug key store and saves it to the properties.java.io.File
RuntimeBuilderSettings. generateAndroidDebugKeyStore(java.io.File assetsDir)
Generates the Android debug key store and saves it to the properties.static java.io.File
RuntimeBuilderSettings. generateAndroidReleaseKeyStore(RuntimeBuilderProps props, javax.security.auth.x500.X500Principal owner, java.io.File assetsDir)
Generates the Android release key store and saves it to the properties.java.io.File
RuntimeBuilderSettings. generateAndroidReleaseKeyStore(javax.security.auth.x500.X500Principal owner, java.io.File assetsDir)
Generates the Android release key store and saves it to the properties.Uses of PropException in com.iizix.server
Methods in com.iizix.server that throw PropException Modifier and Type Method Description PropCnr
IAppLoader. loadFile(java.io.File file)
Loads a property file.PropCnr
IAppLoader. loadFile(java.lang.String fileName, java.io.InputStream inputStream)
Loads a property file.PropCnr
ServerShell. loadFile(java.io.File file)
Loads a property file.PropCnr
ServerShell. loadFile(java.lang.String fileName, java.io.InputStream inputStream)
Loads a property file.protected void
ServerShell. loadServerConfig()
Loads or reloads the server config and starts the WSFile provider engine.void
ServerShell. saveFile(java.io.File file, PropCnr cnr)
Saves a property file.Constructors in com.iizix.server that throw PropException Constructor Description JettyRunConfiguration(java.io.File configFile, java.lang.String extServerURL, java.lang.String root, AppDefinition[] apps)
Constructor.ServerShell(java.io.File configFileParam)
Constructor.StandardServer(java.io.File configFile, java.lang.String extServerURL, java.lang.String root, AppDefinition[] apps)
Constructor for the standard server.Uses of PropException in com.iizix.server.acme
Methods in com.iizix.server.acme that throw PropException Modifier and Type Method Description boolean
LetsEncryptRenewal. performRenew()
Performs request or renewal of the certificate when it has expired.boolean
LetsEncryptDomain. updateIdentity(java.io.File file, java.lang.String password)
Updates the PKCS#12 identity from a file.Uses of PropException in com.iizix.server.app
Methods in com.iizix.server.app that throw PropException Modifier and Type Method Description void
AppFactory. addModuleProject(ModuleProjectPropCnr project)
Adds a Module Project to the application.static void
SystemApp. loadApp(PropFactory factory, PropMgr propMgr)
Loads the iiziSystem.jar app.void
AppDefinition. loadApplication(ServerShell server)
Loads the application.protected void
VirtualsContainer.VContainer. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)
Method called when the internal functioninsertProp
is called to verify that this is allowed.int
AppFactory. prepare(java.lang.ClassLoader parentClassLoader, java.util.Set<java.io.File> resources)
Prepares the application for use, i.e.boolean
AppDefinition. reload(ServerShell server, boolean forceReload)
Reloads the application if it has changed.Constructors in com.iizix.server.app that throw PropException Constructor Description AppFactory(java.lang.String appID, java.lang.String serverEnvironmentName, IAppLoader loader, java.io.File file, AppDefinition definition)
Load the application from an Jar file or just creates a development instance.Uses of PropException in com.iizix.server.devel
Methods in com.iizix.server.devel that throw PropException Modifier and Type Method Description static ModuleProjectPropCnr
ModuleProject. loadModuleProject(IAppLoader loader, java.io.File dir, HotDeploy hotDeploy, boolean isVerbose)
Loads an iizi Module project that consists of discrete files in a directory structure.Uses of PropException in com.iizix.server.gyro
Subclasses of PropException in com.iizix.server.gyro Modifier and Type Class Description class
AppBusyException
Exception thrown when the application session is busy to veto the focus request.Uses of PropException in com.iizix.server.prop
Methods in com.iizix.server.prop that throw PropException Modifier and Type Method Description protected void
ServerProps. addPredefinedProps()
Adds the predefined properties for this container.protected void
ServerSettings. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.ServerSettings
ServerProps. loadServerSettings(ServerShell shell, java.io.File file)
Loads or reloads the server settings from the config file.Uses of PropException in com.iizix.server.run.remote
Constructors in com.iizix.server.run.remote that throw PropException Constructor Description RuntimeBuilderServer(java.io.File configFile, java.lang.String extServerURL, java.lang.String root, AppDefinition[] apps)
Constructor for the standard server.Uses of PropException in com.iizix.server.security
Methods in com.iizix.server.security that throw PropException Modifier and Type Method Description void
ServerSecurityManager. loadKeys(java.io.File file)
Loads the server keys from the specified file.Uses of PropException in com.iizix.term.prop
Methods in com.iizix.term.prop that throw PropException Modifier and Type Method Description protected void
ScreenProp. addPredefinedProps()
Adds the predefined containers for identifications, fields and actions.protected void
ScreenProp. addPredefinedPropsImpl()
Adds the predefined containers for identifications, fields and actions.boolean
HostSessionProps. initializeValue(PropMgr propertyManager, ReadTransaction trans)
Initializes the property value from a transaction.Constructors in com.iizix.term.prop that throw PropException Constructor Description TerminalModelSettings(ModuleProjectSettings projectSettings)
Creates the terminal settings from scratch or from existing data.Uses of PropException in com.iizix.ws.api
Methods in com.iizix.ws.api that throw PropException Modifier and Type Method Description default void
IRESTfulRequestProcessor. onPostWebServiceRequest(RESTfulRequest request)
Called when all processing has been completed for the Web Service request.void
IRESTfulReplyProcessor. onWebServiceRequest(RESTfulReply reply)
Called when the data has been read and processed in the RESTfulReply instance.void
IRESTfulRequestProcessor. onWebServiceRequest(RESTfulRequest request)
Called prior to formatting the Web Service request.void
IReplyProcessor. processReply(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply)
Processes the reply contents for the Web Service.Uses of PropException in com.iizix.ws.engine
Methods in com.iizix.ws.engine that throw PropException Modifier and Type Method Description IReplyContent
IExecuteWebService. doExecute(IAppSessionGyro appGyro, boolean doPerform)
Executes the Web Service request.void
IRequestContent. onPostProcessRequest(RESTfulRequest request, boolean doPerform)
Post-processes the request as required, typically to modify the URLConnection, called before the "connect" method is called for URLConnection.void
IRequestContent. onPreProcessRequest(RESTfulRequest request, boolean doPerform)
Pre-processes the request as required, i.e.Constructors in com.iizix.ws.engine that throw PropException Constructor Description RESTfulRequest(IAppSessionGyro appGyro, WebServiceProp wsProp, IRequestContent requestContent, boolean doPerform)
Constructs the transaction for the Web Service.Uses of PropException in com.iizix.ws.engine.url
Methods in com.iizix.ws.engine.url that throw PropException Modifier and Type Method Description void
URLEncodedContent. onPostProcessRequest(RESTfulRequest request, boolean doPerform)
Pre-processes the request as required, typically to modify the URLConnection.void
URLEncodedContent. onPreProcessRequest(RESTfulRequest request, boolean doPerform)
Pre-processes the request as required, i.e.Uses of PropException in com.iizix.ws.prop
Methods in com.iizix.ws.prop that throw PropException Modifier and Type Method Description protected void
OutputProps. addPredefinedProps()
Adds the predefined properties for this container.protected void
WebServiceProp. addPredefinedProps()
Adds the predefined properties for this container.abstract IReplyContent
AbstractInputProps. doExecute(IAppSessionGyro appGyro, boolean doPerform)
Executes the Web Service request.IReplyContent
RESTfulInputProps. doExecute(IAppSessionGyro appGyro, boolean doPerform)
Executes the Web Service request.IReplyContent
WebServiceProp. doExecute(IAppSessionGyro appGyro, boolean doPerform)
Executes the Web Service request.Uses of PropException in com.iizix.ws.prop.json
Methods in com.iizix.ws.prop.json that throw PropException Modifier and Type Method Description void
JSONReplyDocument. processReply(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply)
Processes the reply contents for the Web Service.protected boolean
JSONReplyDocument. processReply(IAppSessionGyro appGyro, OutputProps output, JSONReply reply, boolean doPerform, IComplexOperation op, java.util.List<VSComponent> list, java.util.Map<VSComponent,java.lang.Throwable> errors)
Processes the reply to populate VirtualSpace.void
JSONElementWrapper. wrap(java.lang.String name, int arrayIndex, java.lang.Object object)
Wraps the JSON "object".