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

/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/
H A DComponentIsNotFocusedException.java34 public class ComponentIsNotFocusedException extends JemmyInputException { class in inherits:JemmyInputException
39 * Constructs a ComponentIsNotFocusedException object.
43 public ComponentIsNotFocusedException(Component comp) { method in class:ComponentIsNotFocusedException
H A DEventDispatcher.java392 * @throws ComponentIsNotFocusedException
603 * @throws ComponentIsNotFocusedException
629 * @throws ComponentIsNotFocusedException
931 //throws ComponentIsNotFocusedException if component has not focus
934 throw (new ComponentIsNotFocusedException(component));

Completed in 37 milliseconds