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

Packages that use SpanCallback
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.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 SpanCallback in bibliothek.gui.dock.station.span
 

Methods in bibliothek.gui.dock.station.span with parameters of type SpanCallback
 Span DefaultSpanFactory.create(SpanCallback callback)
           
 Span SpanFactory.create(SpanCallback callback)
          Creates a new Span.
 

Uses of SpanCallback in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes with parameters of type SpanCallback
 Span StationSpanFactoryValue.create(SpanCallback callback)
           
 

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

Methods in bibliothek.gui.dock.themes.basic with parameters of type SpanCallback
 Span BasicSpanFactory.create(SpanCallback callback)
           
 Span NoSpanFactory.create(SpanCallback callback)