Package | Description |
---|---|
bibliothek.gui.dock.station.span |
The Span API defines the animations that are played when the user is about
to drop a
Dockable onto a new parent. |
bibliothek.gui.dock.station.split |
Elements which are needed by the
SplitDockStation ,
and which are needed to interact with the station. |
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 |
---|---|
Span |
DefaultSpanFactory.create(SpanCallback callback) |
Span |
SpanFactory.create(SpanCallback callback)
Creates a new
Span . |
Modifier and Type | Method and Description |
---|---|
Span[] |
SplitSpanStrategy.createSpans(SpanSplitNode node)
Creates four
Span s, one for each side of leaf . |
Span[] |
SpanSplitNode.getSpans()
|
Span[] |
SplitSpanStrategy.getSpans(PutInfo put)
Gets the
Span s that are used when put is active. |
Modifier and Type | Method and Description |
---|---|
Span |
StationSpanFactoryValue.create(SpanCallback callback) |
Modifier and Type | Method and Description |
---|---|
Span |
BasicSpanFactory.create(SpanCallback callback) |
Span |
NoSpanFactory.create(SpanCallback callback) |