- java.lang.Object
-
- javax.swing.undo.AbstractUndoableEdit
-
- javax.swing.undo.CompoundEdit
-
- com.iamsoft.util.ui.undo.JshiftCompoundEdit
-
- All Implemented Interfaces:
ExposedCompoundEdit
,Serializable
,UndoableEdit
public class JshiftCompoundEdit extends CompoundEdit implements ExposedCompoundEdit
Adds support for UndoListeners and makes a couple methods public.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.undo.CompoundEdit
edits
-
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
-
Constructor Summary
Constructors Constructor Description JshiftCompoundEdit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector<UndoableEdit>
getEdits()
-
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, getPresentationName, getRedoPresentationName, getUndoPresentationName, isInProgress, isSignificant, lastEdit, redo, toString, undo
-
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.swing.undo.UndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo
-
-
-
-
Method Detail
-
getEdits
public Vector<UndoableEdit> getEdits()
- Specified by:
getEdits
in interfaceExposedCompoundEdit
-
-