Package com.inet.jortho
Class SpellChecker.DisableLanguageAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.inet.jortho.SpellChecker.AbtsractLanguageAction
-
- com.inet.jortho.SpellChecker.DisableLanguageAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- SpellChecker
private static class SpellChecker.DisableLanguageAction extends SpellChecker.AbtsractLanguageAction
Action for disable all dictionary language.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static SpellChecker.DisableLanguageAction
instance
-
Constructor Summary
Constructors Modifier Constructor Description private
DisableLanguageAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent ev)
-
Methods inherited from class com.inet.jortho.SpellChecker.AbtsractLanguageAction
setSelected
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
instance
static SpellChecker.DisableLanguageAction instance
-
-