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 VSParticipantInputProps. getInputVSParticipant()Gets the input VirtualSpace participant for output data.VSParticipantResultProps. getTargetVirtualSpaceParticipant()Gets the target VirtualSpace participant for output data.VSParticipantResultSetProps. getTargetVirtualSpaceParticipant()Gets the target VirtualSpace participant for output data.VSParticipantInputProps. getVSReference(Atom refAtom)Gets a VSReference instance from the container or any parent containers.VSParticipantResultProps. getVSReference(Atom refAtom)Gets a VSReference instance from the container or any parent containers.VSParticipantResultSetProps. 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 VSParticipantUIContextMenu. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.VSParticipantUIPanelBase. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.VSParticipantIUIPanelOwner. getVSParticipant()Gets the VSParticipant instance.VSParticipantUIContextMenu. getVSParticipant()Gets the VSParticipant instance.VSParticipantUIPanelBase. getVSParticipant()Gets the VSParticipant instance.VSParticipantUIContextMenu. getVSReference(Atom refAtom)Gets a VSReference instance from the container or any parent containers.VSParticipantUIPanelBase. 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 VSParticipantScreenProp. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.VSParticipantScreenProp. getVSParticipant()Gets the VSParticipant instance.VSParticipantScreenFieldsProp. getVSReference(Atom atom)Gets the VSParticipant reference (VSReference).VSParticipantScreenProp. 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 VSParticipantAbstractInputProps. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.VSParticipantOutputProps. createVSReference(Atom refAtom, PropCnr[] returnParent)Creates a VSReference instance from the container or any parent containers.VSParticipantAbstractInputProps. getInputVirtualSpaceParticipant()Gets the input VirtualSpace participant for output data.VSParticipantOutputProps. getTargetVirtualSpaceParticipant()Gets the target VirtualSpace participant for output data.VSParticipantAbstractInputProps. getVSReference(Atom refAtom)Gets a VSReference instance from the container or any parent containers.VSParticipantOutputProps. getVSReference(Atom refAtom)Gets a VSReference instance from the container or any parent containers.