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

/openjdk7/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()) {
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DInvocationEvent.java83 * @see #isDispatched
91 * @see #isDispatched
235 * @see #isDispatched
307 * while (!event.isDispatched()) {
312 * the {@code isDispatched()} method returns {@code false}, and
329 public boolean isDispatched() { method in class:InvocationEvent
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodManager.java361 while (!event.isDispatched()) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DEventQueue.java1265 while (!event.isDispatched()) {
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java626 while(!event.isDispatched()) {

Completed in 1800 milliseconds