Class ParameterizedCompletionContext.ClosingAction

java.lang.Object
javax.swing.AbstractAction
org.fife.ui.autocomplete.ParameterizedCompletionContext.ClosingAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
ParameterizedCompletionContext

private class ParameterizedCompletionContext.ClosingAction extends AbstractAction
Called when the user types the character marking the closing of the parameter list, such as ')'.
  • Constructor Details

    • ClosingAction

      private ClosingAction()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
    • getCount

      public int getCount(String text, char ch)