Package 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.

See:
          Description

Interface Summary
Span A Span is an empty space that show up on a DockStation mostly during drag and drop operations.
SpanCallback The link between Span and DockStation.
SpanFactory A SpanFactory creates new Spans.
The current SpanFactory can be configured using the ThemeManager or using DockTheme.SPAN_FACTORY.
 

Class Summary
DefaultSpanFactory The DefaultSpanFactory creates a most simple Span which does not use any kind of animation.
SpanMode A SpanMode is a default configuration telling a Span how it is used.
SpanUsage A description telling for what purpose a Span is used.
 

Package bibliothek.gui.dock.station.span Description

The Span API defines the animations that are played when the user is about to drop a Dockable onto a new parent.