Uses of Class
bibliothek.gui.dock.StackDockStation

Packages that use StackDockStation
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.extension.gui.dock.theme.eclipse.rex.tab   
bibliothek.extension.gui.dock.theme.flat   
bibliothek.gui.dock.security   
bibliothek.gui.dock.station.stack   
bibliothek.gui.dock.themes.basic   
bibliothek.gui.dock.themes.color   
bibliothek.gui.dock.themes.font   
 

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

Constructors in bibliothek.extension.gui.dock.theme.bubble with parameters of type StackDockStation
BubbleStackDockComponent(StackDockStation station)
          Creates a new component.
 

Uses of StackDockStation in bibliothek.extension.gui.dock.theme.eclipse.rex.tab
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.rex.tab that return StackDockStation
 StackDockStation BaseTabComponent.getStation()
           
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.rex.tab with parameters of type StackDockStation
 TabComponent TabPainter.createTabComponent(DockController controller, RexTabbedComponent component, StackDockStation station, Dockable dockable, int index)
          Creates a new entry for the tab-strip above the contents of a RexTabbedComponent.
 

Constructors in bibliothek.extension.gui.dock.theme.eclipse.rex.tab with parameters of type StackDockStation
BaseTabComponent(RexTabbedComponent component, DockController controller, StackDockStation station, Dockable dockable, int index)
          Creates a new TabComponent
RectGradientPainter(RexTabbedComponent component, DockController controller, StackDockStation station, Dockable dockable, int index)
           
ShapedGradientPainter(DockController controller, RexTabbedComponent component, StackDockStation station, Dockable dockable, int index)
           
 

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

Constructors in bibliothek.extension.gui.dock.theme.flat with parameters of type StackDockStation
FlatTab(StackDockStation station)
          Creates a new FlatTab
 

Uses of StackDockStation in bibliothek.gui.dock.security
 

Subclasses of StackDockStation in bibliothek.gui.dock.security
 class SecureStackDockStation
          A StackDockStation which can operate in a restricted environment.
 

Methods in bibliothek.gui.dock.security that return StackDockStation
protected  StackDockStation SecureStackDockStationFactory.createStation()
           
 

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

Methods in bibliothek.gui.dock.station.stack that return StackDockStation
protected  StackDockStation StackDockStationFactory.createStation()
          Called when a new StackDockStation is required.
 StackDockStation StackDockStationFactory.layout(StackDockStationLayout layout)
           
 StackDockStation StackDockStationFactory.layout(StackDockStationLayout layout, Map<Integer,Dockable> children)
           
 

Methods in bibliothek.gui.dock.station.stack with parameters of type StackDockStation
 StackDockComponent StackDockComponentFactory.create(StackDockStation station)
          Creates a new component for station.
 StackDockStationLayout StackDockStationFactory.getLayout(StackDockStation station, Map<Dockable,Integer> children)
           
 void StackDockStationFactory.setLayout(StackDockStation element, StackDockStationLayout layout)
           
 void StackDockStationFactory.setLayout(StackDockStation station, StackDockStationLayout layout, Map<Integer,Dockable> children)
           
 

Uses of StackDockStation in bibliothek.gui.dock.themes.basic
 

Constructors in bibliothek.gui.dock.themes.basic with parameters of type StackDockStation
BasicStackDockComponent(StackDockStation station)
           
 

Uses of StackDockStation in bibliothek.gui.dock.themes.color
 

Methods in bibliothek.gui.dock.themes.color that return StackDockStation
 StackDockStation TabColor.getStation()
          Gets the station on which the tab is shown.
 

Constructors in bibliothek.gui.dock.themes.color with parameters of type StackDockStation
TabColor(String id, Path kind, StackDockStation station, Dockable dockable, Color backup)
          Creates a new TabColor.
TabColor(String id, StackDockStation station, Dockable dockable, Color backup)
          Creates a new TabColor.
 

Uses of StackDockStation in bibliothek.gui.dock.themes.font
 

Methods in bibliothek.gui.dock.themes.font that return StackDockStation
 StackDockStation TabFont.getStation()
          Gets the station for which this font is used.
 

Constructors in bibliothek.gui.dock.themes.font with parameters of type StackDockStation
TabFont(String id, Path kind, StackDockStation station, Dockable dockable)
          Creates a new font
TabFont(String id, Path kind, StackDockStation station, Dockable dockable, FontModifier backup)
          Creates a new font
TabFont(String id, StackDockStation station, Dockable dockable)
          Creates a new font
TabFont(String id, StackDockStation station, Dockable dockable, FontModifier backup)
          Creates a new font