Uses of Interface
bibliothek.extension.gui.dock.station.split.SizeManager

Packages that use SizeManager
bibliothek.extension.gui.dock.station.split   
 

Uses of SizeManager in bibliothek.extension.gui.dock.station.split
 

Classes in bibliothek.extension.gui.dock.station.split that implement SizeManager
 class DockFrontendSizeManager
          Observes a DockFrontend in order to find out which Dockables are available, and when a drag & drop operation starts.
Clients should call DockFrontendSizeManager.setFrontend(DockFrontend) in order to connect this manager with a DockFrontend.
 

Constructors in bibliothek.extension.gui.dock.station.split with parameters of type SizeManager
LbSplitLayoutManager(SizeManager sizeManager)
          Creates a new manager.