Class AutoCompletePopupWindow.RightAction

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

class AutoCompletePopupWindow.RightAction extends AbstractAction
Moves the caret to the right and updates the completion list accordingly.
  • Constructor Details

    • RightAction

      RightAction()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)