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.DockController.addUIListener(UIListener)
please use DockController.getThemeManager() to handle UIListener s, this method will be
removed in a future release. |
bibliothek.gui.dock.themes.basic.BasicStationPaint.getColor()
see BasicStationPaint.setColor(Color) |
bibliothek.gui.DockUI.getCombiner(Combiner, DockStation)
this method is no longer used, clients should use the ThemeManager to retrieve such resources |
bibliothek.gui.DockUI.getDisplayerFactory(DisplayerFactory, DockStation)
this method is no longer used, clients should use the ThemeManager to retrieve such resources |
bibliothek.gui.DockFrontend.getDockables()
please use DockFrontend.listDockables() |
bibliothek.gui.dock.station.screen.ScreenDockStationFactory.getOwner()
replaced by ScreenDockStationFactory.getProvider() |
bibliothek.gui.DockUI.getPaint(StationPaint, DockStation)
since the ThemeManager exists, this method should no longer be used. Instead an
UIValue should be registered at the ThemeManager , see DefaultStationPaintValue . |
bibliothek.gui.dock.security.SecureDockController.isRequested()
uses a proprietary implementation, currently no replacement available |
bibliothek.gui.dock.layout.PredefinedDockSituation.put(DockElement)
use PredefinedDockSituation.put(String, DockElement) instead |
bibliothek.gui.DockController.removeUIListener(UIListener)
please use DockController.getThemeManager() to handle UIListener s, this method will be
removed in a future release. |
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.DockController.updateUI()
please use DockController.getThemeManager() to call a similar named method, this method will be
removed in a future release. |