Uses of Interface
bibliothek.gui.dock.station.Combiner

Packages that use Combiner
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.extension.gui.dock.theme.flat   
bibliothek.gui   
bibliothek.gui.dock.station.support   
bibliothek.gui.dock.themes   
bibliothek.gui.dock.themes.basic   
 

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

Classes in bibliothek.extension.gui.dock.theme.bubble that implement Combiner
 class BubbleCombiner
          A Combiner normally used by the BubbleTheme to replace the default combiner.
 

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

Classes in bibliothek.extension.gui.dock.theme.flat that implement Combiner
 class FlatCombiner
          A Combiner normally used by the FlatTheme to replace the default combiner.
 

Uses of Combiner in bibliothek.gui
 

Methods in bibliothek.gui that return Combiner
static Combiner DockUI.getCombiner(Combiner combiner, DockStation station)
          Gets a Combiner for station.
 Combiner DockTheme.getCombiner(DockStation station)
          Gets the Combiner for station.
 

Methods in bibliothek.gui with parameters of type Combiner
static Combiner DockUI.getCombiner(Combiner combiner, DockStation station)
          Gets a Combiner for station.
 

Uses of Combiner in bibliothek.gui.dock.station.support
 

Classes in bibliothek.gui.dock.station.support that implement Combiner
 class CombinerWrapper
          A CombinerWrapper encloses a Combiner and uses the combiner as delegate.
 

Fields in bibliothek.gui.dock.station.support declared as Combiner
private  Combiner CombinerWrapper.delegate
          The delegate that is used if not null
 

Methods in bibliothek.gui.dock.station.support that return Combiner
 Combiner CombinerWrapper.getDelegate()
          Gets the delegate of this wrapper.
 

Methods in bibliothek.gui.dock.station.support with parameters of type Combiner
 void CombinerWrapper.setDelegate(Combiner delegate)
          Sets the delegate for this wrapper.
 

Uses of Combiner in bibliothek.gui.dock.themes
 

Fields in bibliothek.gui.dock.themes declared as Combiner
private  Combiner BasicTheme.combiner
          combines several Dockables
 

Methods in bibliothek.gui.dock.themes that return Combiner
 Combiner BasicTheme.getCombiner(DockStation station)
           
 Combiner NoStackTheme.getCombiner(DockStation station)
           
 

Methods in bibliothek.gui.dock.themes with parameters of type Combiner
 void BasicTheme.setCombiner(Combiner combiner)
          Sets the Combiner of this theme.
 

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

Classes in bibliothek.gui.dock.themes.basic that implement Combiner
 class BasicCombiner
          A simple implementation of Combiner, which merges two Dockables by creating a StackDockStation, and putting the children onto this station.
If the argument parent in combiner is a Dockable, then it's title and icon are copied onto the new station.