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.CompoundEdit
The edit used byRUndoManager
.
-
-
Constructor Summary
Constructors Constructor Description RCompoundEdit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRedoPresentationName()
java.lang.String
getUndoPresentationName()
boolean
isInProgress()
void
undo()
-
-
-
Method Detail
-
getUndoPresentationName
public java.lang.String getUndoPresentationName()
- Specified by:
getUndoPresentationName
in interfacejavax.swing.undo.UndoableEdit
- Overrides:
getUndoPresentationName
in classjavax.swing.undo.CompoundEdit
-
getRedoPresentationName
public java.lang.String getRedoPresentationName()
- Specified by:
getRedoPresentationName
in interfacejavax.swing.undo.UndoableEdit
- Overrides:
getRedoPresentationName
in classjavax.swing.undo.CompoundEdit
-
isInProgress
public boolean isInProgress()
- Overrides:
isInProgress
in classjavax.swing.undo.CompoundEdit
-
undo
public void undo()
- Specified by:
undo
in interfacejavax.swing.undo.UndoableEdit
- Overrides:
undo
in classjavax.swing.undo.CompoundEdit
-
-