Methods' Details |
addAdjustmentListener
- Description
- registers an adjustment event listener.
|
|
removeAdjustmentListener
- Description
- unregisters an adjustment event listener.
|
|
setValue
void |
setValue( |
[in] long |
n ); |
- Description
- sets the scroll value of the scroll bar.
|
|
setValues
void |
setValues( |
[in] long |
nValue, |
| [in] long |
nVisible, |
| [in] long |
nMax ); |
- Description
- sets the scroll value, visible area and maximum scroll value
of the scroll bar.
|
|
getValue
- Description
- returns the current scroll value of the scroll bar.
|
|
setMaximum
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
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
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
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
void |
setOrientation( |
[in] long |
n ); |
- Description
- sets the ScrollBarOrientation of the scroll bar.
|
|
getOrientation
- Description
- returns the currently set ScrollBarOrientation of the
scroll bar.
|
|
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.