Uses of Class
com.iizix.prop.vs.VSParticipant
Packages that use VSParticipant Package Description com.iizix.db.prop com.iizix.prop.ui com.iizix.term.prop com.iizix.ws.prop Uses of VSParticipant in com.iizix.db.prop
Methods in com.iizix.db.prop that return VSParticipant Modifier and Type Method Description VSParticipant
InputProps. getInputVSParticipant()
Gets the input VirtualSpace participant for output data.VSParticipant
ResultProps. getTargetVirtualSpaceParticipant()
Gets the target VirtualSpace participant for output data.VSParticipant
ResultSetProps. getTargetVirtualSpaceParticipant()
Gets the target VirtualSpace participant for output data.VSParticipant
InputProps. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSParticipant
ResultProps. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSParticipant
ResultSetProps. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.Uses of VSParticipant in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return VSParticipant Modifier and Type Method Description VSParticipant
UIContextMenu. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSParticipant
UIPanelBase. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSParticipant
IUIPanelOwner. getVSParticipant()
Gets the VSParticipant instance.VSParticipant
UIContextMenu. getVSParticipant()
Gets the VSParticipant instance.VSParticipant
UIPanelBase. getVSParticipant()
Gets the VSParticipant instance.VSParticipant
UIContextMenu. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSParticipant
UIPanelBase. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.Uses of VSParticipant in com.iizix.term.prop
Methods in com.iizix.term.prop that return VSParticipant Modifier and Type Method Description VSParticipant
ScreenProp. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSParticipant
ScreenProp. getVSParticipant()
Gets the VSParticipant instance.VSParticipant
ScreenFieldsProp. getVSReference(Atom atom)
Gets the VSParticipant reference (VSReference).VSParticipant
ScreenProp. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.Uses of VSParticipant in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return VSParticipant Modifier and Type Method Description VSParticipant
AbstractInputProps. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSParticipant
OutputProps. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSParticipant
AbstractInputProps. getInputVirtualSpaceParticipant()
Gets the input VirtualSpace participant for output data.VSParticipant
OutputProps. getTargetVirtualSpaceParticipant()
Gets the target VirtualSpace participant for output data.VSParticipant
AbstractInputProps. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSParticipant
OutputProps. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.