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
Persistent
loadFromState
in interface Persistent
PersistenceException
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
PersistenceException