Package org.fife.ui.autocomplete
Class ParameterizedCompletionContext.ClosingAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.fife.ui.autocomplete.ParameterizedCompletionContext.ClosingAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- ParameterizedCompletionContext
private class ParameterizedCompletionContext.ClosingAction extends javax.swing.AbstractAction
Called when the user types the character marking the closing of the parameter list, such as ')
'.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ClosingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
int
getCount(java.lang.String text, char ch)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-