Uses of Class
bibliothek.gui.dock.station.span.SpanUsage

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

Fields in bibliothek.gui.dock.station.span declared as SpanUsage
static SpanUsage SpanUsage.HIDING
          Marks a Span that usually has a size of 0 and is made larger for an invisible DockStation to show up
static SpanUsage SpanUsage.INSERTING
          Marks a Span that shows up when inserting a Dockable at a specific place, e.g.
 

Methods in bibliothek.gui.dock.station.span that return SpanUsage
 SpanUsage SpanCallback.getUsage()
          Tells the Span how it is used.