Uses of Class
com.iizix.prop.AbstractReference
Uses of AbstractReference in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type AbstractReference Modifier and Type Method Description void
ImageReferencePropEditor. initialize(AbstractReference<IImageTarget> prop)
Initializes a newly created property (e.g.Uses of AbstractReference in com.iizigo.selector.prop
Subclasses of AbstractReference in com.iizigo.selector.prop Modifier and Type Class Description class
EditorSelectorReference
The SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.Uses of AbstractReference in com.iizix.db.prop
Subclasses of AbstractReference in com.iizix.db.prop Modifier and Type Class Description class
DatabaseTransactionReference
The reference to a Database transaction.Uses of AbstractReference in com.iizix.prop
Subclasses of AbstractReference in com.iizix.prop Modifier and Type Class Description class
AbstractBaseRelativeReference<TARGET extends IPropCnr>
The Base Relative Reference property class hold the reference to another property in the same base container.class
AbstractClientBaseRelativeReference<TARGET extends IClientBaseRelativeTarget>
The Client Base Relative Reference property class hold the reference to another property in the same base container.class
AbstractFixedVirtualizedBaseRelativeReference<TARGET extends IPropCnr>
The Base Relative Reference property class hold the reference to another property in the same base container.class
AssetReference
The Asset Reference property class hold the reference to a file in the Assets directory.class
BackgroundImageReference
The Background Image Reference extends normal Image Reference and only allows bitmap images, i.e.class
FixedVirtualizedAbstractReference<TARGET extends IPropCnr>
The Fixed Virtualized Abstract Reference property class hold the reference to another property.class
ImageReference
The Image Reference property class hold the reference to an image definition implementing IImageTarget that in turn has images for various states and resolutions.class
SelectorReference
The SelectorReference property class hold the reference to a Selector that defines if the owner of this reference should be selected or active, or if it should be inactive.class
TextTableReference
The reference to a text table instance.Methods in com.iizix.prop that return AbstractReference Modifier and Type Method Description AbstractReference<TARGET>
AbstractReference. clone()
Cloning must duplicate reference into new tree.Uses of AbstractReference in com.iizix.prop.ui
Subclasses of AbstractReference in com.iizix.prop.ui Modifier and Type Class Description class
ContextMenuReference
The reference to a UI context menu.class
LabelForReference
The Label For Reference property class hold the reference to another property in the same base container.class
PanelPartReference
The reference to a UI panel part.Uses of AbstractReference in com.iizix.prop.vs
Subclasses of AbstractReference in com.iizix.prop.vs Modifier and Type Class Description class
VSParticipant
The VirtualSpace participant property is a reference class to the VirtualSpace instance and interacts with the VSParticipantsHolder.class
VSParticipantReference
The VirtualSpace Participant Reference handles references to the VirtualSpace participants that implements theIVSParticipant
interface, such as panels.class
VSReference
The VirtualSpace Reference property class hold the reference to a VirtualSpace.Uses of AbstractReference in com.iizix.server.prop
Subclasses of AbstractReference in com.iizix.server.prop Modifier and Type Class Description class
ServerConfigEnvReference
The ServerConfigEnvReference property class hold the reference to a Server configuration environment.Uses of AbstractReference in com.iizix.term.prop
Subclasses of AbstractReference in com.iizix.term.prop Modifier and Type Class Description class
ScreenActionReference
Reference to a ScreenActionProp, used in the VSAction Action Actors for the back-reference.class
ScreenFieldReference
Property holding the reference to a screen field from inside the screen, used by screen actions.Uses of AbstractReference in com.iizix.ws.prop
Subclasses of AbstractReference in com.iizix.ws.prop Modifier and Type Class Description class
WebServiceReference
The reference to a Web Service transaction.