Class UndoAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- io.github.jonestimd.swing.table.action.UndoAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class UndoAction extends javax.swing.AbstractActionA UI action for reverting a pending change in a table.- See Also:
ChangeBufferTableModel, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndoAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-