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
DockStation s 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 |
FlapDockStation.FlapDropOperation.getDisplayerCombination() |
DisplayerCombinerTarget |
StackDockStation.StackDropOperation.getDisplayerCombination() |
Modifier and Type | Method and Description |
---|---|
DisplayerCombinerTarget |
NoStationDropOperation.getDisplayerCombination() |
DisplayerCombinerTarget |
StationDropOperation.getDisplayerCombination()
Some
DockStation s may use the combining feature of DockableDisplayer s
(DockableDisplayer.prepareCombination(bibliothek.gui.dock.station.support.CombinerSource, bibliothek.gui.dock.station.support.Enforcement) )
to combine some Dockable s. |
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
Combiner s may use the combining feature of DockableDisplayer s
(DockableDisplayer.prepareCombination(CombinerSource, Enforcement) )
to combine some Dockable s. |
Modifier and Type | Class and Description |
---|---|
class |
TabDisplayerCombinerTarget
This
DisplayerCombinerTarget can be used by DockableDisplayer s that show a
StackDockComponent to paint some tabs. |
Modifier and Type | Method and Description |
---|---|
DisplayerCombinerTarget |
BasicDockableDisplayer.prepareCombination(CombinerSource source,
Enforcement force) |