Uses of Interface
bibliothek.gui.dock.station.toolbar.group.ToolbarGroupDividerStrategy

Packages that use ToolbarGroupDividerStrategy
bibliothek.gui.dock.station.toolbar.group   
bibliothek.gui.dock.station.toolbar.layout   
 

Uses of ToolbarGroupDividerStrategy in bibliothek.gui.dock.station.toolbar.group
 

Classes in bibliothek.gui.dock.station.toolbar.group that implement ToolbarGroupDividerStrategy
 class DefaultToolbarGroupDividierStrategy
          This implementation of ToolbarGroupDividerStrategy paints a line between each column and each line, and a line around at the outside of the Dockables as well.
 

Fields in bibliothek.gui.dock.station.toolbar.group declared as ToolbarGroupDividerStrategy
static ToolbarGroupDividerStrategy ToolbarGroupDividerStrategy.NULL
          Represents the strategy that does not exist.
 

Methods in bibliothek.gui.dock.station.toolbar.group that return ToolbarGroupDividerStrategy
 ToolbarGroupDividerStrategy ToolbarGroupDividerStrategyFactory.create(ToolbarGroupDockStation station)
          Creates a new strategy for station.
 

Methods in bibliothek.gui.dock.station.toolbar.group with parameters of type ToolbarGroupDividerStrategy
 void ToolbarGroupSpanStrategy.setDividers(ToolbarGroupDividerStrategy dividers)
          Sets the strategy for painting between the Dockables.
 

Uses of ToolbarGroupDividerStrategy in bibliothek.gui.dock.station.toolbar.layout
 

Methods in bibliothek.gui.dock.station.toolbar.layout with parameters of type ToolbarGroupDividerStrategy
 void ToolbarGridLayoutManager.setDividerStrategy(ToolbarGroupDividerStrategy dividers)
          Sets the strategy responsible for painting a border between the Dockables.