public class EditorState extends Object
myState = EditorState.get( MY_STATE_NAME );
There is no support for state change notifications, but the inserted
value objects could be singletons as well and could do its own notifications.Modifier and Type | Method and Description |
---|---|
static Object |
get(Object key)
Deprecated.
Retrieve the object specified by the key.
|
static HashMap |
getStateObject()
Deprecated.
|
static void |
put(Object key,
Object value)
Deprecated.
Store the object under specified key
|
static void |
setStateObject(HashMap stateObject)
Deprecated.
|