|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Storage
Stores and retrieves arbitrary data for a window.
| Method Summary | |
|---|---|
String |
retrieve(GUIWindow<?> window)
Retrieves the value for a window. |
void |
store(GUIWindow<?> window,
String value)
Stores the value for a window |
| Method Detail |
|---|
String retrieve(GUIWindow<?> window)
window - Window
null if not found
void store(GUIWindow<?> window,
String value)
window - Windowvalue - Value to store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||