Deprecated API


Contents
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.dock.common.CControl.add(String, MultipleCDockableFactory)
          use CControl.addMultipleDockableFactory(String, MultipleCDockableFactory) 
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.common.CWorkingArea.isSuppressTitle()
          use AbstractCDockable.isTitleShown() instead 
bibliothek.gui.dock.common.intern.AbstractCDockable.propertyListeners()
          subclasses should use CListenerCollection.getCDockablePropertyListener() of AbstractCDockable.listenerCollection if they want to fire an event 
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 
bibliothek.gui.dock.facile.state.StateManager.setMaximizingStation(String)
          better use StateManager.setMaximizingArea(MaximizeArea) 
bibliothek.gui.dock.common.CWorkingArea.setSuppressTitle(boolean)
          use AbstractCDockable.setTitleShown(boolean) instead 
bibliothek.gui.dock.common.CControl.setTheme(DockTheme)
          replaced by CControl.setTheme(String). While this method still works, the theme will not get stored persistent and any module using the ThemeMap (CControl.getThemes()) will not be informed about the change. 
bibliothek.gui.dock.common.intern.AbstractCDockable.stateListeners()
          subclasses should use CListenerCollection.getCDockableStateListener() of AbstractCDockable.listenerCollection if they want to fire an event 
 

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