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. |
Modifier and Type | Field and Description |
---|---|
static SpanMode |
SpanMode.OFF
Used to disabled a
Span , the span has size 0 and thus is not visible |
static SpanMode |
SpanMode.OPEN
|
static SpanMode |
SpanMode.TEASING
Opens a
Span just a little bit, enough for the user to see there is something happening |
Modifier and Type | Method and Description |
---|---|
void |
Span.configureSize(SpanMode mode,
int size)
|
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. |