|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.docking.storage.XMLDockingStorage
public class XMLDockingStorage
Implementation of DockingStorage that stores the docking description
as XML, using a Storage instance for the actual storage.
| Constructor Summary | |
|---|---|
XMLDockingStorage()
|
|
| Method Summary | |
|---|---|
DockDescription |
retrieve(GUIWindow<?> window)
Retrieves the DockDescription for the window. |
void |
setStorage(Storage storage)
Sets the Storage that actually stores the XML for the window |
void |
setTemplateManager(TemplateManager templateManager)
Sets the template manager which is used for the XML generation. |
void |
store(GUIWindow<?> window,
DockDescription description)
Stores the DockDescription for the window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLDockingStorage()
| Method Detail |
|---|
public DockDescription retrieve(GUIWindow<?> window)
DockingStorageDockDescription for the window.
retrieve in interface DockingStoragewindow - Window
DockDescription or null if not foundpublic void setStorage(Storage storage)
Storage that actually stores the XML for the window
storage - Storagepublic void setTemplateManager(TemplateManager templateManager)
templateManager - Template manager
public void store(GUIWindow<?> window,
DockDescription description)
DockingStorageDockDescription for the window.
store in interface DockingStoragewindow - Windowdescription - DockDescription to store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||