Class SmartTabbedPane

All Implemented Interfaces:
TabAware, ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants
Direct Known Subclasses:
AdvancedTab, FixedWidthVerticalTabPane

public class SmartTabbedPane extends JTabbedPane implements TabAware
Special tabbed pane with three new features over a normal JTabbedPane: 1. Tab warning color - a tab can indicate that something needs attention and it will be tinted dark red 2. Deferred tabs - a tab may defer instantiation of its actual component until the tab is selected 3. Splitting to a new window - a tab may be split off onto a new window at the user's request
See Also:
  • Constructor Details

    • SmartTabbedPane

      public SmartTabbedPane()
    • SmartTabbedPane

      public SmartTabbedPane(int tabPlacement)
    • SmartTabbedPane

      public SmartTabbedPane(int tabPlacement, int tabLayoutPolicy)
  • Method Details