Uses of Interface
bibliothek.gui.dock.station.stack.CombinedInfoComponent

Packages that use CombinedInfoComponent
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
 

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

Classes in bibliothek.extension.gui.dock.theme.bubble that implement CombinedInfoComponent
 class BubbleInfoComponent
          This component shows a number of DockActions and is used by the BubbleStackDockComponent to be shown alongside the tabs.
 

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

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack that implement CombinedInfoComponent
 class EclipseTabInfo
          This component shows a subset of DockActions of the currently selected Dockable of its parent TabPane.
 

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

Classes in bibliothek.extension.gui.dock.theme.flat that implement CombinedInfoComponent
 class FlatInfoComponent
          This component shows a number of DockActions and is used by the BubbleStackDockComponent to be shown alongside the tabs.
 

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

Classes in bibliothek.gui.dock.station.stack with type parameters of type CombinedInfoComponent
 class CombinedStackDockComponent<T extends CombinedTab,M extends CombinedMenu,I extends CombinedInfoComponent>
          A StackDockComponent which is a combination of other components.
This class also implements TabPane and thus supports the TabLayoutManager.
 

Classes in bibliothek.gui.dock.station.stack that implement CombinedInfoComponent
 class DockActionCombinedInfoComponent
          An AbstractTabPaneComponent that was specifically desinged for showing a set of DockActions.