Class VSViewerPropCnr

  • All Implemented Interfaces:
    EventListener, IGProp<GProp<?>[]>, IPropCnr, java.lang.Cloneable

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

      • VSViewerPropCnr

        public VSViewerPropCnr()
        Default constructor.
      • VSViewerPropCnr

        public VSViewerPropCnr​(Atom name,
                               java.util.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.