java.lang.Object
javax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CompoundEdit
com.iamsoft.util.ui.undo.JshiftCompoundEdit
- All Implemented Interfaces:
ExposedCompoundEdit,Serializable,UndoableEdit
Adds support for UndoListeners and makes a couple methods public.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.undo.CompoundEdit
editsFields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, getPresentationName, getRedoPresentationName, getUndoPresentationName, isInProgress, isSignificant, lastEdit, redo, toString, undoMethods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEditMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.swing.undo.UndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo
-
Constructor Details
-
JshiftCompoundEdit
public JshiftCompoundEdit()
-
-
Method Details
-
getEdits
- Specified by:
getEditsin interfaceExposedCompoundEdit
-