| Package | Description |
|---|---|
| bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
| bibliothek.gui.dock.common.group |
Contains the
CGroupBehavior and its implementations,
this interface allows to group Dockables together. |
| bibliothek.gui.dock.facile.mode |
Contains an implementation of
ModeManager that links a mode to the location
of a Dockable. |
| Modifier and Type | Method and Description |
|---|---|
CGroupBehavior |
CControl.getGroupBehavior()
Gets the currently used
CGroupBehavior. |
| Modifier and Type | Method and Description |
|---|---|
void |
CControl.setGroupBehavior(CGroupBehavior behavior)
Sets the
CGroupBehavior. |
| Modifier and Type | Class and Description |
|---|---|
class |
StackGroupBehavior
This
CGroupBehavior assumes that all Dockables which share a common StackDockStation as
parent belong to the same group. |
class |
TopMostGroupBehavior
This most simple
CGroupBehavior just set the mode of the one
Dockable whose mode should change anyway. |
| Modifier and Type | Field and Description |
|---|---|
static CGroupBehavior |
CGroupBehavior.STACKED
A behavior that moves around entire stacks of
Dockables. |
static CGroupBehavior |
CGroupBehavior.TOPMOST
A behavior that moves only one
Dockable at a time. |
| Modifier and Type | Method and Description |
|---|---|
CGroupBehavior |
LocationModeManager.getGroupBehavior()
Gets the current group behavior.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocationModeManager.setGroupBehavior(CGroupBehavior behavior)
Sets the group behavior.
|
Copyright © 2018. All rights reserved.