Class Windows

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

public class Windows extends PropCnr
The windows property container holds the windows for the application.
  • Constructor Details

    • Windows

      protected Windows()
      Creates the applications property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • Windows

      public Windows(Atom propertyAtom)
      Creates the applications 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

    • getWindow

      public UIPanelBase getWindow(String name)
      Gets the window of the specified name.
      Parameters:
      name - The name of the window, case sensitive.
      Returns:
      The UIWindow instance or null if not found.