Package org.fife.ui.autocomplete
Class AutoCompletion.AutoCompleteAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.fife.ui.autocomplete.AutoCompletion.AutoCompleteAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Direct Known Subclasses:
RoundRobinAutoCompletion.CycleAutoCompleteAction
- Enclosing class:
- AutoCompletion
protected class AutoCompletion.AutoCompleteAction extends javax.swing.AbstractAction
TheAction
that displays the popup window if auto-completion is enabled.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AutoCompleteAction()
-
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
-
-