Uses of Class
java.awt.EventQueue
Packages that use EventQueue
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of EventQueue in java.awt
Methods in java.awt that return EventQueueModifier 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.Methods in java.awt with parameters of type EventQueueModifier and TypeMethodDescriptionvoid
EventQueue.push
(EventQueue newEventQueue) Replaces the existingEventQueue
with the specified one.