Deprecated API


Contents
Deprecated Classes
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.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)