Class EditorAppPropCnr

All Implemented Interfaces:
EventListener, IGProp<GProp<?>[]>, IInitializePropMgr, IPropCnr, IPropRoot, Cloneable

public class EditorAppPropCnr extends AppPropCnr
The Editor version of the Application property container that holds all the Module projects as EditorModuleProjectPropCnr children.
Author:
Christopher Mindus
  • Constructor Details

    • EditorAppPropCnr

      public EditorAppPropCnr()
      Constructs the instance without an application ID.
    • EditorAppPropCnr

      public EditorAppPropCnr(Atom appID)
      Constructs the instance with an application ID.
      Parameters:
      appID - The application ID.