public class WizardNodeMap.Cell extends Object
Modifier and Type | Method and Description |
---|---|
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
|
public bibliothek.gui.dock.station.split.SplitNode getNode()
WizardNodeMap.Cell
.public int getIndex()
public Dimension getPreferredSize()
public Dimension getMinimumSize()
public int getGaps()