Uses of Interface
bibliothek.gui.dock.station.span.Span

Packages that use Span
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. 
 

Uses of Span in bibliothek.gui.dock.station.span
 

Methods in bibliothek.gui.dock.station.span that return Span
 Span DefaultSpanFactory.create(SpanCallback callback)
           
 Span SpanFactory.create(SpanCallback callback)
          Creates a new Span.
 

Uses of Span in bibliothek.gui.dock.station.split
 

Methods in bibliothek.gui.dock.station.split that return Span
 Span[] SplitSpanStrategy.createSpans(SpanSplitNode node)
          Creates four Spans, one for each side of leaf.
 Span[] SpanSplitNode.getSpans()
          Gets the Spans that are currently used by this Leaf.
 Span[] SplitSpanStrategy.getSpans(PutInfo put)
          Gets the Spans that are used when put is active.
 

Uses of Span in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes that return Span
 Span StationSpanFactoryValue.create(SpanCallback callback)
           
 

Uses of Span in bibliothek.gui.dock.themes.basic
 

Methods in bibliothek.gui.dock.themes.basic that return Span
 Span BasicSpanFactory.create(SpanCallback callback)
           
 Span NoSpanFactory.create(SpanCallback callback)