Package org.fife.ui.autocomplete
Class AutoCompletion.ParameterizedCompletionStartAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.fife.ui.autocomplete.AutoCompletion.ParameterizedCompletionStartAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- AutoCompletion
private class AutoCompletion.ParameterizedCompletionStartAction extends javax.swing.AbstractAction
Action that starts a parameterized completion, e.g. after '(' is typed.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
start
-
Constructor Summary
Constructors Constructor Description ParameterizedCompletionStartAction(char ch)
-
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
-
-