Package | Description |
---|---|
bibliothek.extension.gui.dock.station |
Contains extensions to the
DockStation s. |
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
bibliothek.gui.dock.station.support |
Elements used by various
DockStation s 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
Dockable s 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 |
StationCombinerValue.prepare(CombinerSource source,
Enforcement force) |
CombinerTarget |
ThemeCombiner.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. |