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:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
- Enclosing class:
RoundRobinAutoCompletion
private class RoundRobinAutoCompletion.CycleAutoCompleteAction
extends AutoCompletion.AutoCompleteAction
An implementation of the auto-complete action that ensures the proper
CompletionProvider
is displayed based on the context in
which the user presses the trigger key.-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
CycleAutoCompleteAction
private CycleAutoCompleteAction()
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
- Overrides:
actionPerformed
in classAutoCompletion.AutoCompleteAction
-