Uses of Class
bibliothek.gui.dock.station.support.CombinerWrapper

Packages that use CombinerWrapper
bibliothek.gui.dock.station   
 

Uses of CombinerWrapper in bibliothek.gui.dock.station
 

Fields in bibliothek.gui.dock.station declared as CombinerWrapper
private  CombinerWrapper SplitDockStation.combiner
          Combiner to combine some Dockables
private  CombinerWrapper FlapDockStation.combiner
          The Combiner user to combine Dockables
private  CombinerWrapper ScreenDockStation.combiner
          Combiner to merge some Dockables
 

Methods in bibliothek.gui.dock.station that return CombinerWrapper
 CombinerWrapper SplitDockStation.getCombiner()
          Gets a Combiner to combine Dockables on this station.
 CombinerWrapper FlapDockStation.getCombiner()
          Gets the Combiner to merge Dockables
 CombinerWrapper ScreenDockStation.getCombiner()
          Gets the Combiner that is used to merge two Dockables on this station.