|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.wizard.WizardNodeMap.Column
public class WizardNodeMap.Column
A column is a set of WizardNodeMap.Cell
s.
Method Summary | |
---|---|
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 . |
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 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |