Uses of Interface
bibliothek.gui.dock.station.stack.tab.TabPaneComponent

Packages that use TabPaneComponent
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". 
bibliothek.gui.dock.station.stack.tab.layouting Various interfaces and classes used by a TabPane to describe its content to a TabLayoutManager, which will set position and size of all the children of the TabPane
 

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

Classes in bibliothek.extension.gui.dock.theme.bubble that implement TabPaneComponent
 class BubbleTab
          A Tab used by the BubbleStackDockComponent.
 class BubbleTabMenu
          A round button with an icon that opens a menu when clicked.
 

Methods in bibliothek.extension.gui.dock.theme.bubble with parameters of type TabPaneComponent
 Insets BubbleTab.getOverlap(TabPaneComponent other)
           
 

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

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack that implement TabPaneComponent
 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.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack with parameters of type TabPaneComponent
 Insets EclipseTab.getOverlap(TabPaneComponent other)
           
 

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

Classes in bibliothek.extension.gui.dock.theme.flat that implement TabPaneComponent
 class FlatMenu
          A menu that contains a list of Dockables to select.
 class FlatTab
          A small button which can be clicked by the user.
 

Methods in bibliothek.extension.gui.dock.theme.flat with parameters of type TabPaneComponent
 Insets FlatTab.getOverlap(TabPaneComponent other)
           
 

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

Subinterfaces of TabPaneComponent in bibliothek.gui.dock.station.stack
 interface CombinedInfoComponent
          The info component used by the CombinedStackDockComponent is supposed to be represented by a Component.
 interface CombinedMenu
          A menu that is displayed on a CombinedStackDockComponent.
 interface CombinedTab
          A tab of a CombinedStackDockComponent.
 

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

Classes in bibliothek.gui.dock.station.stack.menu that implement TabPaneComponent
 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 TabPaneComponent in bibliothek.gui.dock.station.stack.tab
 

Subinterfaces of TabPaneComponent in bibliothek.gui.dock.station.stack.tab
 interface LonelyTabPaneComponent
          A LonelyTabPaneComponent is a TabPaneComponent which can be used in a layout as a single element.
 interface Tab
          A Tab represents a single Dockable that lies on a TabPane.
 interface TabMenu
          A TabMenu is a list of one or several Dockables, the user can open the menu and select one of them.
 

Classes in bibliothek.gui.dock.station.stack.tab that implement TabPaneComponent
 class AbstractTab
          Abstract implemention of Tab based on a real Component.
 class AbstractTabPaneComponent
          A TabPaneComponent that really represents a Component.
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type TabPaneComponent
 Insets AbstractTabPaneComponent.getOverlap(TabPaneComponent other)
           
 Insets TabPaneComponent.getOverlap(TabPaneComponent other)
          Tells how much of this component may be overlapped by another component other.
 

Uses of TabPaneComponent in bibliothek.gui.dock.station.stack.tab.layouting
 

Classes in bibliothek.gui.dock.station.stack.tab.layouting with type parameters of type TabPaneComponent
 class ComponentLayoutBlock<C extends TabPaneComponent>
          This LayoutBlock handles exactly one TabPaneComponent.