Deprecated API


Contents
Deprecated Interfaces
bibliothek.gui.dock.event.DockListener
          clients should use the listeners they require directly 
 

Deprecated Classes
bibliothek.extension.gui.dock.preference.preferences.choice.ButtonContentChoice
          replaced by ButtonContentPreferenceModel 
bibliothek.extension.gui.dock.preference.preferences.ButtonContentPreference
          replaced by ButtonContentPreferenceModel 
bibliothek.gui.dock.event.DockAdapter
          clients should use the required listener or adapter class directly 
bibliothek.gui.dock.station.stack.StackTabListLayout
          this class is no longer used anywhere and will be removed 
 

Deprecated Fields
bibliothek.gui.dock.dockable.DockableStateEvent.FLAG_VISIBILITY
          use DockableStateEvent.FLAG_SHOWING instead of this flag. This flag will be removed in a future version. 
 

Deprecated Methods
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.dockable.DockableStateEvent.didVisibilityChange()
          use DockableStateEvent.didShowingChange() instead, this method will be removed in a future version 
bibliothek.gui.dock.themes.basic.BasicStationPaint.getColor()
          see BasicStationPaint.setColor(Color) 
bibliothek.gui.DockFrontend.getDockables()
          please use DockFrontend.listDockables() 
bibliothek.gui.Dockable.isDockableVisible()
          replaced by Dockable.isDockableShowing(), this method will be removed in a future release 
bibliothek.gui.dock.SplitDockStation.isDockableVisible()
           
bibliothek.gui.dock.dockable.AbstractDockable.isDockableVisible()
           
bibliothek.gui.DockStation.isStationVisible()
          use DockStation.isStationShowing() instead, this method will be removed in a future release 
bibliothek.gui.dock.ScreenDockStation.isStationVisible()
           
bibliothek.gui.dock.SplitDockStation.isStationVisible()
           
bibliothek.gui.dock.station.AbstractDockableStation.isStationVisible()
           
bibliothek.gui.DockStation.isVisible(Dockable)
          use DockStation.isChildShowing(Dockable) instead, this method will be removed in a future release 
bibliothek.gui.dock.ScreenDockStation.isVisible(Dockable)
           
bibliothek.gui.dock.SplitDockStation.isVisible(Dockable)
           
bibliothek.gui.dock.station.AbstractDockableStation.isVisible(Dockable)
           
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.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)