Uses of Interface
bibliothek.gui.dock.displayer.SingleTabDecider

Packages that use SingleTabDecider
bibliothek.gui.dock.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
bibliothek.gui.dock.displayer Classes and interfaces that are needed by the DockableDisplayer
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework. 
 

Uses of SingleTabDecider in bibliothek.gui.dock.common.intern.ui
 

Classes in bibliothek.gui.dock.common.intern.ui that implement SingleTabDecider
 class CommonSingleTabDecider
          Observes and handles the single-tab property of CDockables.
 

Uses of SingleTabDecider in bibliothek.gui.dock.displayer
 

Fields in bibliothek.gui.dock.displayer declared as SingleTabDecider
static SingleTabDecider SingleTabDecider.ALLWAYS
          this decider shows a tab, unless the element is a station itself or on a StackDockStation
static SingleTabDecider SingleTabDecider.NONE
          this decider never shows a tab
 

Fields in bibliothek.gui.dock.displayer with type parameters of type SingleTabDecider
static PropertyKey<SingleTabDecider> SingleTabDecider.SINGLE_TAB_DECIDER
          Key for the DockProperties
 

Uses of SingleTabDecider in bibliothek.gui.dock.event
 

Methods in bibliothek.gui.dock.event with parameters of type SingleTabDecider
 void SingleTabDeciderListener.showSingleTabChanged(SingleTabDecider source, Dockable dockable)
          Called if the single-tab property of dockable might be changed.