Klasse java.awt.EventQueue | 1.1 |
java.lang.Object | +--java.awt.EventQueue
Konstruktoren | |
---|---|
public | EventQueue() |
Methoden | |
---|---|
protected void | dispatchEvent(AWTEvent event) ![]() |
public static AWTEvent | getCurrentEvent() ![]() |
public static long | getMostRecentEventTime() ![]() |
public synchronized AWTEvent | getNextEvent() |
public static void | invokeAndWait(Runnable runnable) ![]() |
public static void | invokeLater(Runnable runnable) ![]() |
public static boolean | isDispatchThread() ![]() |
public synchronized AWTEvent | peekEvent() |
public synchronized AWTEvent | peekEvent(int id) |
public synchronized void | pop() ![]() |
public synchronized void | postEvent(AWTEvent theEvent) |
public synchronized void | push(EventQueue newEventQueue) ![]() |