GNU Classpath (0.95) | |
Frames | No Frames |
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. |
Classes implementing java.awt.Adjustable | |
class | The JScrollBar. |
class |
Methods with parameter type java.awt.Adjustable | |
void | |
void |
Constructors with parameter type java.awt.Adjustable | |
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 .
|
GNU Classpath (0.95) |