Uses of Interface
com.iizix.prop.IPropReference
Uses of IPropReference in com.iizigo.java
Constructors in com.iizigo.java with parameters of type IPropReference Constructor Description JavaPropReference(java.lang.String name, java.lang.Class<?>[] supportedClasses, IPropReference listener)Constructs a new property reference without property owner.Uses of IPropReference in com.iizigo.java.parser.annotation
Classes in com.iizigo.java.parser.annotation that implement IPropReference Modifier and Type Class Description classGAnnotationThis is a data holder class for annotations in resource source files.Uses of IPropReference in com.iizigo.selector.prop
Classes in com.iizigo.selector.prop that implement IPropReference Modifier and Type Class Description classEditorSelectorReferenceThe 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 IPropReference in com.iizigo.vs.prop
Classes in com.iizigo.vs.prop that implement IPropReference Modifier and Type Class Description classEditorVSFocusReferenceFocus reference is used to set a reference to a focusable VSComponent.classEditorVSOnUIEventOnFocus reference is used to set a reference to a focusable VSComponent.Uses of IPropReference in com.iizix.db.prop
Classes in com.iizix.db.prop that implement IPropReference Modifier and Type Class Description classDatabaseTransactionReferenceThe reference to a Database transaction.Uses of IPropReference in com.iizix.prop
Subinterfaces of IPropReference in com.iizix.prop Modifier and Type Interface Description interfaceIPropReference2Interface used as notifier for a property reference listener, see thecom.iizix.prop.PropReferenceclass for more information.Classes in com.iizix.prop that implement IPropReference Modifier and Type Class Description classAbstractBaseRelativeReference<TARGET extends IPropCnr>The Base Relative Reference property class hold the reference to another property in the same base container.classAbstractFixedVirtualizedBaseRelativeReference<TARGET extends IPropCnr>The Base Relative Reference property class hold the reference to another property in the same base container.classAbstractReference<TARGET extends IPropCnr>The Abstract Reference property class hold the reference to another property.classAssetReferenceThe Asset Reference property class hold the reference to a file in the Assets directory.classBackgroundImageReferenceThe Background Image Reference extends normal Image Reference and only allows bitmap images, i.e.classFixedVirtualizedAbstractReference<TARGET extends IPropCnr>The Fixed Virtualized Abstract Reference property class hold the reference to another property.classImageReferenceThe Image Reference property class hold the reference to an image definition implementing IImageTarget that in turn has images for various states and resolutions.classSelectorReferenceThe 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.classTextTableReferenceThe reference to a text table instance.Constructors in com.iizix.prop with parameters of type IPropReference Constructor Description PropReference(GProp<?> owner, java.lang.String name, java.lang.Class<?>[] supportedClasses, IPropReference listener)Constructs a new property reference with a property owner.Uses of IPropReference in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement IPropReference Modifier and Type Class Description classAbstractUICompRelativeReference<TARGET extends IUICompRelativeTarget>The UIComp Relative Reference property class hold the reference to another property in the same base container.classContextMenuReferenceThe reference to a UI context menu.classLabelForReferenceThe Label For Reference property class hold the reference to another property in the same base container.classPanelPartReferenceThe reference to a UI panel part.Uses of IPropReference in com.iizix.prop.vs
Classes in com.iizix.prop.vs that implement IPropReference Modifier and Type Class Description classVSActionActorParticipantThe VirtualSpace Action Actor Participant used by Action Actors.classVSActionReferenceThe VirtualSpace Action Reference property class hold the relative reference to a VSAction instance.classVSColumnReferenceThe VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.classVSComponentReferenceVS component reference implementation that calls the parent property when changes occurs in the resolved VS component when changes of the VS component (value or contents) occurs.classVSFieldReferenceVS Field reference implementation that calls the parent property when changes occurs in the resolved VS Field when changes of the VS field value occurs.classVSFocusReferenceFocus reference is used to set a reference to a focusable VSComponent.classVSGroupReferenceThe VirtualSpace Group Reference property class hold the relative reference to a VSGroup instance.classVSOnUIEventClass to hold a reference to a VS Action (to invoke) or a VS component (for focus) when a UI component is "on"-something, such as "onClick".classVSParticipantThe VirtualSpace participant property is a reference class to the VirtualSpace instance and interacts with the VSParticipantsHolder.classVSParticipantReferenceThe VirtualSpace Participant Reference handles references to the VirtualSpace participants that implements theIVSParticipantinterface, such as panels.classVSReferenceThe VirtualSpace Reference property class hold the reference to a VirtualSpace.classVSRelativeReference<TARGET extends VSComponent>The VirtualSpace Relative Reference property class hold the reference to a VirtualSpace.classVSTableColumnReferenceThe VirtualSpace Table Column Reference property class hold the name of a Column in a Table.classVSTableReferenceThe VirtualSpace Table Reference property class hold the relative reference to a VSTable instance.Uses of IPropReference in com.iizix.server.prop
Classes in com.iizix.server.prop that implement IPropReference Modifier and Type Class Description classServerConfigEnvReferenceThe ServerConfigEnvReference property class hold the reference to a Server configuration environment.Uses of IPropReference in com.iizix.term.prop
Classes in com.iizix.term.prop that implement IPropReference Modifier and Type Class Description classScreenActionReferenceReference to a ScreenActionProp, used in the VSAction Action Actors for the back-reference.classScreenFieldReferenceProperty holding the reference to a screen field from inside the screen, used by screen actions.Uses of IPropReference in com.iizix.text
Classes in com.iizix.text that implement IPropReference Modifier and Type Class Description classKStringHolder.TagReference<TARGET>Class that holds and maintains the reference for a tag.Uses of IPropReference in com.iizix.ws.prop
Classes in com.iizix.ws.prop that implement IPropReference Modifier and Type Class Description classWebServiceReferenceThe reference to a Web Service transaction.