|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Context
| Method Summary | |
|---|---|
boolean |
contains(java.lang.Object key)
|
java.lang.Object |
get(java.lang.Object key)
|
void |
hide(java.lang.Object key)
Hides the item in the context. |
void |
makeReadOnly()
Make the context read-only. |
void |
put(java.lang.Object key,
java.lang.Object value)
Adds the item to the context. |
| Method Detail |
|---|
java.lang.Object get(java.lang.Object key)
throws ContextException
ContextExceptionboolean contains(java.lang.Object key)
void put(java.lang.Object key,
java.lang.Object value)
throws java.lang.IllegalStateException
key - the key of the itemvalue - the item
java.lang.IllegalStateException - if context is read only
void hide(java.lang.Object key)
throws java.lang.IllegalStateException
key - the items key
java.lang.IllegalStateException - if context is read onlyvoid makeReadOnly()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||