public class WizardNodeMap.Column extends Object
WizardNodeMap.Cell
s.Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds() |
int |
getCellCount() |
int |
getGaps() |
int |
getGaps(bibliothek.gui.dock.station.split.SplitNode node) |
int |
getIndex()
Gets the index of this column, the left most column has index
0 . |
bibliothek.gui.dock.station.split.Leaf |
getLastLeafOfColumn() |
WizardNodeMap.Cell |
getLeftmostCell(bibliothek.gui.dock.station.split.SplitNode node) |
Dimension |
getMinimumSize() |
Dimension |
getMinimumSize(bibliothek.gui.dock.station.split.SplitNode node) |
PersistentColumn |
getPersistentColumn() |
Dimension |
getPreferredSize() |
Dimension |
getPreferredSize(bibliothek.gui.dock.station.split.SplitNode node) |
WizardNodeMap.Cell |
getRightmostCell(bibliothek.gui.dock.station.split.SplitNode node) |
bibliothek.gui.dock.station.split.SplitNode |
getRoot()
Gets the root node of this column.
|
WizardNodeMap.Cell[] |
getSortedCells()
Gets the cells ordered by their index.
|
PersistentColumn |
toPersistentColumn()
Converts this column into a new
PersistentColumn . |
public bibliothek.gui.dock.station.split.SplitNode getRoot()
public WizardNodeMap.Cell[] getSortedCells()
public PersistentColumn toPersistentColumn()
PersistentColumn
.null
public int getIndex()
0
.public PersistentColumn getPersistentColumn()
public WizardNodeMap.Cell getRightmostCell(bibliothek.gui.dock.station.split.SplitNode node)
public WizardNodeMap.Cell getLeftmostCell(bibliothek.gui.dock.station.split.SplitNode node)
public bibliothek.gui.dock.station.split.Leaf getLastLeafOfColumn()
public Dimension getPreferredSize(bibliothek.gui.dock.station.split.SplitNode node)
public Dimension getMinimumSize(bibliothek.gui.dock.station.split.SplitNode node)
public Dimension getPreferredSize()
public Dimension getMinimumSize()
public Rectangle getBounds()
public int getCellCount()
public int getGaps(bibliothek.gui.dock.station.split.SplitNode node)
public int getGaps()