Searched refs:isDispatched (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/test/java/awt/event/InvocationEvent/
H A DInvocationEventTest.java35 * summary: Tests new isDispatched method of the InvocationEvent class
53 if (event.isDispatched()) {
59 while(!event.isDispatched()) {
64 if(!event.isDispatched()) {
/openjdk9/jdk/test/java/awt/EventQueue/InvocationEventTest/
H A DInvocationEventTest.java153 while(!invocation.isDispatched())
188 while (!invocation.isDispatched())
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/event/
H A DInvocationEvent.java95 * @see #isDispatched
103 * @see #isDispatched
112 * @see #isDispatched
297 * @see #isDispatched
363 * while (!event.isDispatched()) {
368 * the {@code isDispatched()} method returns {@code false}, and
385 public boolean isDispatched() { method in class:InvocationEvent
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/im/
H A DExecutableInputMethodManager.java187 while (!event.isDispatched()) {
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DEventQueue.java1321 while (!event.isDispatched()) {
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/
H A DSunToolkit.java537 while(!event.isDispatched()) {

Completed in 168 milliseconds