Searched defs:hAdjustable (Results 1 - 1 of 1) 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...]

Completed in 31 milliseconds