| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| Modifier and Type | Field and Description |
|---|---|
Event |
Event.evt
The next event.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Component.action(Event
Deprecated.
As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
|
void |
Container.deliverEvent(Event
Deprecated.
As of JDK version 1.1, replaced by
dispatchEvent(AWTEvent e)
|
void |
Component.deliverEvent(Event
Deprecated.
As of JDK version 1.1, replaced by
dispatchEvent(AWTEvent e).
|
boolean |
Component.gotFocus(Event
Deprecated.
As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
|
boolean |
Component.handleEvent(Event
Deprecated.
As of JDK version 1.1 replaced by processEvent(AWTEvent).
|
boolean |
Component.keyDown(Event
Deprecated.
As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).
|
boolean |
Component.keyUp(Event
Deprecated.
As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).
|
boolean |
Component.lostFocus(Event
Deprecated.
As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
|
boolean |
Component.mouseDown(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
|
boolean |
Component.mouseDrag(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).
|
boolean |
Component.mouseEnter(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
|
boolean |
Component.mouseExit(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
|
boolean |
Component.mouseMove(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).
|
boolean |
Component.mouseUp(Event
Deprecated.
As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
|
boolean |
Window.postEvent(Event
Deprecated.
As of JDK version 1.1 replaced by
dispatchEvent(AWTEvent).
|
boolean |
MenuContainer.postEvent(Event
Deprecated.
As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).
|
boolean |
MenuComponent.postEvent(Event
Deprecated.
As of JDK version 1.1, replaced by
dispatchEvent.
|
boolean |
Component.postEvent(Event
Deprecated.
As of JDK version 1.1, replaced by dispatchEvent(AWTEvent).
|
| Constructor and Description | |
|---|---|
AWTEvent(Event
Constructs an AWTEvent object from the parameters of a 1.0-style event.
|