Uses of Class
bibliothek.gui.dock.station.stack.tab.AbstractTabPaneComponent

Packages that use AbstractTabPaneComponent
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.stack An implementation of TabPane and supporting classes for the EclipseTheme
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.station.stack.menu Contains an abstract implementation of CombinedMenu including helper classes. 
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
 

Uses of AbstractTabPaneComponent in bibliothek.extension.gui.dock.theme.bubble
 

Subclasses of AbstractTabPaneComponent in bibliothek.extension.gui.dock.theme.bubble
 class BubbleTabMenu
          A round button with an icon that opens a menu when clicked.
 

Uses of AbstractTabPaneComponent in bibliothek.extension.gui.dock.theme.eclipse.stack
 

Subclasses of AbstractTabPaneComponent in bibliothek.extension.gui.dock.theme.eclipse.stack
 class EclipseMenu
          A menu used by the EclipseTabPane to select Dockables.
 class EclipseTab
          A wrapper around a TabComponent allowing to use the TabComponent also as CombinedTab.
 class EclipseTabInfo
          This component shows a subset of DockActions of the currently selected Dockable of its parent TabPane.
 

Uses of AbstractTabPaneComponent in bibliothek.extension.gui.dock.theme.flat
 

Subclasses of AbstractTabPaneComponent in bibliothek.extension.gui.dock.theme.flat
 class FlatMenu
          A menu that contains a list of Dockables to select.
 

Uses of AbstractTabPaneComponent in bibliothek.gui.dock.station.stack
 

Methods in bibliothek.gui.dock.station.stack that return types with arguments of type AbstractTabPaneComponent
 CombinedHandler<AbstractTabPaneComponent> CombinedStackDockComponent.getInfoHandler()
          Gets a handler for info components.
 

Uses of AbstractTabPaneComponent in bibliothek.gui.dock.station.stack.menu
 

Subclasses of AbstractTabPaneComponent in bibliothek.gui.dock.station.stack.menu
 class AbstractCombinedMenu
          An abstract implementation of CombinedMenu, this menu delegates creation and management of its Component to its subclasses and uses a CombinedMenuContent to show its content.
 

Uses of AbstractTabPaneComponent in bibliothek.gui.dock.station.stack.tab
 

Subclasses of AbstractTabPaneComponent in bibliothek.gui.dock.station.stack.tab
 class AbstractTab
          Abstract implemention of Tab based on a real Component.