bibliothek.gui.dock.common.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docking-frames-common Show documentation
Show all versions of docking-frames-common Show documentation
Docking Frames Common legacy version used in openTCS
The newest version!
/**
* A set of classes that can be used to create basic applications. The subset
* of DockingFrames allows to create clients capable of doing all the basic
* operations one does expect: minimizing, maximizing or put a {@link bibliothek.gui.Dockable}
* out of the main-frame. Store and load the layout, hide and show Dockable
s.
* Clients should start by creating a {@link bibliothek.gui.dock.common.CControl}
* as basic command central, then add new instances of
* {@link bibliothek.gui.dock.common.SingleCDockable} and
* {@link bibliothek.gui.dock.common.MultipleCDockable} to this control.
*/
package bibliothek.gui.dock.common;