| public interface java.awt Adjustable
|
Java SE 6 |
| version | 1.19 11/17/05 |
| Fields | |
|---|---|
| final public static int | HORIZONTAL Indicates that the Adjustable has horizontal orientation.
|
| final public static int | VERTICAL Indicates that the Adjustable has vertical orientation.
|
| final public static int | NO_ORIENTATION Indicates that the Adjustable has no orientation.
|
| Methods | |||||
|---|---|---|---|---|---|
| public void | addAdjustmentListener(AdjustmentListener l) Details
Adds a listener to receive adjustment events when the value of
the adjustable object changes.
| ||||
| public void | removeAdjustmentListener(AdjustmentListener l) Details
Removes an adjustment listener.
| ||||
| Properties | |||
|---|---|---|---|
| public void | setBlockIncrement(int b) Details
Sets the block value increment for the adjustable object.
| ||
| public int | getBlockIncrement() Details
Gets the block value increment for the adjustable object.
| ||
| public void | setMaximum(int max) Details
Sets the maximum value of the adjustable object.
| ||
| public int | getMaximum() Details
Gets the maximum value of the adjustable object.
| ||
| public void | setMinimum(int min) Details
Sets the minimum value of the adjustable object.
| ||
| public int | getMinimum() Details
Gets the minimum value of the adjustable object.
| ||
| public int | getOrientation() Details
Gets the orientation of the adjustable object.
| ||
| public void | setUnitIncrement(int u) Details
Sets the unit value increment for the adjustable object.
| ||
| public int | getUnitIncrement() Details
Gets the unit value increment for the adjustable object.
| ||
| public void | setValue(int v) Details
Sets the current value of the adjustable object. If
the value supplied is less than minimum
or greater than maximum - visibleAmount,
then one of those values is substituted, as appropriate.
Calling this method does not fire an
| ||
| public int | getValue() Details
Gets the current value of the adjustable object.
| ||
| public void | setVisibleAmount(int v) Details
Sets the length of the proportional indicator of the
adjustable object.
| ||
| public int | getVisibleAmount() Details
Gets the length of the proportional indicator.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2013 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|