-
Package |
Description |
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.
|
-
-
Modifier and Type |
Method and Description |
AWTEventListener[] |
Toolkit.getAWTEventListeners()
Returns an array of all the AWTEventListener s
registered on this toolkit.
|
AWTEventListener[] |
Toolkit.getAWTEventListeners(long eventMask)
Returns an array of all the AWTEventListener s
registered on this toolkit which listen to all of the event
types specified in the eventMask argument.
|
-
Modifier and Type |
Class and Description |
class |
AWTEventListenerProxy
A class which extends the EventListenerProxy
specifically for adding an AWTEventListener
for a specific event mask.
|
This document was created by
Dulcet from the OpenJDK sources.
Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.