CGroupBehavior
and its implementations,
this interface allows to group Dockable
s together.See: Description
Interface | Description |
---|---|
CGroupBehavior |
A
CGroupBehavior allows to define groups of CDockable . |
CGroupBehaviorCallback |
A set of information and methods for the
CGroupBehavior . |
CGroupMovement |
A group movement describes the movement of an undefined number of
Dockable s
by a LocationModeManager . |
Class | Description |
---|---|
SingleGroupMovement |
This
CGroupMovement is the most basic movement as it represents the movement of one
lonely Dockable . |
StackGroupBehavior |
This
CGroupBehavior assumes that all Dockable s which share a common StackDockStation as
parent belong to the same group. |
StackGroupMovement |
This movement moves an entire
StackDockStation to the place indicated by one of its children. |
TopMostGroupBehavior |
This most simple
CGroupBehavior just set the mode of the one
Dockable whose mode should change anyway. |
CGroupBehavior
and its implementations,
this interface allows to group Dockable
s together. If the user changes
the location of one Dockable
of the group, then other Dockable
s
may follow.