Class Windows

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

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

      • 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 Detail

      • getWindow

        public UIPanelBase getWindow​(java.lang.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.