Package | Description |
---|---|
bibliothek.gui.dock.common.grouping | |
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
Modifier and Type | Class and Description |
---|---|
class |
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.The placeholder is placed at the location of the Dockable , for which
PlaceholderGrouping.hierarchyChanged(Dockable) was called last. |
Modifier and Type | Method and Description |
---|---|
DockableGrouping |
CGroupingBehavior.getGrouping(Dockable dockable)
Gets the grouping algorithm that should be used for
dockable . |
DockableGrouping |
DefaultCGroupingBehavior.getGrouping(Dockable dockable) |
Modifier and Type | Method and Description |
---|---|
DockableGrouping |
AbstractCDockable.getGrouping() |
DockableGrouping |
CDockable.getGrouping()
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCDockable.setGrouping(DockableGrouping grouping)
Sets an algorithm that defines how this dockable attempts to automatically group itself with
other dockables.
|