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.AbstractActionCalled when the user types the character marking the closing of the parameter list, such as ')'.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateClosingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)intgetCount(java.lang.String text, char ch)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-