| Interface | Description |
|---|---|
| CGroupingBehavior |
CGroupingBehavior allows clients to define how Dockables organize themselves
in groups. |
| DockableGrouping |
A
DockableGrouping is an algorithm that rewrites the location of a Dockable,
allowing clients to group several dockables together. |
| Class | Description |
|---|---|
| DefaultCGroupingBehavior |
Default implementation of
CGroupingBehavior, just returns CDockable.getGrouping(). |
| GroupingDockLocationListener | |
| GroupingHistoryRewriter |
This
HistoryRewriter gets the current CGroupingBehavior using the key CControl.GROUPING_BEHAVIOR
from its CControl. |
| PlaceholderGrouping |
When a
Dockable is about to be moved to a new position, then this DockableGrouping searches for
a unique identifier, called a "placeholder", which indicates where the Dockable should be placed. |
Copyright © 2018. All rights reserved.