@FrameworkOnly
public class PersistentColumn
extends java.lang.Object
WizardSplitDockStation
, the column offers information
about its current and preferred size. It also offers a list of all its cells.Constructor and Description |
---|
PersistentColumn(int size,
int preferred,
WizardNodeMap.Column source,
java.util.Map<bibliothek.gui.Dockable,PersistentCell> cells) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<bibliothek.gui.Dockable,PersistentCell> |
getCells() |
int |
getPreferredSize() |
int |
getSize() |
WizardNodeMap.Column |
getSource() |
void |
setSize(int size) |
public PersistentColumn(int size, int preferred, WizardNodeMap.Column source, java.util.Map<bibliothek.gui.Dockable,PersistentCell> cells)
public WizardNodeMap.Column getSource()
public void setSize(int size)
public int getSize()
public int getPreferredSize()
public java.util.Map<bibliothek.gui.Dockable,PersistentCell> getCells()