public class UndoMgr extends UndoManager implements ActionListener
edits
RedoName, UndoName
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent arg0) |
boolean |
addEdit(UndoableEdit arg0) |
void |
discardAllEdits() |
canRedo, canUndo, canUndoOrRedo, editToBeRedone, editToBeUndone, end, getLimit, getRedoPresentationName, getUndoOrRedoPresentationName, getUndoPresentationName, redo, redoTo, setLimit, toString, trimEdits, trimForLimit, undo, undoableEditHappened, undoOrRedo, undoTo
die, getPresentationName, isInProgress, isSignificant, lastEdit
replaceEdit
public UndoMgr(MainFrame frame)
public void actionPerformed(ActionEvent arg0)
actionPerformed
in interface ActionListener
public boolean addEdit(UndoableEdit arg0)
addEdit
in interface UndoableEdit
addEdit
in class UndoManager
public void discardAllEdits()
discardAllEdits
in class UndoManager
Copyright © 2014. All rights reserved.