bibliothek.gui.dock.station.span
Class SpanUsage
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SpanUsage
public SpanUsage()