java.lang.Object
javax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CompoundEdit
javax.swing.undo.UndoManager
org.fife.ui.rtextarea.RUndoManager
de.grogra.rsyntaxtextarea.GroRUndoManager
- All Implemented Interfaces:
Serializable,EventListener,UndoableEditListener,UndoableEdit
public class GroRUndoManager
extends org.fife.ui.rtextarea.RUndoManager
Simply adds to update the groimp actions after a change.
- See Also:
-
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 org.fife.ui.rtextarea.RUndoManager
beginInternalAtomicEdit, endInternalAtomicEdit, getCantRedoText, getCantUndoText, redo, undo, undoableEditHappenedMethods inherited from class javax.swing.undo.UndoManager
addEdit, canRedo, canUndo, canUndoOrRedo, discardAllEdits, editToBeRedone, editToBeUndone, end, getLimit, getRedoPresentationName, getUndoOrRedoPresentationName, getUndoPresentationName, redoTo, setLimit, toString, trimEdits, trimForLimit, undoOrRedo, undoToMethods inherited from class javax.swing.undo.CompoundEdit
die, getPresentationName, isInProgress, isSignificant, lastEditMethods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
-
Constructor Details
-
GroRUndoManager
public GroRUndoManager(org.fife.ui.rtextarea.RTextArea textArea)
-
-
Method Details
-
updateActions
public void updateActions()- Overrides:
updateActionsin classorg.fife.ui.rtextarea.RUndoManager
-