Package bibliothek.gui.dock.common.group
package bibliothek.gui.dock.common.group
Contains the
CGroupBehavior and its implementations,
this interface allows to group Dockables together. If the user changes
the location of one Dockable of the group, then other Dockables
may follow.-
ClassDescriptionA
CGroupBehaviorallows to define groups ofCDockable.A set of information and methods for theCGroupBehavior.A group movement describes the movement of an undefined number ofDockables by aLocationModeManager.ThisCGroupMovementis the most basic movement as it represents the movement of one lonelyDockable.ThisCGroupBehaviorassumes that allDockables which share a commonStackDockStationas parent belong to the same group.This movement moves an entireStackDockStationto the place indicated by one of its children.This most simpleCGroupBehaviorjust set the mode of the oneDockablewhose mode should change anyway.