|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--NWNDialogEditorInterface.MainWindow.EditWindow.FieldChangeUndo
16 juil. 2003
Constructor Summary | |
MainWindow.EditWindow.FieldChangeUndo(MainWindow.EditWindow.DialogTreeNode _node,
String _fieldLabel,
Object _oldValue,
JComponent _viewComponent)
Constructs a FieldChangeUndo object. |
Method Summary | |
void |
redo()
The operation is restored. |
String |
toString()
|
void |
undo()
The operation is canceled. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MainWindow.EditWindow.FieldChangeUndo(MainWindow.EditWindow.DialogTreeNode _node, String _fieldLabel, Object _oldValue, JComponent _viewComponent)
_node
- The node containing the field._fieldLabel
- The label of the field._oldValue
- The old value of the field.Method Detail |
public void redo()
MainWindow.UndoRedo
redo
in interface MainWindow.UndoRedo
public String toString()
toString
in class Object
public void undo()
MainWindow.UndoRedo
undo
in interface MainWindow.UndoRedo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |