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

Packages that use CombinedTab
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
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 CombinedTab in bibliothek.extension.gui.dock.theme.bubble
 

Classes in bibliothek.extension.gui.dock.theme.bubble that implement CombinedTab
protected  class BubbleStackDockComponent.Tab
          A tab of the StackDockComponent
 

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

Classes in bibliothek.extension.gui.dock.theme.flat that implement CombinedTab
protected  class FlatTab.FlatButton
          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<C extends CombinedTab>
          A StackDockComponent which is a combination of other components.