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

Packages that use CombinedTab
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.extension.gui.dock.theme.eclipse.stack   
bibliothek.extension.gui.dock.theme.flat   
bibliothek.gui.dock.station.stack   
 

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

Classes in bibliothek.extension.gui.dock.theme.bubble that implement CombinedTab
 class BubbleTab
          A Tab used by the BubbleStackDockComponent.
 

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

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack that implement CombinedTab
 class EclipseTab
          A wrapper around a TabComponent allowing to use the TabComponent also as CombinedTab.
 

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

Classes in bibliothek.extension.gui.dock.theme.flat that implement CombinedTab
 class FlatTab
          A small button which can be clicked by the user.
 

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

Classes in bibliothek.gui.dock.station.stack with type parameters of type CombinedTab
 class CombinedStackDockComponent<T extends CombinedTab,M extends CombinedMenu,I extends CombinedInfoComponent>
          A StackDockComponent which is a combination of other components.
 

Methods in bibliothek.gui.dock.station.stack that return types with arguments of type CombinedTab
 CombinedHandler<CombinedTab> CombinedStackDockComponent.getTabHandler()
          Gets a handler for tabs.