public class UndoMgr
extends javax.swing.undo.UndoManager
implements java.awt.event.ActionListener
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0) |
boolean |
addEdit(javax.swing.undo.UndoableEdit arg0) |
void |
discardAllEdits() |
canRedo, canUndo, canUndoOrRedo, editToBeRedone, editToBeUndone, end, getLimit, getRedoPresentationName, getUndoOrRedoPresentationName, getUndoPresentationName, redo, redoTo, setLimit, toString, trimEdits, trimForLimit, undo, undoableEditHappened, undoOrRedo, undoTopublic UndoMgr(MainFrame frame)
public void actionPerformed(java.awt.event.ActionEvent arg0)
actionPerformed in interface java.awt.event.ActionListenerpublic boolean addEdit(javax.swing.undo.UndoableEdit arg0)
addEdit in interface javax.swing.undo.UndoableEditaddEdit in class javax.swing.undo.UndoManagerpublic void discardAllEdits()
discardAllEdits in class javax.swing.undo.UndoManagerCopyright © 2013. All Rights Reserved.