Methods' Details |
addAdjustmentListener
- Description
- registers an adjustment event listener.
|
|
removeAdjustmentListener
- Description
- unregisters an adjustment event listener.
|
|
setValue
[oneway] void |
setValue( |
[in] long |
n ); |
- Description
- sets the scroll value of the scroll bar.
|
|
setValues
[oneway] void |
setValues( |
[in] long |
nValue, |
| [in] long |
nVisible, |
| [in] long |
nMax ); |
- Description
- sets the scroll value, visible area and maximum scroll value
of the scoll bar.
|
|
getValue
- Description
- returns the current scroll value of the scroll bar.
|
|
setMaximum
[oneway] void |
setMaximum( |
[in] long |
n ); |
- Description
- sets the maximum scroll value of the scroll bar.
|
|
getMaximum
- Description
- returns the currently set maximum scroll value of the scroll bar.
|
|
setLineIncrement
[oneway] void |
setLineIncrement( |
[in] long |
n ); |
- Description
- sets the increment for a single line move.
|
|
getLineIncrement
- Description
- returns the currently set increment for a single line move.
|
|
setBlockIncrement
[oneway] void |
setBlockIncrement( |
[in] long |
n ); |
- Description
- sets the increment for a block move.
|
|
getBlockIncrement
long |
getBlockIncrement(); |
- Description
- returns the currently set increment for a block move.
|
|
setVisibleSize
[oneway] void |
setVisibleSize( |
[in] long |
n ); |
- Description
- sets the visible size of the scroll bar.
|
|
getVisibleSize
- Description
- returns the currently visible size of the scroll bar.
|
|
setOrientation
[oneway] void |
setOrientation( |
[in] long |
n ); |
- Description
- sets the ScrollBarOrientation of the scroll bar.
|
|
getOrientation
|
Copyright © 2003 Sun Microsystems, Inc.