|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||
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. |
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||