|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpanMode | |
|---|---|
| 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. |
| Uses of SpanMode in bibliothek.gui.dock.station.span |
|---|
| Fields in bibliothek.gui.dock.station.span declared as SpanMode | |
|---|---|
static SpanMode |
SpanMode.OFF
Used to disabled a Span, the span has size 0 and thus is not visible |
static SpanMode |
SpanMode.OPEN
Fully opens a Span, the user sees how the layout will change when he drops a Dockable
at its current position. |
static SpanMode |
SpanMode.TEASING
Opens a Span just a little bit, enough for the user to see there is something happening |
| Methods in bibliothek.gui.dock.station.span with parameters of type SpanMode | |
|---|---|
void |
Span.configureSize(SpanMode mode,
int size)
Tells this Span that mode is associated with a size of size pixels. |
void |
Span.mutate(SpanMode mode)
Tells this Span to mutate its size according to the settings made for mode. |
void |
Span.set(SpanMode mode)
Like Span.mutate(SpanMode), but the mutation into mode has to be instantly. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||