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
DockingFrames is an open source Java Swing docking framework, licenced under LGPL 2.1.
This is the same distribution as the original distribution (http://www.docking-frames.org/), only reinstalled in maven
/**
* 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;