org.apache.uima.tools.cvd.control
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, undoTo
public UndoMgr(MainFrame frame)
public void actionPerformed(java.awt.event.ActionEvent arg0)
actionPerformed
in interface java.awt.event.ActionListener
public boolean addEdit(javax.swing.undo.UndoableEdit arg0)
addEdit
in interface javax.swing.undo.UndoableEdit
addEdit
in class javax.swing.undo.UndoManager
public void discardAllEdits()
discardAllEdits
in class javax.swing.undo.UndoManager
Copyright © 2014. All Rights Reserved.