Uses of Interface java.awt.Adjustable

Uses in package java.awt

Classes implementing java.awt.Adjustable

class
This class implements a scrollbar widget.
class
Need this class since the serialization spec for ScrollPane uses it.

Methods with return type java.awt.Adjustable

Adjustable
Returns the horizontal scrollbar for this object.
Adjustable
Returns the vertical scrollbar for this object.

Uses in package javax.swing

Classes implementing java.awt.Adjustable

class
The JScrollBar.
class

Uses in package java.awt.peer

Methods with parameter type java.awt.Adjustable

void
void

Uses in package java.awt.event

Constructors with parameter type java.awt.Adjustable

AdjustmentEvent.AdjustmentEvent(Adjustable source, int id, int type, int value)
Initializes an instance of AdjustmentEvent with the specified source, id, type, and value.
AdjustmentEvent.AdjustmentEvent(Adjustable source, int id, int type, int value, boolean isAdjusting)
Initializes an instance of AdjustmentEvent with the specified source, id, type, and value.

Methods with return type java.awt.Adjustable

Adjustable
This method returns the source of the event as an Adjustable.