Uses of Class
bibliothek.util.Todo

Packages that use Todo
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.perspective   
bibliothek.gui.dock.layout Elements dealing with the location of Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations. 
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
 

Uses of Todo in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with annotations of type Todo
 List<CContentArea> CControl.getContentAreas()
          Deprecated. use CControl.getStationContainers() instead
 void CControl.remove(CStation<?> station)
          Deprecated. use CControl.removeStation(CStation) instead
 void CControl.remove(MultipleCDockable dockable)
          Deprecated. please use CControl.removeDockable(MultipleCDockable) instead, this method will be removed in a future release
 boolean CControl.remove(SingleCDockable dockable)
          Deprecated. Please use CControl.removeDockable(SingleCDockable) instead, this method will be removed in a future release
 

Uses of Todo in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern with annotations of type Todo
 boolean CDockable.isMinimizedHold()
          Deprecated. use CDockable.isSticky() instead
 boolean CDockable.isMinimizedHoldSwitchable()
          Deprecated. use CDockable.isStickySwitchable() instead
 void CDockable.setMinimizedHold(boolean hold)
          Deprecated. use CDockable.setSticky(boolean) instead
 void CDockable.setMinimizedHoldSwitchable(boolean switchable)
          Deprecated. use CDockable.setStickySwitchable(boolean) instead
 

Uses of Todo in bibliothek.gui.dock.common.perspective
 

Methods in bibliothek.gui.dock.common.perspective with annotations of type Todo
 void CPerspective.addRoot(CStationPerspective station)
          Deprecated. use CPerspective.addStation(CStationPerspective) instead
 CStationPerspective CPerspective.getRoot(String id)
          Deprecated. use CPerspective.getStation(String) instead
 String[] CPerspective.getRootKeys()
          Deprecated. use CPerspective.getStationKeys() instead
 

Uses of Todo in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout with annotations of type Todo
 DockFactory<? extends DockElement,?,?> DockSituation.getFactory(String id)
          Gets the factory which has the given id.
 

Uses of Todo in bibliothek.gui.dock.station.screen
 

Classes in bibliothek.gui.dock.station.screen with annotations of type Todo
 class DefaultScreenDockFullscreenStrategy
          This default implementation of a ScreenDockFullscreenStrategy just works with the boundaries of a ScreenDockWindow.