|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Generic context which is available to ElementListeners during call-backs.
| Method Summary | |
void |
clear()
Clears the internal store of this context. |
java.lang.Object |
get(java.lang.String key)
Retrieves a value based on the key. |
void |
set(java.lang.String key,
java.lang.Object value)
Sets a name value pair based on method parameters. |
| Method Detail |
public void set(java.lang.String key,
java.lang.Object value)
key - the keyvalue - value tied to the keypublic java.lang.Object get(java.lang.String key)
key. Note that
the returned value may be null if no value is
mapped to key.
key -
public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||