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

/openjdk7/jdk/src/share/classes/java/awt/
H A DScrollPane.java159 private ScrollPaneAdjustable hAdjustable; field in class:ScrollPane
218 hAdjustable = new ScrollPaneAdjustable(this, new PeerFixer(this),
340 return hAdjustable;
363 hAdjustable.setValue(x);
401 return new Point(hAdjustable.getValue(), vAdjustable.getValue());
511 hAdjustable.setSpan(0, cs.width, vs.width);
555 hAdjustableValue = hAdjustable.getValue();
557 hAdjustable.setValue(0);
567 hAdjustable.setValue(hAdjustableValue);
696 hAdjustable
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollPanePeer.java96 Adjustable hAdjustable = target.getHAdjustable();
97 if (hAdjustable != null){
98 unitIncrement = hAdjustable.getUnitIncrement();

Completed in 32 milliseconds