Uses of Interface
bibliothek.gui.dock.station.flap.FlapLayoutManager

Packages that use FlapLayoutManager
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.intern.station Contains the CommonStation, various implementations of CommonStation and supporting classes. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
 

Uses of FlapLayoutManager in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type FlapLayoutManager
static PropertyKey<FlapLayoutManager> FlapDockStation.LAYOUT_MANAGER
          Key for the FlapLayoutManager that is used by all FlapDockStations.
 

Methods in bibliothek.gui.dock that return FlapLayoutManager
 FlapLayoutManager FlapDockStation.getFlapLayoutManager()
          Gets the layout manager which was explicitly set by FlapDockStation.setFlapLayoutManager(FlapLayoutManager).
 

Methods in bibliothek.gui.dock with parameters of type FlapLayoutManager
 void FlapDockStation.setFlapLayoutManager(FlapLayoutManager manager)
          Sets the layout manager which should be used by this station.
 

Uses of FlapLayoutManager in bibliothek.gui.dock.common.intern.station
 

Classes in bibliothek.gui.dock.common.intern.station that implement FlapLayoutManager
 class CFlapLayoutManager
          A FlapLayoutManager that uses the properties of CDockable to find and store size and hold values.
 

Uses of FlapLayoutManager in bibliothek.gui.dock.station.flap
 

Classes in bibliothek.gui.dock.station.flap that implement FlapLayoutManager
 class DefaultFlapLayoutManager
          The default implementation of FlapLayoutManager.