Language
The Free and Open Productivity Suite
:: com :: sun :: star :: awt ::
|
interface XSpinField |
|
- Description
- gives access to the value of a spin field and makes it possible to
register for spin events.
|
Methods' Summary |
addSpinListener |
registers a listener for spin events.
|
removeSpinListener |
unregisters a listener for spin events.
|
up |
increases the value by one step.
|
down |
decreases the value by one step.
|
first |
sets the value to the previously set lower value.
|
last |
sets the value to the previously set upper value.
|
enableRepeat |
enables/disables automatic repeat mode.
|
Methods' Details |
addSpinListener
- Description
- registers a listener for spin events.
|
|
removeSpinListener
- Description
- unregisters a listener for spin events.
|
|
up
- Description
- increases the value by one step.
|
|
down
- Description
- decreases the value by one step.
|
|
first
- Description
- sets the value to the previously set lower value.
|
|
last
- Description
- sets the value to the previously set upper value.
|
|
enableRepeat
[oneway] void |
enableRepeat( |
[in] boolean |
bRepeat ); |
- Description
- enables/disables automatic repeat mode.
|
|
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.