Class VSViewerPropCnr

java.lang.Object
com.iizix.prop.GProp<GProp<?>[]>
com.iizix.prop.PropCnr
com.iizigo.vs.viewer.VSViewerPropCnr
All Implemented Interfaces:
EventListener, IGProp<GProp<?>[]>, IPropCnr, Cloneable

public class VSViewerPropCnr extends PropCnr
The VSViewer property container used to view a VirtualSpace.
Author:
Christopher Mindus
  • Constructor Details

    • VSViewerPropCnr

      public VSViewerPropCnr()
      Default constructor.
    • VSViewerPropCnr

      public VSViewerPropCnr(Atom name, ArrayList<PropCnr> list, boolean isReadOnly)
      Creates a VSViewer proxy container for all VirtualSpace of the specified container.
      Parameters:
      name - The name of the module project or folder.
      list - The list of properties to proxy.
      isReadOnly - Read-only flag, i.e. when false, enable updates from remote party.