info.joseluismartin.gui.action
Class ListCompletionListener

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by 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)

Constructor Summary
ListCompletionListener(List list)
           
 
Method Summary
abstract  List getList(String text)
           
 void keyReleased(KeyEvent e)
          
 
Methods inherited from class java.awt.event.KeyAdapter
keyPressed, keyTyped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListCompletionListener

public ListCompletionListener(List list)
Parameters:
list -
Method Detail

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.