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

/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DScrollbarOperator.java253 * @param w Scrolling is stopped when w.actionProduced(waiterParam) != null
254 * @param waiterParam a waiting parameter.
258 public <P> void scrollTo(Waitable<?, P> w, P waiterParam, boolean increase) { argument
259 scrollTo(new WaitableChecker<>(w, waiterParam, increase, this));
H A DJScrollBarOperator.java332 * @param w Scrolling is stopped when w.actionProduced(waiterParam) != null
333 * @param waiterParam a waiting parameter.
338 public <P> void scrollTo(Waitable<?, P> w, P waiterParam, boolean increase) { argument
339 scrollTo(new WaitableChecker<>(w, waiterParam, increase, this));

Completed in 93 milliseconds