/**
* Classes responsible to handle some global task. They are used directly
* by a {@link bibliothek.gui.DockController} performing their task in the
* realm of that <code>DockController</code>.<br>
* The <code>DockController</code> uses a
* {@link bibliothek.gui.dock.control.DockControllerFactory} to
* create instances of the handlers it needs, clients might provide an own
* factory to change some behaviour of the framework.
*/
package bibliothek.gui.dock.control;