Uses of Class
bibliothek.gui.dock.StackDockStation

Packages that use StackDockStation
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.rex.tab Various components needed to paint and manage the tab which is visible on a RexTabbedComponent
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications.
DockingFrames monitors mouse- and other events globally. 
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. 
bibliothek.gui.dock.themes.color   
 

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, Class<? extends DockColor> kind, StackDockStation station, Dockable dockable, Color backup)
          Creates a new TabColor.