Package org.fife.ui.rtextarea
Class RTextAreaUI.FocusAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.fife.ui.rtextarea.RTextAreaUI.FocusAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- RTextAreaUI
class RTextAreaUI.FocusAction extends javax.swing.AbstractAction
Registered in the ActionMap.
-
-
Constructor Summary
Constructors Constructor Description FocusAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
boolean
isEnabled()
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-