| Package | Description |
|---|---|
| bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
| bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
| bibliothek.gui.dock.station.split |
Elements which are needed by the
SplitDockStation,
and which are needed to interact with the station. |
| bibliothek.gui.dock.station.support |
Elements used by various
DockStations to store
properties and to propagate events to other objects. |
| bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
| Modifier and Type | Method and Description |
|---|---|
DisplayerCombinerTarget |
StackDockStation.StackDropOperation.getDisplayerCombination() |
DisplayerCombinerTarget |
FlapDockStation.FlapDropOperation.getDisplayerCombination() |
| Modifier and Type | Method and Description |
|---|---|
DisplayerCombinerTarget |
StationDropOperation.getDisplayerCombination()
Some
DockStations may use the combining feature of DockableDisplayers
(DockableDisplayer.prepareCombination(bibliothek.gui.dock.station.support.CombinerSource, bibliothek.gui.dock.station.support.Enforcement))
to combine some Dockables. |
DisplayerCombinerTarget |
NoStationDropOperation.getDisplayerCombination() |
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 |
|---|---|
DisplayerCombinerTarget |
SplitDropOperation.getDisplayerCombination() |
| Modifier and Type | Method and Description |
|---|---|
DisplayerCombinerTarget |
CombinerTarget.getDisplayerCombination()
Some
Combiners may use the combining feature of DockableDisplayers
(DockableDisplayer.prepareCombination(CombinerSource, Enforcement))
to combine some Dockables. |
| Modifier and Type | Class and Description |
|---|---|
class |
TabDisplayerCombinerTarget
This
DisplayerCombinerTarget can be used by DockableDisplayers that show a
StackDockComponent to paint some tabs. |
| Modifier and Type | Method and Description |
|---|---|
DisplayerCombinerTarget |
BasicDockableDisplayer.prepareCombination(CombinerSource source,
Enforcement force) |
Copyright © 2017 Docking Frames. All rights reserved.