Interface Window

    • Method Detail

      • addBody

        void addBody​(String body)
        Method declaration
        Parameters:
        body -
      • getBrowseBar

        BrowseBar getBrowseBar()
        Method declaration
        Returns:
      • getOperationPane

        OperationPane getOperationPane()
        Method declaration
        Returns:
      • setWidth

        void setWidth​(String width)
        Method declaration
        Parameters:
        width -
      • printBefore

        String printBefore()
        Print the beginning of the window in an html format.
        Returns:
        The html based line code
      • printAfter

        String printAfter()
        Print the end of the window in an html format.
        Returns:
        The html based line code
      • isBrowseBarVisible

        boolean isBrowseBarVisible()
        Indicates if this Window should display a Browsebar.
        Returns:
        true if this Window should display a Browsebar - false otherwise.
      • setBrowseBarVisibility

        void setBrowseBarVisibility​(boolean browseBarVisible)
        Defines if this Window should display a Browsebar.
        Parameters:
        browseBarVisible - set to true if this Window should display a Browsebar - false otherwise.
      • isPopup

        boolean isPopup()
      • setPopup

        void setPopup​(boolean popup)