|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyListener | |
|---|---|
| java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
| java.awt.event | Provides interfaces and classes for dealing with different types of events fired by AWT components. |
| org.havi.ui | |
| org.havi.ui.event | |
| Uses of KeyListener in java.awt |
|---|
| Classes in java.awt that implement KeyListener | |
|---|---|
class |
AWTEventMulticaster
A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package. |
| Methods in java.awt that return KeyListener | |
|---|---|
static KeyListener |
AWTEventMulticaster.add(KeyListener a,
KeyListener b)
Adds key-listener-a with key-listener-b and returns the resulting multicast listener. |
KeyListener[] |
Component.getKeyListeners()
Returns an array of all the key listeners registered on this component. |
static KeyListener |
AWTEventMulticaster.remove(KeyListener l,
KeyListener oldl)
Removes the old key-listener from key-listener-l and returns the resulting multicast listener. |
| Methods in java.awt with parameters of type KeyListener | |
|---|---|
static KeyListener |
AWTEventMulticaster.add(KeyListener a,
KeyListener b)
Adds key-listener-a with key-listener-b and returns the resulting multicast listener. |
void |
Component.addKeyListener(KeyListener l)
Adds the specified key listener to receive key events from this component. |
static KeyListener |
AWTEventMulticaster.remove(KeyListener l,
KeyListener oldl)
Removes the old key-listener from key-listener-l and returns the resulting multicast listener. |
void |
Component.removeKeyListener(KeyListener l)
Removes the specified key listener so that it no longer receives key events from this component. |
| Uses of KeyListener in java.awt.event |
|---|
| Classes in java.awt.event that implement KeyListener | |
|---|---|
class |
KeyAdapter
An abstract adapter class for receiving keyboard events. |
| Uses of KeyListener in org.havi.ui |
|---|
| Classes in org.havi.ui that implement KeyListener | |
|---|---|
class |
HEventMulticaster
The HEventMulticaster class is intended to assist
platform or subclass implementers with the handling of HAVi
events. |
| Uses of KeyListener in org.havi.ui.event |
|---|
| Subinterfaces of KeyListener in org.havi.ui.event | |
|---|---|
interface |
HKeyListener
The HKeyListener
interface enables the reception of HKeyEvent events. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||