Class EditorVSParticipantsHolder

All Implemented Interfaces:
IPropDesigner, EventListener, IGProp<GProp<?>[]>, IPropCnr, Cloneable, IAdaptable

public class EditorVSParticipantsHolder extends VSParticipantsHolder implements IPropDesigner
The Editor version of this class is a child of the VirtualSpace and contains the participants in the VirtualSpace. It has routines to determine the appropriate panel to display, etc, for Gyro. The container has instances of VSParticipantReference's.
Author:
Christopher Mindus
  • Constructor Details

    • EditorVSParticipantsHolder

      public EditorVSParticipantsHolder()
      Creates the VirtualSpace group property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • EditorVSParticipantsHolder

      public EditorVSParticipantsHolder(Atom propertyAtom)
      Creates the VirtualSpace group property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
  • Method Details