Language
The Free and Open Productivity Suite
:: com :: sun :: star :: awt ::
|
unpublished |
interface XSpinValue |
|
|
|
- Usage Restrictions
- not published
- Description
- gives access to the value and settings of a control which is associated with
a spinnable value.
|
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
|
|
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.