@FrameworkOnly
public class PersistentCell
extends java.lang.Object
WizardSplitDockStation
, the cell offers information about
its current and its preferred size.Constructor and Description |
---|
PersistentCell(int size,
int preferred) |
Modifier and Type | Method and Description |
---|---|
int |
getPreferredSize() |
int |
getSize() |
void |
setSize(int size)
Changes the size of this cell.
|