Uses of Class
com.iizix.prop.PropMgr
Package
Description
Uses of PropMgr in com.iizigo
Modifier and TypeFieldDescriptionstatic final PropMgr
Activator.designerPropertyManager
The Property Manager for the Designer.Modifier and TypeMethodDescriptionstatic PropMgr
Activator.createDesignerPropMgr()
Creates a Property Manager for the Designer connection with JavaScript.static PropMgr
Activator.createServerPropMgr
(boolean hasJSClient) Creates a new Property Manager for a Server simulation.Uses of PropMgr in com.iizigo.app
ModifierConstructorDescriptionEclipseApplicationDistributor
(PropFactory propFactory, PropMgr propMgr, PluginLoader pluginLoader, ExecutorService executorService, boolean isVerbose) Constructs the application compiler for the target file.Uses of PropMgr in com.iizigo.java.parser.annotation
Modifier and TypeMethodDescriptionprotected void
AnnotationsContainer.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.boolean
AnnotationsContainer.initializeValue
(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.protected int
AnnotationsContainer.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.Uses of PropMgr in com.iizigo.java.parser.type
Modifier and TypeMethodDescriptionprotected void
TypesContainer.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.boolean
TypesContainer.initializeValue
(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.Uses of PropMgr in com.iizigo.project
Modifier and TypeMethodDescriptionProjectRootPropCnr.getPropRootPropMgr()
Gets the Property Manager used for communication for the root container.Uses of PropMgr in com.iizigo.server.config
Modifier and TypeMethodDescriptionstatic EditorServerProps
EditorServerProps.createServerProps
(PropMgr propertyManager) Creates a new instance of the Server properties.Uses of PropMgr in com.iizigo.term.capture.prop
Modifier and TypeMethodDescriptionCaptureRootProp.getPropRootPropMgr()
Gets the Property Manager used for communication for the root container.Uses of PropMgr in com.iizigo.term.prop
Modifier and TypeMethodDescriptionEditorSessionsProp.getPropRootPropMgr()
Gets the Property Manager used for communication for the root container.Uses of PropMgr in com.iizigo.term.recording.prop
Modifier and TypeMethodDescriptionRecordingRootProp.getPropRootPropMgr()
Gets the Property Manager used for communication for the root container.Uses of PropMgr in com.iizix.app.builder
Modifier and TypeMethodDescriptionApplicationDistributor.getPropertyManager()
The property manager to use when creating the distribution.ModifierConstructorDescriptionApplicationDistributor
(PropFactory propFactory, PropMgr propMgr, PluginLoader pluginLoader, ExecutorService executorService, boolean isVerbose) Constructs the application compiler for the target file.Uses of PropMgr in com.iizix.event
Modifier and TypeMethodDescriptionRemoteEvent.getOriginator()
Gets the originator Property Manager.PropCnrEvent.getRemotePropMgr()
Gets the (remote) Property Manager that caused the remote event.PropCopyEvent.getRemotePropMgr()
Gets the (remote) Property Manager that caused the remote event.PropValueEvent.getRemotePropMgr()
Gets the (remote) Property Manager that caused the remote event.Modifier and TypeMethodDescriptionvoid
Re-target this event to a Property Manager for queued sending.ModifierConstructorDescriptionPropCnrEvent
(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr) Constructs a new property container event.PropCnrEvent
(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr) Constructs a new property container event.PropCopyEvent
(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr) Constructs a new property container event.PropCopyEvent
(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr) Constructs a new property container event.PropValueEvent
(GProp<?> property, Object newValue, Object oldValue, IGProp<?> trigger, PropMgr propMgr) Constructs a new remote property value event.PropValueEvent
(GProp<?> property, Object newValue, Object oldValue, PropMgr propMgr) Constructs a new remote property value event.RemoteEvent
(GProp<?> source, int localID, PropCnr params, PropMgr originator) Creates a new remote event.Uses of PropMgr in com.iizix.prop
Modifier and TypeMethodDescriptionPropFactory.createPropertyManager
(int application, Map<String, String> classNameMapper) Creates a Property Manager for the application type.ClientProps.getPropRootPropMgr()
Gets the Property Manager used for communication for the root container.GProp.getPropRootPropMgr()
Gets the Property Manager used for communication for the root container.IGProp.getPropRootPropMgr()
Gets the Property Manager used for communication for the root container.Modifier and TypeMethodDescriptionprotected void
AbstractReference.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected void
BadgeProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the badge property value.protected void
BoolProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the boolean property value.protected void
ByteArrayProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the byte array property value.protected void
CharProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the character property value.protected void
CodeItemArrayProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.protected void
ColorProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the color property value.protected void
DateTimeProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the date/time property value.protected void
DoubleProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the Double property value.protected void
ErrorsProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the error array to an outgoing transaction.protected void
FillProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the fill property value.protected void
FontProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the font property value.protected abstract void
GProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value and all its children to a transaction using theAtomManager
.protected void
GradientProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the gradient property value.protected void
ImageReference.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Sends the data to the client in a transaction.protected void
Int32Prop.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected void
IntProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected void
KStringProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the KString property value as an HTML string.protected void
LongProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected void
MultiProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the bounds property value.protected void
NumberProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the Number property value as a String.protected void
PasswordProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected void
PlainKStringProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the KString property value as an PLAIN string.protected void
PrivProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the private property value.protected void
PropCnr.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the container property value.protected void
RectProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the rectangle property value.protected void
SizeProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the size property value.protected void
StringArrayProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.protected void
StringMapProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string map to an outgoing transaction.protected void
StringProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected void
StringSetProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.protected void
StrokeProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the stroke property value.protected void
Styles.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Overrides the append property value to transaction to check for font face(s) installation.protected void
StylesReferences.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the Styles References property value for the client.protected void
UnitProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the unit property value.protected void
ValueProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value.void
IInitializePropMgr.initialize
(PropMgr propMgr) Initializes the Property Manager instance for the property.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
CodeItemArrayProp.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
ErrorsProp.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.boolean
PrivProp.initializeValue
(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.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
StringArrayProp.initializeValue
(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.boolean
StringMapProp.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
StringSetProp.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
ValueProp.initializeValue
(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.boolean
IPropCnr.isPropAddRemoveAllowed
(PropMgr propertyManager) For property containers that are index-based, the creator of the container is the only one who is allowed to add/remove properties.final boolean
PropCnr.isPropAddRemoveAllowed
(PropMgr propertyManager) For property containers that are index-based, the creator of the container is the only one who is allowed to add/remove properties.PropFactory.loadPropTree
(PropMgr propertyManager, File file, boolean setPropMgrToProps) Loads a property tree from an XML file.PropFactory.loadPropTree
(PropMgr propertyManager, String fileName, InputStream in, boolean setPropMgrToProps) Loads a property tree from an XML file.PropFactory.loadPropTree
(PropMgr propertyManager, Document document, boolean setPropMgrToProps) Loads a property tree from an XML document.protected final int
AbstractReference.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected int
ByteArrayProp.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected int
CodeItemArrayProp.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected int
ErrorsProp.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected int
GProp.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected int
MultiProp.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected int
StringArrayProp.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected int
StringMapProp.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected int
StringSetProp.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected int
ValueProp.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.default void
IRemoteTransactionCompletedListener.onCompletedRemoteTransactionProcessing
(PropMgr propMgr) Called once all processing of the remote read transaction has completed processing the update from a remote party, and that all potential queued events (such as remote events) are called.void
IRemoteTransactionCompletedListener.onCompletedRemoteTransactionUpdate
(PropMgr propMgr) Called when the remote read transaction processing has completed processing an update from a remote party, but before any potential queued events (such as remote events) are called.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
PropCnr.onPropRemoved
(GProp<?> prop, PropMgr propMgr, boolean isMoving) Called when a property is removed in this container, before the event is fired, but after the property has been removed.protected final boolean
GProp.setPropValue
(Object newValue, PropMgr propMgr) Sets a new value for this property.Uses of PropMgr in com.iizix.prop.image
Modifier and TypeMethodDescriptionvoid
ClientImageData.append
(PropMgr propertyManager, SendTransaction trans, double dpr) Appends the image data to a transaction for the specified device pixel ratio.void
FontIconDefinition.append
(PropMgr propertyManager, SendTransaction trans) Appends the font icon data for the client to display in e.g.Uses of PropMgr in com.iizix.prop.ui
Modifier and TypeMethodDescriptionprotected void
AbstractUICompRelativeReference.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Overrides the send-transaction to client in order to send the unique label ID in the panel.protected void
CIDProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected void
ContextMenuReference.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected void
GroupNameProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected void
TooltipProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the KString property value as an HTML string.boolean
AbstractUICompRelativeReference.initializeValue
(PropMgr propertyManager, ReadTransaction trans) Fakes processing of initializing the value from the remote part by skipping it in the transaction.boolean
TooltipProp.initializeValue
(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction as a KString in HTML format.protected int
CIDProp.modifyPropValue
(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.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.Uses of PropMgr in com.iizix.prop.ui.device
Modifier and TypeMethodDescriptionprotected void
DeviceProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the GSimpleDevice property value.protected void
ThemesProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the GThemes property value.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 PropMgr in com.iizix.prop.ui.table
Modifier and TypeMethodDescriptionprotected void
TableCell.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the contents property value.boolean
TableCell.initializeValue
(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.Uses of PropMgr in com.iizix.prop.vs
Modifier and TypeMethodDescriptionprotected void
VSOnUIEvent.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.boolean
VSOnUIEvent.initializeValue
(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.Uses of PropMgr in com.iizix.server
Modifier and TypeFieldDescriptionprotected final PropMgr
AbstractEndPoint.endPointPropertyManager
The property endPointPropertyManager.Modifier and TypeMethodDescriptionfinal PropMgr
AbstractEndPoint.getPropertyManager()
Gets the property manager of the end point.IAppLoader.getPropertyManager()
Gets the server property manager.final PropMgr
ServerShell.getPropertyManager()
Gets the server property manager.Uses of PropMgr in com.iizix.server.app
Modifier and TypeMethodDescriptionAppFactory.createPropMgr
(ServerShell server) Creates the Property Manager with reference resolving to the application static properties.VirtualsContainer.VContainer.getPropRootPropMgr()
Gets the Property Manager used for communication for the root container.Modifier and TypeMethodDescriptionstatic void
SystemApp.loadApp
(PropFactory factory, PropMgr propMgr) Loads the iiziSystem.jar app.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.protected void
VirtualsContainer.VContainer.onPropRemoved
(GProp<?> prop, PropMgr propMgr, boolean isMoving) Called when a property is removed in this container, before the event is fired, but after the property has been removed.ModifierConstructorDescriptionRuntimeApp
(SessionInfo sessionInfo, AppFactory appFactory, PropMgr propMgr, ClientProps clientRoot, IFocusEngineProvider focusEngineProvider, IVirtualsContainer<VirtualSpace> virtualSpace) Creates the runtime application a client session.VirtualsContainer
(String base, Atom atom, Class<? extends PropCnr> propClass, PropMgr propMgr, IFocusEngineProvider focusEngineProvider, IRuntimeReferenceLookup lookup, boolean isAppInstance) Constructor.Uses of PropMgr in com.iizix.server.app.prop
Modifier and TypeMethodDescriptionAppPropCnr.getPropRootPropMgr()
Gets the Property Manager used for communication for the root container.final PropMgr
ModuleProjectPropCnr.getPropRootPropMgr()
Gets the Property Manager used for communication for the root container.Modifier and TypeMethodDescriptionvoid
AppPropCnr.initialize
(PropMgr propMgr) Initializes the Property Manager instance for the property.final void
ModuleProjectPropCnr.initialize
(PropMgr propMgr) Initializes the Property Manager instance for the property.ModifierConstructorDescriptionModuleProjectPropCnr
(Atom propertyAtom, File developmentDir, PropMgr serverPropMgr) Creates a Module project property container with a name when loaded from the Server in Development mode.Uses of PropMgr in com.iizix.server.prop
Modifier and TypeMethodDescriptionServerProps.getPropRootPropMgr()
Gets the Property Manager used for communication for the root container.Modifier and TypeMethodDescriptionstatic ServerProps
ServerProps.createServerProps
(PropMgr propertyManager) Creates a new instance of the Server properties.ModifierConstructorDescriptionRootPropTransactionSender
(PropMgr propMgr, PropCnr root, Worker worker, IRootPropTransactionSender sender) Constructs the instance.protected
ServerProps
(Atom atom, PropMgr propertyManager) Creates the client properties with an atom manager.Uses of PropMgr in com.iizix.term.prop
Modifier and TypeMethodDescriptionprotected void
HostSessionProps.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value and all its children to a transaction using theAtomManager
.protected void
RemoteHostSessionProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value to a transaction.boolean
HostSessionProps.initializeValue
(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.boolean
RemoteHostSessionProp.initializeValue
(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.