bibliothek.gui.dock.wizard
Class PersistentColumn
java.lang.Object
bibliothek.gui.dock.wizard.PersistentColumn
@FrameworkOnly
public class PersistentColumn
- extends Object
A column in the grid of a WizardSplitDockStation
, the column offers information
about its current and preferred size. It also offers a list of all its cells.
- Author:
- Benjamin Sigg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistentColumn
public PersistentColumn(int size,
int preferred,
Map<bibliothek.gui.Dockable,PersistentCell> cells)
setSize
public void setSize(int size)
getSize
public int getSize()
getPreferredSize
public int getPreferredSize()
getCells
public Map<bibliothek.gui.Dockable,PersistentCell> getCells()