Package docking.widgets.autocomplete
Class TextFieldAutocompleter.MyListener
java.lang.Object
docking.widgets.autocomplete.TextFieldAutocompleter.MyListener
- All Implemented Interfaces:
 FocusListener,KeyListener,MouseListener,EventListener,CaretListener,DocumentListener,ListSelectionListener
- Enclosing class:
 TextFieldAutocompleter<T>
protected class TextFieldAutocompleter.MyListener
extends Object
implements FocusListener, KeyListener, DocumentListener, MouseListener, CaretListener, ListSelectionListener
A listener to handle all the callbacks
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidfakeFocusGained(JTextField field) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid 
- 
Constructor Details
- 
MyListener
protected MyListener() 
 - 
 - 
Method Details
- 
keyTyped
- Specified by:
 keyTypedin interfaceKeyListener
 - 
keyPressed
- Specified by:
 keyPressedin interfaceKeyListener
 - 
keyReleased
- Specified by:
 keyReleasedin interfaceKeyListener
 - 
focusGained
- Specified by:
 focusGainedin interfaceFocusListener
 - 
fakeFocusGained
 - 
focusLost
- Specified by:
 focusLostin interfaceFocusListener
 - 
insertUpdate
- Specified by:
 insertUpdatein interfaceDocumentListener
 - 
removeUpdate
- Specified by:
 removeUpdatein interfaceDocumentListener
 - 
changedUpdate
- Specified by:
 changedUpdatein interfaceDocumentListener
 - 
caretUpdate
- Specified by:
 caretUpdatein interfaceCaretListener
 - 
mouseClicked
- Specified by:
 mouseClickedin interfaceMouseListener
 - 
mousePressed
- Specified by:
 mousePressedin interfaceMouseListener
 - 
mouseReleased
- Specified by:
 mouseReleasedin interfaceMouseListener
 - 
mouseEntered
- Specified by:
 mouseEnteredin interfaceMouseListener
 - 
mouseExited
- Specified by:
 mouseExitedin interfaceMouseListener
 - 
valueChanged
- Specified by:
 valueChangedin interfaceListSelectionListener
 
 -