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.AbstractActionAction that actually updates the summary text displayed.
-
-
Field Summary
Fields Modifier and Type Field Description private booleanaddToHistoryprivate java.lang.Stringanchorprivate Completioncompletion
-
Constructor Summary
Constructors Modifier Constructor Description privateTimerAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)Called when the timer is fired.(package private) voidsetCompletion(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)
-
-