Uses of Class
bibliothek.util.Todo

Packages that use Todo
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.behavior   
bibliothek.gui.dock.common.event Various listeners and adapters that can be added to CControl, CDockable and other classes associated with them. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.perspective The perspective API offers clients the possibility to define or modify the layout of an application without actually creating any CDockables. 
bibliothek.gui.dock.control.focus The focus sub-system is responsible for transfering the focus to the currently active Dockable
bibliothek.gui.dock.displayer Classes and interfaces that are needed by the DockableDisplayer
bibliothek.gui.dock.dockable Some classes related to Dockable
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.security A package dealing with the issues of Applets and Wepstart-applications.
DockingFrames monitors mouse- and other events globally. 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
 

Uses of Todo in bibliothek.gui
 

Methods in bibliothek.gui with annotations of type Todo
 boolean Dockable.isDockableVisible()
          Deprecated. replaced by Dockable.isDockableShowing(), this method will be removed in a future release
 boolean DockStation.isStationVisible()
          Deprecated. use DockStation.isStationShowing() instead, this method will be removed in a future release
 boolean DockStation.isVisible(Dockable dockable)
          Deprecated. use DockStation.isChildShowing(Dockable) instead, this method will be removed in a future release
 void DockController.setFocusedDockable(Dockable focusedDockable, Component component, boolean force)
          Deprecated. clients should use DockController.setFocusedDockable(FocusRequest) instead
 void DockController.setFocusedDockable(Dockable focusedDockable, Component component, boolean force, boolean ensureFocusSet, boolean ensureDockableFocused)
          Deprecated. clients should use DockController.setFocusedDockable(FocusRequest) instead
 

Uses of Todo in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock with annotations of type Todo
 boolean SplitDockStation.isDockableVisible()
          Deprecated. 
 boolean ScreenDockStation.isStationVisible()
          Deprecated. 
 boolean SplitDockStation.isStationVisible()
          Deprecated. 
 boolean ScreenDockStation.isVisible(Dockable dockable)
          Deprecated. 
 boolean SplitDockStation.isVisible(Dockable dockable)
          Deprecated. 
 

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

Classes in bibliothek.gui.dock.common.behavior with annotations of type Todo
 class ExternalizingCGridArea
          This CStation is intended to be set between a ScreenDockStation and a Dockable.
 

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

Methods in bibliothek.gui.dock.common.event with annotations of type Todo
 boolean CDockableLocationEvent.getNewVisible()
          Deprecated. replaced by CDockableLocationEvent.getNewShowing()
 boolean CDockableLocationEvent.getOldVisible()
          Deprecated. replaced by CDockableLocationEvent.getOldShowing()
 boolean CDockableLocationEvent.isVisibleChanged()
          Deprecated. this method gets replaced by CDockableLocationEvent.isShowingChanged()
 

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

Methods in bibliothek.gui.dock.common.intern with annotations of type Todo
 boolean AbstractCDockable.isDockableVisible()
          Deprecated. 
 boolean CDockable.isDockableVisible()
          Deprecated. this method gets replaced by CDockable.isShowing(), which offers the exact same information. This method will be removed in a future release
 

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

Classes in bibliothek.gui.dock.common.perspective with annotations of type Todo
 class CPerspective
          A CPerspective is a lightweight, modifiable representation of all Dockables and DockStations handled by a CControl.
When using a CPerspective clients have to be aware of: Neither single- nor multiple-dockables need to be registered. Any root-CStation used by a CControl needs to be registered using #addRoot(CStationPerspective)
 

Uses of Todo in bibliothek.gui.dock.control.focus
 

Methods in bibliothek.gui.dock.control.focus with annotations of type Todo
 FocusVetoListener.FocusVeto FocusController.setFocusedDockable(DockElementRepresentative source, Component component, boolean force, boolean ensureFocusSet, boolean ensureDockableFocused)
          Deprecated. this method will be replaced by FocusController.focus(FocusRequest)
 

Uses of Todo in bibliothek.gui.dock.displayer
 

Fields in bibliothek.gui.dock.displayer with annotations of type Todo
static SingleTabDecider SingleTabDecider.ALLWAYS
          Deprecated. please use SingleTabDecider.ALWAYS instead
 

Uses of Todo in bibliothek.gui.dock.dockable
 

Fields in bibliothek.gui.dock.dockable with annotations of type Todo
static int DockableStateEvent.FLAG_VISIBILITY
          Deprecated. use DockableStateEvent.FLAG_SHOWING instead of this flag. This flag will be removed in a future version.
 

Methods in bibliothek.gui.dock.dockable with annotations of type Todo
 boolean DockableStateEvent.didVisibilityChange()
          Deprecated. use DockableStateEvent.didShowingChange() instead, this method will be removed in a future version
 boolean AbstractDockable.isDockableVisible()
          Deprecated. 
 

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.security
 

Classes in bibliothek.gui.dock.security with annotations of type Todo
 class GlassedPane
          A panel containing two children: a "content pane" and a "glass pane".
 

Uses of Todo in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station with annotations of type Todo
 boolean AbstractDockableStation.isStationVisible()
          Deprecated. 
 boolean AbstractDockableStation.isVisible(Dockable dockable)
          Deprecated. 
 

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.