Uses of Class
com.iizix.prop.vs.VSParticipantsHolder
Packages that use VSParticipantsHolder Package Description com.iizigo.vs.prop com.iizix.prop.vs Uses of VSParticipantsHolder in com.iizigo.vs.prop
Subclasses of VSParticipantsHolder in com.iizigo.vs.prop Modifier and Type Class Description class
EditorVSParticipantsHolder
The Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace.Methods in com.iizigo.vs.prop that return VSParticipantsHolder Modifier and Type Method Description protected VSParticipantsHolder
EditorVirtualSpace. createVSParticipantsHolder()
Creates a new instance of the EditorVSParticipantsHolder.Uses of VSParticipantsHolder in com.iizix.prop.vs
Fields in com.iizix.prop.vs declared as VSParticipantsHolder Modifier and Type Field Description protected VSParticipantsHolder
VirtualSpace. participantsHolder
The participants holder.Methods in com.iizix.prop.vs that return VSParticipantsHolder Modifier and Type Method Description VSParticipantsHolder
VSParticipantsHolder. clone()
Clones the instance.protected VSParticipantsHolder
VirtualSpace. createVSParticipantsHolder()
Creates a new instance of the VSParticipantsHolder.VSParticipantsHolder
VirtualSpace. getParticipantsHolder()
Gets participants holder container.