Class AutoCompletePopupWindow.LeftAction

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

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

    • LeftAction

      LeftAction()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)