bibliothek.gui.dock.common.group.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
/**
* Contains the {@link bibliothek.gui.dock.common.group.CGroupBehavior} and its implementations,
* this interface allows to group {@link bibliothek.gui.Dockable}s together. If the user changes
* the location of one {@link bibliothek.gui.Dockable} of the group, then other {@link bibliothek.gui.Dockable}s
* may follow.
*/
package bibliothek.gui.dock.common.group;