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
edits
Fields 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, toString
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
-
Constructor Details
-
RCompoundEdit
RCompoundEdit()
-
-
Method Details
-
getUndoPresentationName
- Specified by:
getUndoPresentationName
in interfaceUndoableEdit
- Overrides:
getUndoPresentationName
in classCompoundEdit
-
getRedoPresentationName
- Specified by:
getRedoPresentationName
in interfaceUndoableEdit
- Overrides:
getRedoPresentationName
in classCompoundEdit
-
isInProgress
public boolean isInProgress()- Overrides:
isInProgress
in classCompoundEdit
-
undo
public void undo()- Specified by:
undo
in interfaceUndoableEdit
- Overrides:
undo
in classCompoundEdit
-