|
Class Summary |
| ActionEvent |
Safe: A semantic event which indicates that a component-defined action occured. |
| AdjustmentEvent |
Safe: |
| AWTEventListenerProxy |
Unsafe: A class which extends the EventListenerProxy, specifically
for adding an AWTEventListener for a specific event mask. |
| ComponentAdapter |
Unsafe: An abstract adapter class for receiving component events. |
| ComponentEvent |
Safe: A low-level event which indicates that a component moved, changed
size, or changed visibility (also, the root class for the other
component-level events). |
| ContainerAdapter |
Unsafe: An abstract adapter class for receiving container events. |
| ContainerEvent |
Safe: |
| FocusAdapter |
Unsafe: An abstract adapter class for receiving keyboard focus events. |
| FocusEvent |
Safe: A low-level event which indicates that a Component has gained or lost the
input focus. |
| HierarchyBoundsAdapter |
Unsafe: An abstract adapter class for receiving ancestor moved and resized events. |
| HierarchyEvent |
Unsafe: An event which indicates a change to the Component
hierarchy to which a Component belongs. |
| InputEvent |
Safe: The root event class for all component-level input events. |
| InputMethodEvent |
Safe: |
| InvocationEvent |
Unsafe: An event which executes the run() method on a Runnable
when dispatched by the AWT event dispatcher thread. |
| ItemEvent |
Safe: |
| KeyAdapter |
Unsafe: An abstract adapter class for receiving keyboard events. |
| KeyEvent |
Safe: |
| MouseAdapter |
Unsafe: An abstract adapter class for receiving mouse events. |
| MouseEvent |
Safe: |
| MouseMotionAdapter |
Unsafe: An abstract adapter class for receiving mouse motion events. |
| MouseWheelEvent |
Safe: |
| NativeLibLoader |
|
| PaintEvent |
Safe: The component-level paint event. |
| TextEvent |
Unsafe: |
| WindowAdapter |
Unsafe: An abstract adapter class for receiving window events. |
| WindowEvent |
Safe: |