| Package | Description |
|---|---|
| bibliothek.extension.gui.dock.station |
Contains extensions to the
DockStations. |
| bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
| bibliothek.gui.dock.station.support |
Elements used by various
DockStations to store
properties and to propagate events to other objects. |
| bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
| bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
| Modifier and Type | Method and Description |
|---|---|
CombinerTarget |
SplitCombiner.prepare(CombinerSource source,
Enforcement force) |
| Modifier and Type | Method and Description |
|---|---|
CombinerTarget |
Combiner.prepare(CombinerSource source,
Enforcement force)
Prepares information telling how two
Dockables may be combined. |
DisplayerCombinerTarget |
DockableDisplayer.prepareCombination(CombinerSource source,
Enforcement force)
This method tells how this displayer would like to combine itself with a
Dockable that is dropped
over it. |
| Modifier and Type | Method and Description |
|---|---|
static Enforcement |
Enforcement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enforcement[] |
Enforcement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CombinerTarget |
ThemeCombiner.prepare(CombinerSource source,
Enforcement force) |
CombinerTarget |
StationCombinerValue.prepare(CombinerSource source,
Enforcement force) |
| Modifier and Type | Method and Description |
|---|---|
CombinerTarget |
BasicCombiner.prepare(CombinerSource source,
Enforcement force) |
DisplayerCombinerTarget |
BasicDockableDisplayer.prepareCombination(CombinerSource source,
Enforcement force) |
| Constructor and Description |
|---|
TabDisplayerCombinerTarget(DockableDisplayer displayer,
StackDockComponent stack,
CombinerSource source,
Enforcement force)
Creates a new target, clients should call
TabDisplayerCombinerTarget.isValid() to check whether the new target can
be executed. |
Copyright © 2017 Docking Frames. All rights reserved.