net.sf.doolin.gui.docking.storage
Interface Storage

All Known Implementing Classes:
DefaultStorage

public interface Storage

Stores and retrieves arbitrary data for a window.

Author:
Damien Coraboeuf

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

retrieve

String retrieve(GUIWindow<?> window)
Retrieves the value for a window.

Parameters:
window - Window
Returns:
Retrieved value or null if not found

store

void store(GUIWindow<?> window,
           String value)
Stores the value for a window

Parameters:
window - Window
value - Value to store


Copyright © 2011. All Rights Reserved.