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