Class WizardExtensionUndoableEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
ca.phon.app.opgraph.wizard.edits.WizardExtensionUndoableEdit
- All Implemented Interfaces:
Serializable,UndoableEdit
- See Also:
-
Field Summary
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName -
Constructor Summary
ConstructorsConstructorDescriptionWizardExtensionUndoableEdit(ca.phon.opgraph.OpGraph graph, WizardExtension oldValue, WizardExtension newValue) -
Method Summary
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
-
Constructor Details
-
WizardExtensionUndoableEdit
public WizardExtensionUndoableEdit(ca.phon.opgraph.OpGraph graph, WizardExtension oldValue, WizardExtension newValue)
-
-
Method Details
-
getPresentationName
- Specified by:
getPresentationNamein interfaceUndoableEdit- Overrides:
getPresentationNamein classAbstractUndoableEdit
-
canRedo
public boolean canRedo()- Specified by:
canRedoin interfaceUndoableEdit- Overrides:
canRedoin classAbstractUndoableEdit
-
canUndo
public boolean canUndo()- Specified by:
canUndoin interfaceUndoableEdit- Overrides:
canUndoin classAbstractUndoableEdit
-
getGraph
public ca.phon.opgraph.OpGraph getGraph() -
getOldValue
-
getNewValue
-
undo
- Specified by:
undoin interfaceUndoableEdit- Overrides:
undoin classAbstractUndoableEdit- Throws:
CannotUndoException
-
redo
- Specified by:
redoin interfaceUndoableEdit- Overrides:
redoin classAbstractUndoableEdit- Throws:
CannotRedoException
-