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

/openjdk7/jdk/src/share/classes/java/awt/
H A DKeyboardFocusManager.java2288 caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent);
2294 caughtEx = dispatchAndCatchException(caughtEx, descendant, newFocusOwnerEvent);
2535 static private Throwable dispatchAndCatchException(Throwable ex, Component comp, FocusEvent event) { method in class:KeyboardFocusManager
2630 caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent);
2634 caughtEx = dispatchAndCatchException(caughtEx, lwFocusRequest.component, newFocusOwnerEvent);

Completed in 35 milliseconds