ix.iview
Interface UndoEditing

All Known Implementing Classes:
AConstructFramePanel, ActionEditorPanel, ActionFormPanel, AROEditorPanel, GExpansionEditor, GlobalFramePanel, GrammarEditorPanel, SimpleEditorPanel

public interface UndoEditing

An interface to be implemented by any panel that edits a construct and wants to take advantage of an UndoManager. Current Examples are IFormPanels.


Method Summary
 java.lang.Object undoGetValue(java.lang.String field)
          Gets the given field to the given value in the editor.
 void undoSetValue(java.lang.String field, java.lang.Object value)
          Sets the given field to the given value in the editor.
 

Method Detail

undoSetValue

void undoSetValue(java.lang.String field,
                  java.lang.Object value)
Sets the given field to the given value in the editor.


undoGetValue

java.lang.Object undoGetValue(java.lang.String field)
Gets the given field to the given value in the editor.