info.joseluismartin.gui.action
Class ListCompletionListener
java.lang.Object
java.awt.event.KeyAdapter
info.joseluismartin.gui.action.ListCompletionListener
- All Implemented Interfaces:
- KeyListener, EventListener
public abstract class ListCompletionListener
- extends KeyAdapter
List Completion Listner
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListCompletionListener
public ListCompletionListener(List list)
- Parameters:
list
-
keyReleased
public void keyReleased(KeyEvent e)
-
- Specified by:
keyReleased
in interface KeyListener
- Overrides:
keyReleased
in class KeyAdapter
getList
public abstract List getList(String text)
Copyright © 2013 JDAL. All Rights Reserved.