The Adjustable Interface

The Adjustable interface is new to Java 1.1. It provides the method signatures required for an object that lets you adjust a bounded integer value. It is currently implemented by Scrollbar and returned by two methods within ScrollPane.

Constants of the Adjustable Interface

There are two direction specifiers for Adjustable.

Methods of the Adjustable Interface