|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DockingStorage
This interface defines a way to store and retrieve the
DockDescription for a window.
| Method Summary | |
|---|---|
DockDescription |
retrieve(GUIWindow<?> window)
Retrieves the DockDescription for the window. |
void |
store(GUIWindow<?> window,
DockDescription description)
Stores the DockDescription for the window. |
| Method Detail |
|---|
DockDescription retrieve(GUIWindow<?> window)
DockDescription for the window.
window - Window
DockDescription or null if not found
void store(GUIWindow<?> window,
DockDescription description)
DockDescription for the window.
window - Windowdescription - DockDescription to store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||