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

Packages that use SingleTabDecider
bibliothek.gui.dock.displayer   
bibliothek.gui.dock.event   
 

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.