Deprecated API


Contents
Deprecated Interfaces
bibliothek.extension.gui.dock.station.split.SizeManager
          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. 
 

Deprecated Classes
bibliothek.extension.gui.dock.station.split.DockFrontendSizeManager
          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. 
bibliothek.extension.gui.dock.station.split.LbSplitLayoutManager
          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. 
bibliothek.gui.dock.station.stack.StackTabListLayout
          this class is no longer used anywhere and will be removed 
 

Deprecated Methods
bibliothek.gui.DockFrontend.add(Dockable, String)
          replaced by DockFrontend.addDockable(String, Dockable), since name is used as key in a map, it should come first. Note: this method might be removed in future releases. 
bibliothek.gui.DockFrontend.addRoot(DockStation, String)
          replaced by DockFrontend.addRoot(String, DockStation), since name is used as key in a map it should come first 
bibliothek.gui.dock.themes.basic.BasicStationPaint.getColor()
          see BasicStationPaint.setColor(Color) 
bibliothek.gui.DockFrontend.getDockables()
          please use DockFrontend.listDockables() 
bibliothek.gui.dock.station.screen.ScreenDockStationFactory.getOwner()
          replaced by ScreenDockStationFactory.getProvider() 
bibliothek.gui.dock.security.SecureDockController.isRequested()
          uses a proprietary implementation, currently no replacement available 
bibliothek.gui.dock.layout.PredefinedDockSituation.put(DockElement)
          use PredefinedDockSituation.put(String, DockElement) instead 
bibliothek.gui.dock.themes.basic.BasicDockTitle.reshape(int, int, int, int)
           
bibliothek.gui.DockUI.setBundle(Locale)
          replaced by DockUI.setLocale(Locale) 
bibliothek.gui.dock.themes.basic.BasicStationPaint.setColor(Color)
          better use the ColorManager with keys paint.line, paint.divider, paint.insertion 
 

Deprecated Constructors
bibliothek.gui.dock.util.PropertyKey(String, PropertyFactory)
          replaced by PropertyKey.PropertyKey(String, PropertyFactory, boolean)