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

All Known Implementing Classes:
DefaultDockingStorage, XMLDockingStorage

public interface DockingStorage

This interface defines a way to store and retrieve the DockDescription for a window.

Author:
Damien Coraboeuf

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

retrieve

DockDescription retrieve(GUIWindow<?> window)
Retrieves the DockDescription for the window.

Parameters:
window - Window
Returns:
DockDescription or null if not found

store

void store(GUIWindow<?> window,
           DockDescription description)
Stores the DockDescription for the window.

Parameters:
window - Window
description - DockDescription to store


Copyright © 2011. All Rights Reserved.