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