Deprecated API


Contents
Deprecated Methods
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.dock.themes.basic.BasicStationPaint.setColor(Color)
          better use the ColorManager with keys paint.line, paint.divider, paint.insertion 
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)