Uses of Interface
bibliothek.gui.dock.station.split.SplitDividerStrategy

Packages that use SplitDividerStrategy
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of SplitDividerStrategy in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type SplitDividerStrategy
static PropertyKey<SplitDividerStrategy> SplitDockStation.DIVIDER_STRATEGY
          The algorithm that allows users to resize children of a SplitDockStation by grabbing a gab between two children and moving that gap around.
 

Methods in bibliothek.gui.dock that return SplitDividerStrategy
 SplitDividerStrategy SplitDockStation.getDividerStrategy()
          Gets the SplitDividerStrategy that is used to handle the divider of this station.
 

Methods in bibliothek.gui.dock with parameters of type SplitDividerStrategy
 void SplitDockStation.setDividerStrategy(SplitDividerStrategy strategy)
          Sets the SplitDividerStrategy that should be used to handle the divider of this station.
 

Uses of SplitDividerStrategy in bibliothek.gui.dock.station.split
 

Classes in bibliothek.gui.dock.station.split that implement SplitDividerStrategy
 class DefaultSplitDividerStrategy
          The default implementation of SplitDividerStrategy
 

Methods in bibliothek.gui.dock.station.split that return SplitDividerStrategy
 SplitDividerStrategy SplitDividerStrategyFactory.create(SplitDockStation station)
          Creates a new strategy.