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

/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DScrollbarOperator.java299 scrollTo(new ValueScrollAdjuster(value));
312 scrollTo(new ValueScrollAdjuster((int) (getMinimum()
584 private class ValueScrollAdjuster implements ScrollAdjuster { class in class:ScrollbarOperator
588 public ValueScrollAdjuster(int value) { method in class:ScrollbarOperator.ValueScrollAdjuster
615 return "ValueScrollAdjuster{" + "value=" + value + '}';
H A DScrollPaneOperator.java324 scrollTo(new ValueScrollAdjuster(value,
341 scrollTo(new ValueScrollAdjuster((int) (adj.getMinimum()
359 scrollTo(new ValueScrollAdjuster(value,
375 scrollTo(new ValueScrollAdjuster((int) (adj.getMinimum()
763 private static class ValueScrollAdjuster implements ScrollAdjuster { class in class:ScrollPaneOperator
769 public ValueScrollAdjuster(int value, int orientation, Adjustable adj) { method in class:ScrollPaneOperator.ValueScrollAdjuster
798 return "ValueScrollAdjuster{" + "value=" + value + ", orientation=" + orientation + ", adj=" + adj + '}';
H A DJSplitPaneOperator.java414 scrollTo(new ValueScrollAdjuster(dividerLocation));
428 scrollTo(new ValueScrollAdjuster(getMinimumDividerLocation()
880 private class ValueScrollAdjuster implements ScrollAdjuster { class in class:JSplitPaneOperator
884 public ValueScrollAdjuster(int value) { method in class:JSplitPaneOperator.ValueScrollAdjuster
911 return "ValueScrollAdjuster{" + "value=" + value + '}';
H A DJSliderOperator.java385 scrollTo(new ValueScrollAdjuster(value));
883 private class ValueScrollAdjuster implements ScrollAdjuster { class in class:JSliderOperator
887 public ValueScrollAdjuster(int value) { method in class:JSliderOperator.ValueScrollAdjuster
914 return "ValueScrollAdjuster{" + "value=" + value + '}';
H A DJScrollBarOperator.java393 scrollTo(new ValueScrollAdjuster(value));
406 scrollTo(new ValueScrollAdjuster((int) (getMinimum()
895 private class ValueScrollAdjuster implements ScrollAdjuster { class in class:JScrollBarOperator
899 public ValueScrollAdjuster(int value) { method in class:JScrollBarOperator.ValueScrollAdjuster
926 return "ValueScrollAdjuster{" + "value=" + value + '}';

Completed in 83 milliseconds