Methods' Summary |
addAdjustmentListener |
registers an adjustment event listener.
|
removeAdjustmentListener |
unregisters an adjustment event listener.
|
setValue |
sets the current value of the control
|
setValues |
sets the value and value range of the control
|
getValue |
returns the current value of the control.
|
setMinimum |
sets the minimum value which can be set on the control
|
setMaximum |
sets the maximum value which can be set on the control
|
getMinimum |
returns the currently set minimum value of the control
|
getMaximum |
returns the currently set maximum value of the control
|
setSpinIncrement |
sets the value by which the current value of the control
should be incremented or decremented upon spinning.
|
getSpinIncrement |
returns the value by which the current value of the control
should be incremented or decremented upon spinning.
|
setOrientation |
controls the orientation of the control
|
getOrientation |
returns the current orientation of the control
|
Methods' Details |
addAdjustmentListener
- Description
- registers an adjustment event listener.
|
|
removeAdjustmentListener
- Description
- unregisters an adjustment event listener.
|
|
setValue
[oneway] void |
setValue( |
[in] long |
value ); |
- Description
- sets the current value of the control
|
|
setValues
[oneway] void |
setValues( |
[in] long |
minValue, |
| [in] long |
maxValue, |
| [in] long |
currentValue ); |
- Description
- sets the value and value range of the control
- See also
- setValue, setMinimum, setMaximum
|
|
getValue
- Description
- returns the current value of the control.
|
|
setMinimum
[oneway] void |
setMinimum( |
[in] long |
minValue ); |
- Description
- sets the minimum value which can be set on the control
|
|
setMaximum
[oneway] void |
setMaximum( |
[in] long |
maxValue ); |
- Description
- sets the maximum value which can be set on the control
|
|
getMinimum
- Description
- returns the currently set minimum value of the control
|
|
getMaximum
- Description
- returns the currently set maximum value of the control
|
|
setSpinIncrement
[oneway] void |
setSpinIncrement( |
[in] long |
spinIncrement ); |
- Description
- sets the value by which the current value of the control
should be incremented or decremented upon spinning.
|
|
getSpinIncrement
- Description
- returns the value by which the current value of the control
should be incremented or decremented upon spinning.
|
|
setOrientation
- Description
- controls the orientation of the control
- Parameter orientation
- one of the ScrollBarOrientation values specifying the orientation
- Throws
- com::sun::star::lang::NoSupportException
in case the given orientation is not supported
|
|
getOrientation
- Description
- returns the current orientation of the control
|
|
Copyright © 2003 Sun Microsystems, Inc.