Language
The Free and Open Productivity Suite
:: com :: sun :: star :: awt ::
|
interface XScrollBar |
|
- Description
- gives access to the value and settings of a scroll bar and makes it possible
to register adjustment event listeners.
|
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
|
Top of Page
Copyright © 2013, 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.