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.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.action Contains different DockActions and subclasses of CAction to create buttons, checkboxes, menus and other components as button in the titles and tabs of CDockables. 
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.intern.station Contains the CommonStation, various implementations of CommonStation and supporting classes. 
bibliothek.gui.dock.common.perspective   
bibliothek.gui.dock.control Classes responsible to handle some global task. 
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.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
bibliothek.gui.dock.support.lookandfeel Offers a list containing factories for various LookAndFeels. 
bibliothek.gui.dock.support.util Utility classes, used to load resources like icons or manage settings that need to be stored persistently. 
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
 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.
 void DockController.addUIListener(UIListener listener)
          Deprecated. please use DockController.getThemeManager() to handle UIListeners, this method will be removed in a future release.
static Combiner DockUI.getCombiner(Combiner combiner, DockStation station)
          Deprecated. this method is no longer used, clients should use the ThemeManager to retrieve such resources
static DisplayerFactory DockUI.getDisplayerFactory(DisplayerFactory factory, DockStation station)
          Deprecated. this method is no longer used, clients should use the ThemeManager to retrieve such resources
static StationPaint DockUI.getPaint(StationPaint paint, DockStation station)
          Deprecated. since the ThemeManager exists, this method should no longer be used. Instead an UIValue should be registered at the ThemeManager, see DefaultStationPaintValue.
 void DockController.removeUIListener(UIListener listener)
          Deprecated. please use DockController.getThemeManager() to handle UIListeners, this method will be removed in a future release.
 void DockController.updateUI()
          Deprecated. please use DockController.getThemeManager() to call a similar named method, this method will be removed in a future release.
 

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

Classes in bibliothek.gui.dock.common with annotations of type Todo
 class CContentArea
          A component that is normally set into the center of the main- JFrame.
 class CGrid
          A CGrid is a mechanism to layout a set of CDockable on a SplitDockStation like the one used in the center of the CContentArea or on the CWorkingArea.
 interface SingleCDockableBackupFactory
          Deprecated. This interface is no longer used anywhere and gets replaced by SingleCDockableFactory. This interface will be removed in a future release.
 

Methods in bibliothek.gui.dock.common with annotations of type Todo
 void CControl.add(CStation<?> station, boolean root)
          Deprecated. will be removed in a future release, please use CControl.addStation(CStation, boolean) instead.
<M extends MultipleCDockable>
M
CControl.add(M dockable)
          Deprecated. will be removed in a future release, please use CControl.addDockable(MultipleCDockable) instead.
<M extends MultipleCDockable>
M
CControl.add(M dockable, String uniqueId)
          Deprecated. will be removed in a future release, please use CControl.addDockable(String, MultipleCDockable) instead
<S extends SingleCDockable>
S
CControl.add(S dockable)
          Deprecated. will be removed in a future release, please use CControl.addDockable(SingleCDockable) instead.
 void CControl.addContentArea(CContentArea content)
          Deprecated. this method has not the same behavior as CControl.createContentArea(String), this method will either be removed in future releases or change its behavior
<S extends SingleCDockable>
S
CControl.addDockable(S dockable)
          Adds a dockable to this control.
 void CControl.addSingleBackupFactory(String id, SingleCDockableFactory backupFactory)
          Deprecated. will be removed in a future release, please use CControl.addSingleDockableFactory(String, SingleCDockableFactory) instead
 MultipleCDockableFactory<?,?> MultipleCDockable.getFactory()
          Gets the factory that created this dockable.
 SingleCDockableFactory CControl.getSingleBackupFactory(String id)
          Deprecated. will be removed in a future release, please use CControl.getSingleDockableFactory(String) instead
 boolean CWorkingArea.isSuppressTitle()
          Deprecated. use AbstractCDockable.isTitleShown() instead
 void CControl.removeSingleBackupFactory(String id)
          Deprecated. will be removed in a future release, please use CControl.removeSingleDockableFactory(String) instead
 void CWorkingArea.setSuppressTitle(boolean suppressTitle)
          Deprecated. use AbstractCDockable.setTitleShown(boolean) instead
 

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

Classes in bibliothek.gui.dock.common.action with annotations of type Todo
 class CAction
          A CAction is associated with one CDockable, allowing the user to perform actions which are somehow connected to that CDockable.
 class CButton
          A simple button, the user clicks onto the button and CButton.action() is called.
 

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

Classes in bibliothek.gui.dock.common.event with annotations of type Todo
 interface CDockableStateListener
          A listener added to a CDockable, this listener will get informed about state changes of CDockable.
 

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

Methods in bibliothek.gui.dock.common.intern with annotations of type Todo
 CControlAccess CDockable.getControl()
          Gets the control which is responsible for this dockable.
 void CommonMultipleDockableFactory.layoutPerspective(CommonElementPerspective perspective, CommonMultipleDockableLayout layout, Map<Integer,PerspectiveDockable> children)
           
 

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

Classes in bibliothek.gui.dock.common.intern.station with annotations of type Todo
 class SecureCSplitDockStation
          The secure version of CSplitDockStation.
 

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

Classes in bibliothek.gui.dock.common.perspective with annotations of type Todo
 class CGridPerspective
          A representation of a CGridArea.
 

Methods in bibliothek.gui.dock.common.perspective with annotations of type Todo
 void CControlPerspective.setPerspective(CPerspective perspective, boolean includeWorkingAreas)
          Changes the layout of the associated CControl such that it matches perspective.
 

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.
 class MouseFocusObserver
          A FocusController listens to all AWT-events.
 

Uses of Todo in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout with annotations of type Todo
 DockElement DockSituation.convert(DockLayoutComposition composition)
          Reads the contents of composition and tries to create a DockElement that matches the composition.
 

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

Methods in bibliothek.gui.dock.station.flap with annotations of type Todo
 FlapDockStationLayout FlapDockStationFactory.getPerspectiveLayout(FlapDockPerspective element, Map<PerspectiveDockable,Integer> children)
           
 void FlapDockPerspective.read(PlaceholderMap map, Map<Integer,PerspectiveDockable> children)
          Updates the content of this perspective by reading the contents of map.
 

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.
 

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

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

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.support.lookandfeel
 

Classes in bibliothek.gui.dock.support.lookandfeel with annotations of type Todo
 class LookAndFeelList
          A list of LookAndFeels, can setup a LookAndFeel when asked.
 

Uses of Todo in bibliothek.gui.dock.support.util
 

Classes in bibliothek.gui.dock.support.util with annotations of type Todo
 class Resources
          A set of resources available through the whole framework
 

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.
 

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.