bibliothek.gui.dock.station.span
Class SpanUsage

java.lang.Object
  extended by bibliothek.gui.dock.station.span.SpanUsage

public class SpanUsage
extends Object

A description telling for what purpose a Span is used. Clients may define their own constants, but the framework itself will only use the default purposes.

Author:
Benjamin Sigg

Field Summary
static 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 INSERTING
          Marks a Span that shows up when inserting a Dockable at a specific place, e.g.
 
Constructor Summary
SpanUsage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIDING

public static final SpanUsage HIDING
Marks a Span that usually has a size of 0 and is made larger for an invisible DockStation to show up


INSERTING

public static final SpanUsage INSERTING
Marks a Span that shows up when inserting a Dockable at a specific place, e.g. between two existing Dockables

Constructor Detail

SpanUsage

public SpanUsage()