Searched defs:LWCToolkit (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DLWCToolkit.java57 public final class LWCToolkit extends LWToolkit { class in inherits:LWToolkit
83 public LWCToolkit() { method in class:LWCToolkit
152 public static LWCToolkit getLWCToolkit() {
153 return (LWCToolkit)Toolkit.getDefaultToolkit();
416 // Intended to be called from the LWCToolkit.m only.
519 // The InvocationEvent will call LWCToolkit.stopAWTRunLoop() when finished, which will stop our manual runloop
546 ((LWCToolkit)Toolkit.getDefaultToolkit()).getSystemEventQueueForInvokeAndWait().postEvent(invocationEvent);
572 ((LWCToolkit)Toolkit.getDefaultToolkit()).getSystemEventQueueForInvokeAndWait().postEvent(invocationEvent);

Completed in 26 milliseconds