Package org.languagetool.gui
Class UndoRedoSupport.RedoAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.languagetool.gui.UndoRedoSupport.RedoAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- UndoRedoSupport
class UndoRedoSupport.RedoAction extends javax.swing.AbstractAction
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RedoAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
private void
updateRedoState()
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-