|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.StackDockStation.Insert
private class StackDockStation.Insert
The location of a gap between to tabs.
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 |
---|
public int tab
public boolean right
tab
Constructor Detail |
---|
public StackDockStation.Insert(int tab, boolean right)
tab
- The location of a base-tabright
- Whether the gap is left or right of tab
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |