Uses of Interface
bibliothek.gui.dock.station.toolbar.ToolbarStrategy

Packages that use ToolbarStrategy
bibliothek.gui.dock   
bibliothek.gui.dock.station.screen   
bibliothek.gui.dock.station.toolbar   
 

Uses of ToolbarStrategy in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return ToolbarStrategy
 ToolbarStrategy AbstractToolbarDockStation.getToolbarStrategy()
          Gets the ToolbarStrategy that is currently used by this station.
 ToolbarStrategy ToolbarContainerDockStation.getToolbarStrategy()
          Gets the ToolbarStrategy that is currently used by this station.
 ToolbarStrategy ToolbarGroupDockStation.getToolbarStrategy()
          Gets the ToolbarStrategy that is currently used by this station.
 

Uses of ToolbarStrategy in bibliothek.gui.dock.station.screen
 

Methods in bibliothek.gui.dock.station.screen that return ToolbarStrategy
protected  ToolbarStrategy ScreenToolbarInserter.getStrategy()
          Gets the ToolbarStrategy that is currently in use.
protected  ToolbarStrategy ToolbarWindowConfiguration.getStrategy()
          Gets the strategy which is used by this configuration.
 

Uses of ToolbarStrategy in bibliothek.gui.dock.station.toolbar
 

Classes in bibliothek.gui.dock.station.toolbar that implement ToolbarStrategy
 class DefaultToolbarStrategy
          The default implementation of ToolbarStrategy.
 

Fields in bibliothek.gui.dock.station.toolbar with type parameters of type ToolbarStrategy
static bibliothek.gui.dock.util.PropertyKey<ToolbarStrategy> ToolbarStrategy.STRATEGY
          PropertyKey for the current ToolbarStrategy to use.