protected static class TextContextualPopupMenu.UndoAction extends javax.swing.AbstractAction implements javax.swing.event.UndoableEditListener
| Modifier and Type | Field and Description |
|---|---|
private javax.swing.undo.UndoManager |
undoManager |
| Constructor and Description |
|---|
UndoAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
undoableEditHappened(javax.swing.event.UndoableEditEvent e) |
private final javax.swing.undo.UndoManager undoManager
public UndoAction()
public void undoableEditHappened(javax.swing.event.UndoableEditEvent e)
undoableEditHappened in interface javax.swing.event.UndoableEditListenerpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener