(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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
[oneway] void
addSpinListener( [in] XSpinListener  l );

Description
registers a listener for spin events.
removeSpinListener
[oneway] void
removeSpinListener( [in] XSpinListener  l );

Description
unregisters a listener for spin events.
up
[oneway] void
up();

Description
increases the value by one step.
down
[oneway] void
down();

Description
decreases the value by one step.
first
[oneway] void
first();

Description
sets the value to the previously set lower value.
last
[oneway] void
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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.