Uses of Class
bibliothek.gui.dock.station.StackDockStation

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

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

Methods in bibliothek.extension.gui.dock.theme.bubble that return StackDockStation
protected  StackDockStation BubbleCombiner.createStackDockStation(DockTheme theme)
          Creates a new StackDockStation which will be populated with two Dockables.
 

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

Methods in bibliothek.extension.gui.dock.theme.flat that return StackDockStation
protected  StackDockStation FlatCombiner.createStackDockStation(DockTheme theme)
          Creates a new StackDockStation which will be populated with two Dockables.
 

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

Methods in bibliothek.gui.dock.station.stack that return StackDockStation
protected  StackDockStation StackDockStationFactory.createStation()
          Called by read when
 StackDockStation StackDockStationFactory.read(java.util.Map<java.lang.Integer,Dockable> children, boolean ignore, java.io.DataInputStream in)
           
 

Methods in bibliothek.gui.dock.station.stack with parameters of type StackDockStation
 void StackDockStationFactory.read(java.util.Map<java.lang.Integer,Dockable> children, boolean ignore, StackDockStation station, java.io.DataInputStream in)
           
 void StackDockStationFactory.write(StackDockStation element, java.util.Map<Dockable,java.lang.Integer> children, java.io.DataOutputStream out)