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 |
---|
TextContextualPopupMenu.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 TextContextualPopupMenu.UndoAction()
public void undoableEditHappened(javax.swing.event.UndoableEditEvent e)
undoableEditHappened
in interface javax.swing.event.UndoableEditListener
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener