Package org.fife.ui.autocomplete
Class AutoCompleteDescWindow.TimerAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.fife.ui.autocomplete.AutoCompleteDescWindow.TimerAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- AutoCompleteDescWindow
private class AutoCompleteDescWindow.TimerAction extends javax.swing.AbstractAction
Action that actually updates the summary text displayed.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
addToHistory
private java.lang.String
anchor
private Completion
completion
-
Constructor Summary
Constructors Modifier Constructor Description private
TimerAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Called when the timer is fired.(package private) void
setCompletion(Completion c, java.lang.String anchor, boolean addToHistory)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
completion
private Completion completion
-
anchor
private java.lang.String anchor
-
addToHistory
private boolean addToHistory
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
Called when the timer is fired.
-
setCompletion
void setCompletion(Completion c, java.lang.String anchor, boolean addToHistory)
-
-