Uses of Class
bibliothek.gui.dock.station.stack.DefaultStackDockComponent.Tab

Packages that use DefaultStackDockComponent.Tab
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

Uses of DefaultStackDockComponent.Tab in bibliothek.gui.dock.station.stack
 

Methods in bibliothek.gui.dock.station.stack that return DefaultStackDockComponent.Tab
protected  DefaultStackDockComponent.Tab DefaultStackDockComponent.createTab(Dockable dockable)
          Creates a new representation of a tab on this component.
 

Uses of DefaultStackDockComponent.Tab in bibliothek.gui.dock.themes.basic
 

Subclasses of DefaultStackDockComponent.Tab in bibliothek.gui.dock.themes.basic
protected  class BasicStackDockComponent.BasicTab
          A basic tab that listens to the DockController to recognize when it is focused.
 

Methods in bibliothek.gui.dock.themes.basic that return DefaultStackDockComponent.Tab
protected  DefaultStackDockComponent.Tab BasicStackDockComponent.createTab(Dockable dockable)