public class WindowLayout extends Object implements Persistent
| Constructor and Description |
|---|
WindowLayout() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key) |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
set(String key,
String value) |
public void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceException