Package org.fife.ui.autocomplete
Class AutoCompletePopupWindow.LeftAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.fife.ui.autocomplete.AutoCompletePopupWindow.LeftAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- AutoCompletePopupWindow
class AutoCompletePopupWindow.LeftAction extends javax.swing.AbstractAction
Moves the caret to the left and updates the completion list accordingly.
-
-
Constructor Summary
Constructors Constructor Description LeftAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-