:: 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 © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.