Package org.fife.ui.rtextarea
Class RUndoManager.RCompoundEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CompoundEdit
org.fife.ui.rtextarea.RUndoManager.RCompoundEdit
- All Implemented Interfaces:
Serializable,UndoableEdit
- Enclosing class:
RUndoManager
The edit used by
RUndoManager.-
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, isSignificant, lastEdit, redo, toStringMethods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
-
Constructor Details
-
RCompoundEdit
RCompoundEdit()
-
-
Method Details
-
getUndoPresentationName
- Specified by:
getUndoPresentationNamein interfaceUndoableEdit- Overrides:
getUndoPresentationNamein classCompoundEdit
-
getRedoPresentationName
- Specified by:
getRedoPresentationNamein interfaceUndoableEdit- Overrides:
getRedoPresentationNamein classCompoundEdit
-
isInProgress
public boolean isInProgress()- Overrides:
isInProgressin classCompoundEdit
-
undo
public void undo()- Specified by:
undoin interfaceUndoableEdit- Overrides:
undoin classCompoundEdit
-