Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.awt.Adjustable

Uses of Adjustable in java.awt
 

Classes in java.awt that implement Adjustable
 class Scrollbar
          This class implements a scrollbar widget.
 class ScrollPaneAdjustable
          Need this class since the serialization spec for ScrollPane uses it.
 

Methods in java.awt that return Adjustable
 Adjustable ScrollPane.getHAdjustable()
          Returns the horizontal scrollbar for this object.
 Adjustable ScrollPane.getVAdjustable()
          Returns the vertical scrollbar for this object.