Java Platform 1.2
Beta 4

Uses of Interface
java.awt.Adjustable

Packages that use Adjustable
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.  
 

Uses of Adjustable in com.sun.java.swing
 

Classes in com.sun.java.swing that implement Adjustable
  JScrollBar
          An implementation of a scrollbar.
protected   JScrollPane.ScrollBar
          By default JScrollPane creates scrollbars that are instances of this class.
 

Uses of Adjustable in java.awt
 

Classes in java.awt that implement Adjustable
  Scrollbar
          The Scrollbar class embodies a scroll bar, a familiar user-interface object.
 

Methods in java.awt that return Adjustable
 Adjustable ScrollPane.getVAdjustable()
          Returns the Adjustable object which represents the state of the vertical scrollbar.
 Adjustable ScrollPane.getHAdjustable()
          Returns the Adjustable object which represents the state of the horizontal scrollbar.
 

Uses of Adjustable in java.awt.event
 

Methods in java.awt.event that return Adjustable
 Adjustable AdjustmentEvent.getAdjustable()
          Returns the Adjustable object where this event originated.
 

Constructors in java.awt.event with parameters of type Adjustable
AdjustmentEvent.AdjustmentEvent(Adjustable source, int id, int type, int value)
          Constructs a AdjustmentEvent object with the specified Adjustable source, type, and value.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.