bibliothek.gui.dock.station
Class StackDockStation.Insert

java.lang.Object
  extended by bibliothek.gui.dock.station.StackDockStation.Insert
Enclosing class:
StackDockStation

private class StackDockStation.Insert
extends java.lang.Object

The location of a gap between to tabs.

Author:
Benjamin Sigg

Field Summary
 boolean right
          Whether the gap is left or right of tab
 int tab
          The location of a base-tab
 
Constructor Summary
StackDockStation.Insert(int tab, boolean right)
          Constructs a new Gap-location
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tab

public int tab
The location of a base-tab


right

public boolean right
Whether the gap is left or right of tab

Constructor Detail

StackDockStation.Insert

public StackDockStation.Insert(int tab,
                               boolean right)
Constructs a new Gap-location

Parameters:
tab - The location of a base-tab
right - Whether the gap is left or right of tab