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:
java.io.Serializable,javax.swing.undo.UndoableEdit
- Enclosing class:
- RUndoManager
class RUndoManager.RCompoundEdit extends javax.swing.undo.CompoundEditThe edit used byRUndoManager.
-
-
Constructor Summary
Constructors Constructor Description RCompoundEdit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRedoPresentationName()java.lang.StringgetUndoPresentationName()booleanisInProgress()voidundo()
-
-
-
Method Detail
-
getUndoPresentationName
public java.lang.String getUndoPresentationName()
- Specified by:
getUndoPresentationNamein interfacejavax.swing.undo.UndoableEdit- Overrides:
getUndoPresentationNamein classjavax.swing.undo.CompoundEdit
-
getRedoPresentationName
public java.lang.String getRedoPresentationName()
- Specified by:
getRedoPresentationNamein interfacejavax.swing.undo.UndoableEdit- Overrides:
getRedoPresentationNamein classjavax.swing.undo.CompoundEdit
-
isInProgress
public boolean isInProgress()
- Overrides:
isInProgressin classjavax.swing.undo.CompoundEdit
-
undo
public void undo()
- Specified by:
undoin interfacejavax.swing.undo.UndoableEdit- Overrides:
undoin classjavax.swing.undo.CompoundEdit
-
-