Class TabOverviewDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class TabOverviewDialog extends JDialog
Tab overview dialog.
See Also:
  • Field Details

  • Method Details

    • getOverviewDialog

      public static TabOverviewDialog getOverviewDialog(JTabbedPane tabPane)
      Returns a new instance of a tab overview dialog.
      Parameters:
      tabPane - Tabbed pane.
      Returns:
      Tab overview dialog for the specified tabbed pane.