@FrameworkOnly public class PersistentColumn extends 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,
Map<bibliothek.gui.Dockable,PersistentCell> cells) |
Modifier and Type | Method and Description |
---|---|
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, Map<bibliothek.gui.Dockable,PersistentCell> cells)
public WizardNodeMap.Column getSource()
public void setSize(int size)
public int getSize()
public int getPreferredSize()
public Map<bibliothek.gui.Dockable,PersistentCell> getCells()