Searched defs:ScrollPaneAdjustable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DScrollPaneAdjustable.java42 public class ScrollPaneAdjustable implements Adjustable, Serializable { class in inherits:Adjustable,Serializable
163 public void setTypedValue(final ScrollPaneAdjustable adj,
186 ScrollPaneAdjustable(ScrollPane sp, AdjustmentListener l, int orientation) { method in class:ScrollPaneAdjustable
365 * events from this <code>ScrollPaneAdjustable</code>.
386 * receives adjustment events from this <code>ScrollPaneAdjustable</code>.
408 * registered on this <code>ScrollPaneAdjustable</code>.
410 * @return all of this <code>ScrollPaneAdjustable</code>'s

Completed in 43 milliseconds