JavaScript is disabled on your browser.
Oracle® Spatial and Graph Java API Reference Release 19.1, E94803-01
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
oracle.spatial.network.nfe.model.edit.undo.NFEAtomicUndoableEdit
All Implemented Interfaces:
java.io.Serializable, javax.swing.undo.UndoableEdit
Direct Known Subclasses:
FeatureElementPropertyChangedUndoableEdit , FeatureElementsAddedUndoableEdit , FeatureElementsRemovedUndoableEdit , FeaturePropertyChangedUndoableEdit , FeaturesAddedUndoableEdit , FeaturesRemovedUndoableEdit , NetworkElementPropertyChangedUndoableEdit , NetworkElementsAddedUndoableEdit , NetworkElementsRemovedUndoableEdit , RuleInstanceAddedUndoableEdit , RuleInstanceRelationAddedUndoableEdit , RuleInstanceRelationRemovedUndoableEdit , RuleInstanceRemovedUndoableEdit
public abstract class NFEAtomicUndoableEdit
extends javax.swing.undo.AbstractUndoableEdit
A base abstract class that should be extended by any undoable edit implementation that wants to perform a undo/redo action for a specific NFE model event.
See Also:
Serialized Form
Method Summary
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, toString, undo
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Oracle® Spatial and Graph Java API Reference Release 19.1, E94803-01
Copyright © 2007, 2019, Oracle and/or its affiliates. All Rights Reserved.