dsto.dfc.swing.undo
Interface Restorable

All Known Subinterfaces:
MonitoredEdit
All Known Implementing Classes:
AbstractMonitoredEdit, ActivePanelEdit, FloatStateEdit, PropertyEdit, PropertyEditBean

public interface Restorable

Some UndoableEdit must execute within a context. This context cannot be saved and restored, and must therefore be explicitly set on such edits.

Deserialized edits that rely on context are not valid until this context has been restored. Example: PanelManager.

Each type of is responsible for restoring its context from the HashMap. For example:

   context.get ("panelManager");
 

Version:
$Revision$
Author:
Peter J Smet

Method Summary
 void restoreContext(HashMap context)
           
 

Method Detail

restoreContext

void restoreContext(HashMap context)


Copyright © 2008 Commonwealth of Australia