| | | | | void | addAdjustmentListener(AdjustmentListener l) |
| | | int | getBlockIncrement() |
| | | int | getMaximum() |
| | | int | getMinimum() |
| | | int | getOrientation() |
| | | int | getUnitIncrement() |
| | | int | getValue() |
| | | int | getVisibleAmount() |
| | | void | removeAdjustmentListener(AdjustmentListener l) |
| | | void | setBlockIncrement(int b) |
| | | void | setMaximum(int max) |
| | | void | setMinimum(int min) |
| | | void | setUnitIncrement(int u) |
| | | void | setValue(int v) |
| | | void | setVisibleAmount(int v) |
| |
|
|
|