Interface ITabbedPaneWindow


public interface ITabbedPaneWindow
The interface for a window containing a JTabbedPane. JhromeTabbedPane uses this interface to move a jhromeTab that has been torn away into a new window. This allows you to control the layout and attributes of the window besides its tabbed pane.
Author:
andy.edwards
See Also:
  • Method Details

    • getTabbedPane

      JTabbedPane getTabbedPane()
      Returns:
      the JhromeTabbedPane in the window.
    • getWindow

      Window getWindow()
      Returns:
      the Window containing the tabbed pane.