Uses of Class
java.awt.EventQueue
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of EventQueue in java.awt
Modifier and TypeMethodDescriptionfinal EventQueue
Toolkit.getSystemEventQueue()
Get the application's or applet's EventQueue instance.protected abstract EventQueue
Toolkit.getSystemEventQueueImpl()
Gets the application's or applet'sEventQueue
instance, without checking access.Modifier and TypeMethodDescriptionvoid
EventQueue.push
(EventQueue newEventQueue) Replaces the existingEventQueue
with the specified one.