com.hp.lft.sdk.stdwin

Class WindowDescription

    • Constructor Detail

      • WindowDescription

        public WindowDescription()
        Initializes a new instance of the WindowDescription class.
      • WindowDescription

        protected WindowDescription(WindowDescription.Init<?> init)
        Initializes a new instance of the WindowDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setActive

        public void setActive(java.lang.Boolean isActive)
        Sets whether this window is the foreground window.
        Parameters:
        isActive - sets whether this is the foreground window.
      • isActive

        public java.lang.Boolean isActive()
        Indicates whether this window is the foreground object
        Returns:
        true when this window is the foreground object.
      • setBorder

        public void setBorder(java.lang.Boolean hasBorder)
        Sets whether this window has a thin-line border.
        Parameters:
        hasBorder - sets whether this window has a thin-line border.
      • hasBorder

        public java.lang.Boolean hasBorder()
        Indicates whether this window has a thin-line border.
        Returns:
        true if this window has a thin-line border.
      • setCaption

        public void setCaption(java.lang.Boolean hasCaption)
        Sets whether this window has a title bar property.
        Parameters:
        hasCaption - sets whether this window has a title bar.
      • hasCaption

        public java.lang.Boolean hasCaption()
        Indicates whether the window has a title bar.
        Returns:
        true if this window has a title bar.
      • setSizebox

        public void setSizebox(java.lang.Boolean hasSizebox)
        Sets whether this window has a sizing border.
        Parameters:
        hasSizebox - sets whether this window has a sizing border.
      • hasSizebox

        public java.lang.Boolean hasSizebox()
        Indicates whether this window has a sizing border.
        Returns:
        true if the window has a sizing border.
      • setSystemMenu

        public void setSystemMenu(java.lang.Boolean hasSystemMenu)
        Sets whether this window has a window menu on its title bar.
        Parameters:
        hasSystemMenu - sets whether this window has a window menu on its title bar.
      • hasSystemMenu

        public java.lang.Boolean hasSystemMenu()
        Indicates whether this window has a window menu on its title bar.
        Returns:
        true if this window has a window menu on its title bar.
      • setChildWindow

        public void setChildWindow(java.lang.Boolean isChildWindow)
        Set whether this window is a child window.
        Parameters:
        isChildWindow - sets whether this window is a child window.
      • isChildWindow

        public java.lang.Boolean isChildWindow()
        Indicates whether this window is a child window.
        Returns:
        true if the window is a child window.
      • setOwnedWindow

        public void setOwnedWindow(java.lang.Boolean isOwnedWindow)
        Set whether this window has an owner window.
        Parameters:
        isOwnedWindow - sets whether this window has an owner window.
      • isOwnedWindow

        public java.lang.Boolean isOwnedWindow()
        Indicates whether this window has an owner window.
        Returns:
        true if the window has an owner window.
      • setIsMdiChildWindow

        public void setIsMdiChildWindow(java.lang.Boolean isMdiChildWindow)
        Set whether this window is a multiple-document interface (MDI) child window.
        Parameters:
        isMdiChildWindow - sets whether this window is a multiple-document interface (MDI) child window.
      • isMdiChildWindow

        public java.lang.Boolean isMdiChildWindow()
        Indicates whether this window is a multiple-document interface (MDI) child window.
        Returns:
        true if this window is a multiple-document interface (MDI) child window.
      • setPopupWindow

        public void setPopupWindow(java.lang.Boolean isPopupWindow)
        Set whether this window is a pop-up window.
        Parameters:
        isPopupWindow - sets whether this window is a pop-up window.
      • isPopupWindow

        public java.lang.Boolean isPopupWindow()
        Indicates whether this window is a pop-up window.
        Returns:
        true if the window is a pop-up window.
      • setToolWindow

        public void setToolWindow(java.lang.Boolean isToolWindow)
        Set whether this window is a tool window (a window intended to be used as a floating toolbar).
        Parameters:
        isToolWindow - sets whether this window is a tool window.
      • isToolWindow

        public java.lang.Boolean isToolWindow()
        Indicates whether this window is a tool window (a window intended to be used as a floating toolbar).
        Returns:
        true if this window is a tool window.
      • setMaximizable

        public void setMaximizable(java.lang.Boolean isMaximizable)
        Sets whether this window can be maximized.
        Parameters:
        isMaximizable - sets whether this window can be maximized.
      • isMaximizable

        public java.lang.Boolean isMaximizable()
        Indicates whether this window can be maximized.
        Returns:
        true if this window can be maximized.
      • setMinimizable

        public void setMinimizable(java.lang.Boolean isMinimizable)
        Set whether this window can be minimized.
        Parameters:
        isMinimizable - sets whether this window can be minimized.
      • isMinimizable

        public java.lang.Boolean isMinimizable()
        Indicates whether this window can be minimized.
        Returns:
        true if this window can be minimized.
      • setTopmost

        public void setTopmost(java.lang.Boolean isTopmost)
        Set whether this window is placed above all non-topmost windows and remains in place, even when this window is deactivated.
        Parameters:
        isTopmost - sets whether this window is placed above all non-topmost windows.
      • isTopmost

        public java.lang.Boolean isTopmost()
        Indicates whether this window is placed above all non-topmost windows and remains in place, even when this window is deactivated.
        Returns:
        true if this window is placed above all non-topmost windows.