Uses of Class
bibliothek.util.Todo

Packages that use Todo
bibliothek.extension.gui.dock.station.split Optional helper functions to keep the size of Dockable even if the elements are moved around. 
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.action.actions Contains a set of different DockActions and supporting classes. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.themes.basic.action.buttons Classes which allow to paint and interact with a BasicButtonModel
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
bibliothek.util Some classes which are used in DockingFrames, but do not have any importance. 
 

Uses of Todo in bibliothek.extension.gui.dock.station.split
 

Classes in bibliothek.extension.gui.dock.station.split with annotations of type Todo
 class DockFrontendSizeManager
          Deprecated. Due to the new placeholder mechanism this class/interface has become obsolete, it is no longer used anywhere. Clients should now use a PlaceholderStrategy to assign identifiers to the Dockables, with these identifiers the location and size of a Dockable is stored in a much more consistent way than using the LbSplitLayoutManager. This class/interface will be removed in a future release.
 class LbSplitLayoutManager
          Deprecated. Due to the new placeholder mechanism this class/interface has become obsolete, it is no longer used anywhere. Clients should now use a PlaceholderStrategy to assign identifiers to the Dockables, with these identifiers the location and size of a Dockable is stored in a much more consistent way than using the LbSplitLayoutManager. This class/interface will be removed in a future release.
 interface SizeManager
          Deprecated. Due to the new placeholder mechanism this class/interface has become obsolete, it is no longer used anywhere. Clients should now use a PlaceholderStrategy to assign identifiers to the Dockables, with these identifiers the location and size of a Dockable is stored in a much more consistent way than using the LbSplitLayoutManager. This class/interface will be removed in a future release.
 

Uses of Todo in bibliothek.gui
 

Classes in bibliothek.gui with annotations of type Todo
 interface DockTheme
          A theme describes how a DockStation looks like, which DockTitle are selected, and other behavior.
 class DockUI
          A list of icons, text and methods used by the framework.
 

Fields in bibliothek.gui with annotations of type Todo
static String DockUI.OVERFLOW_MENU_ICON
          Key for an Icon stored in the IconManager for an overflow-menu
 

Methods in bibliothek.gui with annotations of type Todo
 void DockFrontend.add(Dockable dockable, String name)
          Deprecated. 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.
 

Uses of Todo in bibliothek.gui.dock
 

Classes in bibliothek.gui.dock with annotations of type Todo
 class FlapDockStation
          This DockStation shows only a title for each of it's children.
 

Methods in bibliothek.gui.dock with annotations of type Todo
 PlaceholderMap SplitDockStation.getPlaceholders()
           
 void SplitDockStation.setPlaceholders(PlaceholderMap placeholders)
           
 

Uses of Todo in bibliothek.gui.dock.action.actions
 

Classes in bibliothek.gui.dock.action.actions with annotations of type Todo
 class SimpleDropDownAction
          A dropdown action that has the same properties for all Dockables.
 

Uses of Todo in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control with annotations of type Todo
 class DefaultDockRelocator
          Default implementation of a handler that performs the drag & drop operations for a DockController.
 

Uses of Todo in bibliothek.gui.dock.station.stack.tab
 

Classes in bibliothek.gui.dock.station.stack.tab with annotations of type Todo
 interface TabLayoutManager
          A TabLayoutManager is responsible for managing the location and size of tags, menus and info-component of a TabPane.
 

Uses of Todo in bibliothek.gui.dock.themes
 

Classes in bibliothek.gui.dock.themes with annotations of type Todo
 interface ColorScheme
          A ColorScheme is a collection of colors and bridges.
 

Uses of Todo in bibliothek.gui.dock.themes.basic.action.buttons
 

Methods in bibliothek.gui.dock.themes.basic.action.buttons with annotations of type Todo
 Dimension MiniButton.getPreferredSize()
           
 

Uses of Todo in bibliothek.gui.dock.util
 

Classes in bibliothek.gui.dock.util with annotations of type Todo
 class IconManager
          A map of icons which are used by various objects.
 class UIProperties<V,U extends UIValue<V>,B extends UIBridge<V,U>>
          A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out.
 

Methods in bibliothek.gui.dock.util with annotations of type Todo
static Component DockUtilities.getShowingComponent(Dockable dockable)
          Searches a Component which is showing and has something to do with dockable.
 

Uses of Todo in bibliothek.util
 

Methods in bibliothek.util with annotations of type Todo
static void JavaVersionWorkaround.markAsGlassPane(Component component)
          This method is necessary since 1.6.14, it marks a component as transparent.