public class WizardNodeMap.Column
extends java.lang.Object
WizardNodeMap.Cell
s.Modifier and Type | Method and Description |
---|---|
java.awt.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) |
java.awt.Dimension |
getMinimumSize() |
java.awt.Dimension |
getMinimumSize(bibliothek.gui.dock.station.split.SplitNode node) |
PersistentColumn |
getPersistentColumn() |
java.awt.Dimension |
getPreferredSize() |
java.awt.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 java.awt.Dimension getPreferredSize(bibliothek.gui.dock.station.split.SplitNode node)
public java.awt.Dimension getMinimumSize(bibliothek.gui.dock.station.split.SplitNode node)
public java.awt.Dimension getPreferredSize()
public java.awt.Dimension getMinimumSize()
public java.awt.Rectangle getBounds()
public int getCellCount()
public int getGaps(bibliothek.gui.dock.station.split.SplitNode node)
public int getGaps()