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 PropCnrActivator. loadPropertiesFile(java.io.File file)Loads a properties file.static PropCnrActivator. 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 voidEclipseApplicationDistributor. 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 voidEditorDatabaseProps. 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.StringPropHelper. 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 booleanIComplexSubOperation. canRedo(ComplexOperation oper)Checks for undo possible.default booleanIComplexSubOperation. canUndo(ComplexOperation oper)Checks for undo possible.PropCnrContainerParticipant. getPropCnr()Gets the property container, will only work if valid, otherwise it may return null or throw ClassCastException.voidIComplexSubOperation. redo(ComplexOperation oper)Redoes the operation.voidIComplexSubOperation. 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 voidAnnotationsContainer. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.protected intAnnotationsContainer. 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 voidTypesContainer. 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 voidUIBuildData. 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 voidEMUISwitch. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIButton. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUICalendar. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUICheckBox. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUICheckedMenuItem. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIComboBox. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIDateTime. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIEmpty. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIGauge. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIImage. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIImage2. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUILabel. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIMedia. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIMenuItem. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIMenuSeparator. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIOutput. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIProgress. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIRadioButton. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIRadioMenuItem. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUISlider. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUISpinner. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUIText. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidEUITextArea. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.voidEMUIHeading. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEMUISimpleDialog. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEMUITabBar. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUIAccordion. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUIContainer. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUIContextMenu. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUIDialog. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUIMenu. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUIMenuBar. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUIPanel. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUIPanelPart. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUIPanelPartCnr. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUISwapContainer. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUITabContainer. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUITitlePane. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidIEUIContainer. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEAbsoluteLayout. 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 voidEUICalendarList. 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 voidEUIChart. 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 voidEMapMarkers. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEUIMap. 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 voidEMLGroup. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.voidEMList. 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 voidEUITableColumn. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.voidEUITable. 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 voidBaseEditor. initialize(PROP prop)Initializes a newly created property (e.g.voidIEditedPropControllerOwner. initialize(PROP prop)Initializes a newly created property (e.g.voidMultiPropCnr. initialize(GProp prop)Initializes a newly created property (e.g.booleanPropExtender. 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 voidClassReferencePropEditor. initialize(EditorClassReference prop)Initializes a newly created property (e.g.voidImageReferencePropEditor. initialize(AbstractReference<IImageTarget> prop)Initializes a newly created property (e.g.voidMethodReferencePropEditor. 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.IStatusIRuntimeBuilder. 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.IStatusEclipseRuntimeBuilder. 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 EditorServerSettingsServerConfigFile. loadFile(java.io.File file)Loads the Server Configuration settings file.static ServerConfigFileServerConfigFile. 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 voidEditorScreenProp. 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 voidRecordingProp. addPredefinedProps()Uses of PropException in com.iizigo.text.prop
Methods in com.iizigo.text.prop that throw PropException Modifier and Type Method Description voidValidateKStringPropSubOperation. redo(ComplexOperation oper)Redoes the operation.voidValidateKStringPropSubOperation. 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 voidICreateVSField. 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 VSRowEditorVSTable. createRow(Atom a, VSColumnHeader[] columns)Creates a row property.protected VSRowEditorVSTable. 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 voidApplicationDistributor. 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.PropCnrApplicationDistributor. loadFile(java.io.File file)Loads a property file.PropCnrApplicationDistributor. loadFile(java.lang.String fileName, java.io.InputStream inputStream)Loads a property file.protected voidApplicationDistributor. 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 voidDatabaseProps. 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 classFocusExceptionFocus exception event when focus cannot be changed.classFocusVetoExceptionFocus 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 IFocusCompGyroTransaction. 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.StringIAppHistoryBackward. performBackward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the backward operation for the client session in question.java.lang.StringIAppHistoryForward. 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 classPropTypeExceptionException thrown when a property is set and doesn't validate correctly with the value Object type.classPropValidateExceptionException thrown when a property is set and doesn't validate correctly.classValueConversionExceptionException thrown when aValuein 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 voidAppLanguages. addPredefinedProps()Adds the predefined properties for this container.protected voidEnvProps. addPredefinedProps()Adds the predefined properties for this container.protected voidModuleApp. addPredefinedProps()Adds the predefined properties for this container.protected voidPropCnr. addPredefinedProps()Adds the predefined properties for this container.booleanIPropCnr. addProp(IGProp<?> property)Adds a new property to this container at the end.booleanIPropCnr. addProp(IGProp<?> property, IGProp<?> trigger)Adds a new property to this container at the end.booleanPropCnr. addProp(IGProp<?> property)Adds a new property to this container at the end.booleanPropCnr. addProp(IGProp<?> property, IGProp<?> trigger)Adds a new property to this container at the end.booleanStringMapProp. addSystemProperties()Adds the system properties (of String key and value types) to the environment.voidVirtualsPropCnr. addVirtualizedContainer(PropCnr cnr, java.lang.String ref)Adds a new virtualized property container with the specified reference path.protected java.lang.ObjectGProp. convertPropError(java.lang.String string, java.lang.Exception thrown)Creates and throws a PropertyException when theStringdoesn't convert properly into a "native" Object.SSLCommPropsSocketCommProps. createSecureProps()Creates or gets the secure properties.protected voidPropCnr. 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.ObjectBoolProp. fromElementString(java.lang.String string)Called from theinitializeProperty(Element element)method once the element String is retrieved from the "value" attribute.java.lang.ObjectByteArrayProp. fromElementString(java.lang.String str)Called from theinitializeProperty(Element element)method once the element String is retrieved from the "value" attribute.java.lang.ObjectCharProp. 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.ObjectColorProp. 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.ObjectDateTimeProp. 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.ObjectDoubleProp. 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.ObjectFillProp. 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.ObjectFontProp. 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.ObjectGProp. 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.ObjectGradientProp. 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.ObjectIGProp. 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.ObjectInt32Prop. 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.ObjectIntProp. 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.ObjectLongProp. 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.ObjectRectProp. 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.ObjectSizeProp. 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.ObjectStrokeProp. 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.ObjectUnitProp. 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 booleanBoolProp. getBool(GProp<?> property, java.lang.String string)Gets a boolean value from a string (1/True/true/TRUE/..) or (0/False/false/FALSE/..).SSLCommPropsSocketCommProps. getSecureProps()Gets the secure properties.To check for secure communication, useisSecure().SettingsPropCnrModuleProjectSettings. getSettings(java.lang.String name)Gets or creates the settings container of the specified name.booleanIPropExtender. initialize(java.lang.String extendsName, PropCnr source, PropCnr target)Initializes the property extender.booleanIPropCnr. initializeExtendsFramework(GEvent triggerEvent)Initializes the extends framework for this container.booleanPropCnr. initializeExtendsFramework(GEvent triggerEvent)Initializes the extends framework for this container.voidGProp. initializeGProp(org.w3c.dom.Element element)Called to initialize the generic property from anElement.voidIGProp. initializeGProp(org.w3c.dom.Element element)Called to initialize the generic property from anElement.voidArrayProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.protected voidBadgeProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.protected voidClassReference. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.voidCodeItemArrayProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.voidErrorsProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.protected voidGProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.protected voidImageReference. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.protected voidKStringProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.protected voidMethodReference. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.voidMethodReference2. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.voidMultiProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.voidPropCnr. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.voidStringArrayProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.voidStringMapProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.voidStringSetProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.protected voidValueProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.booleanAbstractReference. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanBadgeProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanBoolProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanByteArrayProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanCharProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanColorProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanDateTimeProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanDoubleProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanFillProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanFontProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.protected abstract booleanGProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanGradientProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanInt32Prop. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanIntProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanKStringProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction as a KString in HTML format.booleanLongProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanMultiProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanNumberProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanPasswordProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanPlainKStringProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction as a KString in PLAIN format.protected booleanPropCnr. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanRectProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanSizeProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanStringProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanStrokeProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanStylesReferences. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanUnitProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanIPropCnr. insertProp(IGProp<?> property, int index)Inserts a new property to this container at the specified index.booleanPropCnr. 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.PropCnrPropFactory. loadPropTree(PropMgr propertyManager, java.io.File file, boolean setPropMgrToProps)Loads a property tree from an XML file.PropCnrPropFactory. loadPropTree(PropMgr propertyManager, java.lang.String fileName, java.io.InputStream in, boolean setPropMgrToProps)Loads a property tree from an XML file.PropCnrPropFactory. 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 intByteArrayProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)Called when setting a new value for this property.protected intCodeItemArrayProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)Called when setting a new value for this property.protected intErrorsProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)Called when setting a new value for this property.protected intGProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)Called when setting a new value for this property.protected intMultiProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)Called when setting a new value for this property.protected intStringArrayProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)Called when setting a new value for this property.protected intStringMapProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)Called when setting a new value for this property.protected intStringSetProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)Called when setting a new value for this property.booleanGProp. moveProp(PropCnr moveToContainer)Moves this property container to another container, without changing the listeners.booleanGProp. moveProp(PropCnr moveToContainer, Atom newName, int destinationIndex)Moves this property container to another container, without changing the listeners.booleanGProp. moveProp(PropCnr moveToContainer, Atom newName, Atom reference, boolean isAfter)Moves this property container to another container, without changing the listeners.booleanIGProp. moveProp(PropCnr moveToContainer)Moves this property container to another container, without changing the listeners.booleanIGProp. moveProp(PropCnr moveToContainer, Atom newName, int destinationIndex)Moves this property container to another container, without changing the listeners.booleanIGProp. moveProp(PropCnr moveToContainer, Atom newName, Atom reference, boolean isAfter)Moves this property container to another container, without changing the listeners.protected voidPropCnr. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)Method called when the internal functioninsertPropis called to verify that this is allowed.protected voidClassReference. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidGProp. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidMethodReference2. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.voidGProp. 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.voidIGProp. 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.voidPropCnr. 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 voidGProp. 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.booleanIPropCnr. removeAllProps()Removes all properties from this container.booleanPropCnr. removeAllProps()Removes all properties from this container.booleanIPropCnr. removeProp(int index)Removes a property from this container with the specified index.booleanIPropCnr. removeProp(Atom atom)Removes a property from this container with the specified atom.booleanIPropCnr. removeProp(Atom atom, IGProp<?> trigger)Removes a property from this container with the specified atom.booleanIPropCnr. removeProp(IGProp<?> property)Removes a property from this container.booleanIPropCnr. removeProp(IGProp<?> property, IGProp<?> trigger)Removes a property from this container.booleanIPropCnr. removeProp(java.lang.String name)Removes a property from this container with the specified name.booleanIPropCnr. removeProp(java.lang.String name, IGProp<?> trigger)Removes a property from this container with the specified name.booleanPropCnr. removeProp(int index)Removes a property from this container with the specified index.booleanPropCnr. removeProp(Atom atom)Removes a property from this container with the specified atom.booleanPropCnr. removeProp(Atom atom, IGProp<?> trigger)Removes a property from this container with the specified atom.booleanPropCnr. removeProp(IGProp<?> property)Removes a property from this container.booleanPropCnr. removeProp(IGProp<?> property, IGProp<?> trigger)Removes a property from this container.booleanPropCnr. removeProp(java.lang.String name)Removes a property from this container with the specified name.booleanPropCnr. removeProp(java.lang.String name, IGProp<?> trigger)Removes a property from this container with the specified name.booleanGProp. renameProp(Atom propertyAtom)Renames this property.booleanIGProp. renameProp(Atom propertyAtom)Renames this property.booleanIPropCnr. reorderProps(Atom[] atoms)Reorders the properties according to the array.booleanPropCnr. reorderProps(Atom[] atoms)Reorders the properties according to the array.voidPropCnr. replaceProps(PropCnr cnr)Replaces all properties in this container with the ones from the specified one.voidSSLCommProps. setClientCertificate(java.lang.String fileName, char[] password, boolean doSavePassword)Sets or removed the Client Certificate.voidConstrainedIntProp. 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.ObjectConstrainedIntProp. setConstraints(java.lang.String constraints, org.w3c.dom.Element element)Sets the constraints for the property.voidGProp. 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.ObjectGProp. setConstraints(java.lang.String constraints, org.w3c.dom.Element element)Sets the constraints for the property.voidIGProp. 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.ObjectIGProp. setConstraints(java.lang.String constraints, org.w3c.dom.Element element)Sets the constraints for the property.booleanIPropCnr. setExtendsName(java.lang.String newName)Sets the extends property name.booleanPropCnr. setExtendsName(java.lang.String newName)Sets the extends property name.booleanIPropCnr. setProp(IGProp<?> property)Sets a property to this container.booleanIPropCnr. setProp(IGProp<?> property, int index)Adds a new property to this container at the indicated index.booleanIPropCnr. setProp(IGProp<?> property, IGProp<?> trigger)Sets a property to this container.booleanPropCnr. setProp(IGProp<?> property)Sets a property to this container.booleanPropCnr. setProp(IGProp<?> property, int index)Adds a new property to this container at the indicated index.booleanPropCnr. setProp(IGProp<?> property, IGProp<?> trigger)Sets a property to this container.booleanGProp. setPropValue(java.lang.Object newValue)Sets a new value for this property.booleanGProp. setPropValue(java.lang.Object newValue, IGProp<?> trigger)Sets a new value for this property.protected booleanGProp. setPropValue(java.lang.Object newValue, PropMgr propMgr)Sets a new value for this property.booleanIGProp. setPropValue(java.lang.Object newValue)Sets a new value for this property.booleanIGProp. setPropValue(java.lang.Object newValue, IGProp<?> trigger)Sets a new value for this property.booleanIPropCnr. setPropValue(int index, java.lang.Object newValue)Sets the property atindextonewValue.booleanIPropCnr. setPropValue(Atom atom, java.lang.Object newValue)Sets the property with theatomname tonewValue.booleanIPropCnr. setPropValue(GProp<?>[] newProps)Sets a new properties array as the value.booleanIPropCnr. setPropValue(java.lang.String name, java.lang.Object newValue)Sets the property with thenametonewValue.booleanMultiProp. setPropValue(VALUE value, int index)Sets an indexed property value.booleanPropCnr. setPropValue(int index, java.lang.Object newValue)Sets the property atindextonewValue.booleanPropCnr. setPropValue(Atom atom, java.lang.Object newValue)Sets the property with theatomname tonewValue.booleanPropCnr. setPropValue(GProp<?>[] newProps)Sets a new properties array as the value.booleanPropCnr. setPropValue(java.lang.String name, java.lang.Object newValue)Sets the property with thenametonewValue.booleanMultiProp. setPropValueDefault(VALUE value)Sets the default value.booleanMultiProp. setPropValues(java.lang.Object[] values)Sets all property values at once along with a default value.booleanMultiProp. setPropValues(VALUE singleValue)Sets all property values at once to a single value.booleanMultiProp. setPropValues(VALUE defaultValue, java.lang.Object[] values)Sets all property values at once along with a default value.booleanMultiProp. setRealPropValue(VALUE value, int realIndex)Sets the value at "real" index.voidSocketCommProps. setSecureProps(SSLCommProps secureProps)Sets or removed the secure properties.voidSSLCommProps. setServerAuthenticationCertificates(java.security.cert.X509Certificate[] certificates)Sets or removes server authentication using the specified certificates.protected voidPropCnr. validateChildPropInValue(GProp<?> child)Validates a single child property instance during the call toPropCnr.validatePropValue(Object newValue).voidGProp. validateProp(java.lang.Object newValue)Validates the value to set by first callingvalidateType, thenvalidateValueand finally calling an optional validator (if set).voidIGProp. validateProp(java.lang.Object newValue)Validates the value to set by first callingvalidateType, thenvalidateValue.voidConstrainedIntProp. validatePropValue(java.lang.Object newValue)Validates the value to set.voidGProp. validatePropValue(java.lang.Object newValue)Validates the value to set.voidIGProp. validatePropValue(java.lang.Object newValue)Validates the value to set.voidPropCnr. 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 theGPropitems.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 voidFontIconsDefinition. 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_PROPLayoutMgr. add(UIComp component)Adds the component last.LAYOUT_PROPLayoutMgr. add(UIComp component, int index)Adds the component at a specific index.LAYOUT_PROPLayoutMgr. add(UIComp component, int index, IComplexOperation op)Adds the component at a specific index.voidUIComp. add(UIComp component)Adds a component to the container with a property for the layout manager.protected voidUIAbstractListChoice. addPredefinedProps()Adds the predefined properties for this container.protected voidUIAccordion. addPredefinedProps()Adds the predefined properties for this container.protected voidUIContainer. addPredefinedProps()Adds the predefined properties for this container.voidUIDialog. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidUITabContainer. addPredefinedProps()Adds the predefined properties for this container.protected voidUIContainer. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.protected voidUIContextMenu. 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 voidUIPanelBase. 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 voidTooltipProp. initializeProp(org.w3c.dom.Element element)Called to initialize the property from anElement.booleanTooltipProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction as a KString in HTML format.protected intCIDProp. modifyPropValue(java.lang.Object oldValue, java.lang.Object newValue, PropMgr propMgr)Called when setting a new value for this property.voidLayoutMgr. 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 voidUIComps. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)Method called when the internal functioninsertPropis called to verify that this is allowed.protected voidUIComp. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidUIContextMenu. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidUIPanelBase. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidUITitlePane. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.booleanLayoutMgr. remove(UIComp component)Removes a component.booleanUIText. setMaxWidth(GUnit max)Sets the entry field maximum width.booleanUIText. setMinWidth(GUnit min)Sets the entry field minimum width.booleanUIText. 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.UICompsUIComps. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.UIContextMenuUIContextMenu. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)Call this method to "virtualize" a property tree.UIPanelBaseUIPanelBase. 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 theGPropitems.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 theGPropitems.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 theGPropitems.UICalendar(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UICheckBox(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UICheckedMenuItem(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.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 theGPropitems.UIImage(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIImage2(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UILabel(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIMedia(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.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 theGPropitems.UIMenuSeparator(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIOutput(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIProgress(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIRadioButton(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.UIRadioMenuItem(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.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 theGPropitems.UITextArea(Atom propertyAtom, GProp<?>[] newValue)Creates the component with the specified name, initialized to contain theGPropitems.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 UIChartUIChart. addAxis(Axis2D axis)Adds a new axis to the chart.UIChartUIChart. addPlot(Plot2D plot)Adds a new plot to the chart.UIChartUIChart. addSeries(Series series)Adds a new series to the chart.intUIChart. moveToBack(IChartContainer axisPlotOrSeries)Moves an axis, plot or series to the back.intUIChart. moveToBack(java.lang.String name)Moves an axis, plot or series to the back.intUIChart. moveToFront(IChartContainer axisPlotOrSeries)Moves an axis, plot or series to the front.intUIChart. moveToFront(java.lang.String name)Moves an axis, plot or series to the front.booleanUIChart. removeAxis(Axis2D axis)Removes an axis by reference.booleanUIChart. removeAxis(java.lang.String name)Removes an axis by name.booleanUIChart. removePlot(Plot2D plot)Removes a plot by reference.booleanUIChart. removePlot(java.lang.String name)Removes a plot by name.booleanUIChart. removeSeries(Series series)Removes a series by reference.booleanUIChart. 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 theGPropitems.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.ObjectDeviceProp. 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.ObjectThemesProp. fromElementString(java.lang.String string)Called from theinitializeProperty(Element element)method once the element String is retrieved from the "value" attribute of the element.booleanDeviceProp. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.booleanThemesProp. 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 voidMapMarkerProp. 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 theGPropitems.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 voidMLGroup. 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 voidUITable. addPredefinedProps()Adds the predefined properties for this container.java.lang.ObjectTableCell. fromElementString(java.lang.String string)Called from theinitializeProperty(Element element)method once the element String is retrieved from the "value" attribute of the element.booleanTableCell. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.protected voidTableRows. 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 voidVirtualSpace. addPredefinedProps()Adds the predefined properties for this container.protected voidVSAction. addPredefinedProps()Adds the predefined properties for this container.protected voidVSColumnHeader. addPredefinedProps()Adds the predefined properties for this container.protected voidVSField. addPredefinedProps()Adds the predefined properties for this container.protected voidVSTable. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected VSRowVSTable. createRow(Atom a, VSColumnHeader[] columns)Creates a row property with column headers.protected VSRowVSTable. createRow(Atom a, VSField[] fields)Creates a row property with fields.protected VSRowVSTable. createRow(Atom a, Value[] values)Creates a row property with values.protected voidVirtualSpace. 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.booleanVSOnUIEvent. initializeValue(PropMgr propertyManager, ReadTransaction trans)Initializes the property value from a transaction.protected voidVirtualSpace. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidVSAction. onPrepare(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, java.util.List<java.lang.Throwable> errors)Called when the application is being prepared.protected voidVSComponent. 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 voidFieldActor. 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.FileRuntimeBuilderSettings. generateAndroidDebugKeyStore(RuntimeBuilderProps props, java.io.File assetsDir)Generates the Android debug key store and saves it to the properties.java.io.FileRuntimeBuilderSettings. generateAndroidDebugKeyStore(java.io.File assetsDir)Generates the Android debug key store and saves it to the properties.static java.io.FileRuntimeBuilderSettings. 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.FileRuntimeBuilderSettings. 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 PropCnrIAppLoader. loadFile(java.io.File file)Loads a property file.PropCnrIAppLoader. loadFile(java.lang.String fileName, java.io.InputStream inputStream)Loads a property file.PropCnrServerShell. loadFile(java.io.File file)Loads a property file.PropCnrServerShell. loadFile(java.lang.String fileName, java.io.InputStream inputStream)Loads a property file.protected voidServerShell. loadServerConfig()Loads or reloads the server config and starts the WSFile provider engine.voidServerShell. 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, java.util.Map<java.lang.String,java.lang.String> appAliases)Constructor.ServerShell(java.io.File configFileParam)Constructor.StandardServer(java.io.File configFile, java.lang.String extServerURL, java.lang.String root, AppDefinition[] apps, java.util.Map<java.lang.String,java.lang.String> appAliases)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 booleanLetsEncryptRenewal. performRenew()Performs request or renewal of the certificate when it has expired.booleanLetsEncryptDomain. 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 voidAppFactory. addModuleProject(ModuleProjectPropCnr project)Adds a Module Project to the application.static voidSystemApp. loadApp(PropFactory factory, PropMgr propMgr)Loads the iiziSystem.jar app.voidAppDefinition. loadApplication(ServerShell server)Loads the application.protected voidVirtualsContainer.VContainer. onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving)Method called when the internal functioninsertPropis called to verify that this is allowed.intAppFactory. prepare(java.lang.ClassLoader parentClassLoader, java.util.Set<java.io.File> resources)Prepares the application for use, i.e.booleanAppDefinition. 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 ModuleProjectPropCnrModuleProject. 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 classAppBusyExceptionException 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 voidServerProps. addPredefinedProps()Adds the predefined properties for this container.protected voidServerSettings. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.ServerSettingsServerProps. 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, java.util.Map<java.lang.String,java.lang.String> appAliases)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 voidServerSecurityManager. 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 voidScreenProp. addPredefinedProps()Adds the predefined containers for identifications, fields and actions.protected voidScreenProp. addPredefinedPropsImpl()Adds the predefined containers for identifications, fields and actions.booleanHostSessionProps. 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 voidIRESTfulRequestProcessor. onPostWebServiceRequest(RESTfulRequest request)Called when all processing has been completed for the Web Service request.voidIRESTfulReplyProcessor. onWebServiceRequest(RESTfulReply reply)Called when the data has been read and processed in the RESTfulReply instance.voidIRESTfulRequestProcessor. onWebServiceRequest(RESTfulRequest request)Called prior to formatting the Web Service request.voidIReplyProcessor. 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 IReplyContentIExecuteWebService. doExecute(IAppSessionGyro appGyro, boolean doPerform)Executes the Web Service request.voidIRequestContent. 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.voidIRequestContent. 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 voidURLEncodedContent. onPostProcessRequest(RESTfulRequest request, boolean doPerform)Pre-processes the request as required, typically to modify the URLConnection.voidURLEncodedContent. 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 voidOutputProps. addPredefinedProps()Adds the predefined properties for this container.protected voidWebServiceProp. addPredefinedProps()Adds the predefined properties for this container.abstract IReplyContentAbstractInputProps. doExecute(IAppSessionGyro appGyro, boolean doPerform)Executes the Web Service request.IReplyContentRESTfulInputProps. doExecute(IAppSessionGyro appGyro, boolean doPerform)Executes the Web Service request.IReplyContentWebServiceProp. 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 voidJSONReplyDocument. processReply(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply)Processes the reply contents for the Web Service.protected booleanJSONReplyDocument. 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.voidJSONElementWrapper. wrap(java.lang.String name, int arrayIndex, java.lang.Object object)Wraps the JSON "object".