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

/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJScrollBarOperator.java120 private JButtonOperator maxButtOperator; field in class:JScrollBarOperator
487 return maxButtOperator;
798 && maxButtOperator != null) {
824 maxButtOperator = null;
846 maxButtOperator = new JButtonOperator(maxButt);
849 maxButtOperator.copyEnvironment(this);
852 maxButtOperator.setOutput(output.createErrorOutput());
859 maxButtOperator.setTimeouts(times);
862 maxButtOperator.setVisualizer(new EmptyVisualizer());

Completed in 45 milliseconds