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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DScrollPaneWheelScroller.java80 return sp.getVAdjustable();
100 return sp.getVAdjustable();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWScrollPanePeer.java203 adj = (ScrollPaneAdjustable)sp.getVAdjustable();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollPanePeer.java87 Adjustable vAdjustable = target.getVAdjustable();
185 // Adjustable vadj = sp.getVAdjustable();
302 ScrollPaneAdjustable vadj = (ScrollPaneAdjustable)sp.getVAdjustable();
/openjdk7/jdk/src/share/classes/java/awt/
H A DScrollPane.java145 * @see #getVAdjustable
328 public Adjustable getVAdjustable() { method in class:ScrollPane

Completed in 31 milliseconds