Apime v1.0

Uses of Interface
com.java4ever.apime.ui.event.KeyListener

Packages that use KeyListener
com.java4ever.apime.ui   
com.java4ever.apime.ui.event   
 

Uses of KeyListener in com.java4ever.apime.ui
 

Methods in com.java4ever.apime.ui that return KeyListener
 KeyListener IComponent.getKeyListener()
          Devuelve el listener de teclado o 'null' si no tiene.
 

Methods in com.java4ever.apime.ui with parameters of type KeyListener
 void IComponent.setKeyListener(KeyListener listener)
          Asigna el listener de teclado.
 

Uses of KeyListener in com.java4ever.apime.ui.event
 

Classes in com.java4ever.apime.ui.event that implement KeyListener
 class KeyAdapter
          Clase que encapsula todos los listeners de teclado (todos los métodos están vacios).
 


Apime v1.0

Copyright 2004 Java4Ever.com. All Rights Reserved.