public class FeaturePropertyChangedUndoableEdit extends NFEAtomicUndoableEdit
Constructor and Description |
---|
FeaturePropertyChangedUndoableEdit(NFEModel model, NFEFeature feature, java.lang.String propertyName, java.lang.Object previousValue) |
Modifier and Type | Method and Description |
---|---|
void |
redo() |
void |
undo() |
getTimeStamp, setTimeStamp
public FeaturePropertyChangedUndoableEdit(NFEModel model, NFEFeature feature, java.lang.String propertyName, java.lang.Object previousValue)
public void undo() throws javax.swing.undo.CannotUndoException
undo
in interface javax.swing.undo.UndoableEdit
undo
in class javax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CannotUndoException
public void redo() throws javax.swing.undo.CannotRedoException
redo
in interface javax.swing.undo.UndoableEdit
redo
in class javax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CannotRedoException