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.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.intern.AbstractCDockable.stateListeners()
          subclasses should use CListenerCollection.getCDockableStateListener() of AbstractCDockable.listenerCollection if they want to fire an event