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

Packages that use SizeManager
bibliothek.extension.gui.dock.station.split Optional helper functions to keep the size of Dockable even if the elements are moved around. 
 

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

Classes in bibliothek.extension.gui.dock.station.split that implement SizeManager
 class DockFrontendSizeManager
          Deprecated. Due to the new placeholder mechanism this class/interface has become obsolete, it is no longer used anywhere. Clients should now use a PlaceholderStrategy to assign identifiers to the Dockables, with these identifiers the location and size of a Dockable is stored in a much more consistent way than using the LbSplitLayoutManager. This class/interface will be removed in a future release.
 

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