Class ParameterizedCompletionContext.NextChoiceAction

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

private class ParameterizedCompletionContext.NextChoiceAction extends AbstractAction
Action performed when the user presses the up or down arrow keys and the parameter completion choices popup is visible.
  • Field Details

    • oldAction

      private Action oldAction
    • amount

      private int amount
  • Constructor Details

    • NextChoiceAction

      NextChoiceAction(int amount, Action oldAction)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)