public class FeatureElementsAddedUndoableEdit extends NFEAtomicUndoableEdit
Constructor and Description |
---|
FeatureElementsAddedUndoableEdit(NFEModel model, java.util.Collection<NFEFeatureElement> featureElementsList) |
FeatureElementsAddedUndoableEdit(NFEModel model, NFEFeatureElement featureElement) |
Modifier and Type | Method and Description |
---|---|
void |
redo() |
void |
undo() |
getTimeStamp, setTimeStamp
public FeatureElementsAddedUndoableEdit(NFEModel model, java.util.Collection<NFEFeatureElement> featureElementsList)
public FeatureElementsAddedUndoableEdit(NFEModel model, NFEFeatureElement featureElement)
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