|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.wizard.WizardNodeMap.Cell
public class WizardNodeMap.Cell
A cell is a single SplitNode
, usually a Leaf
, and a part of a WizardNodeMap.Column
.
Method Summary | |
---|---|
int |
getGaps()
Gets the number of gaps between the leafs of this cell |
int |
getIndex()
Gets the index of this cell. |
Dimension |
getMinimumSize()
Gets the minimum size of this cell, does not include any gaps |
bibliothek.gui.dock.station.split.SplitNode |
getNode()
Gets the node which is represented by this WizardNodeMap.Cell . |
Dimension |
getPreferredSize()
Gets the preferred size of this cell, does not include any gaps |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public bibliothek.gui.dock.station.split.SplitNode getNode()
WizardNodeMap.Cell
.
public int getIndex()
public Dimension getPreferredSize()
public Dimension getMinimumSize()
public int getGaps()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |