Package org.fife.ui.autocomplete
Class RoundRobinAutoCompletion.CycleAutoCompleteAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.fife.ui.autocomplete.AutoCompletion.AutoCompleteAction
-
- org.fife.ui.autocomplete.RoundRobinAutoCompletion.CycleAutoCompleteAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- RoundRobinAutoCompletion
private class RoundRobinAutoCompletion.CycleAutoCompleteAction extends AutoCompletion.AutoCompleteAction
An implementation of the auto-complete action that ensures the properCompletionProvider
is displayed based on the context in which the user presses the trigger key.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CycleAutoCompleteAction()
-
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
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
- Overrides:
actionPerformed
in classAutoCompletion.AutoCompleteAction
-
-