| 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. |
| 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 |
CDockable.getGrouping()
|
DockableGrouping |
AbstractCDockable.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.
|
Copyright © 2018. All rights reserved.