public class WizardNodeMap.Cell
extends java.lang.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.
|
java.awt.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 . |
java.awt.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 java.awt.Dimension getPreferredSize()
public java.awt.Dimension getMinimumSize()
public int getGaps()