-
- All Superinterfaces:
UndoableEdit
- All Known Implementing Classes:
JshiftCompoundEdit
,JshiftUndoManager
public interface ExposedCompoundEdit extends UndoableEdit
Allows public access togetEdit
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector<UndoableEdit>
getEdits()
-
Methods inherited from interface javax.swing.undo.UndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo
-
-
-
-
Method Detail
-
getEdits
Vector<UndoableEdit> getEdits()
-
-