Interface TrackedWindow

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getTitle()
      Returns the window title.
      boolean requestFocusInWindow()
      Requests that the window be given focus, if it is focusable.
      void setVisible​(boolean visible)
      Makes the tracked window visible or invisible.
      void toFront()
      Moves the tracked window to the front; only called after the window is made visible.
    • Method Detail

      • getTitle

        java.lang.String getTitle()
        Returns the window title.
        Returns:
        the title of the window, as shown in the menu
      • setVisible

        void setVisible​(boolean visible)
        Makes the tracked window visible or invisible.
        Parameters:
        visible - whether the window should be made visible
      • toFront

        void toFront()
        Moves the tracked window to the front; only called after the window is made visible.
      • requestFocusInWindow

        boolean requestFocusInWindow()
        Requests that the window be given focus, if it is focusable.
        Returns:
        false if the request will certainly fail