interface XSpinField in module com::sun::star::awt:: |
interface XSpinField : com::sun::star::uno::XInterface ;
gives access to the value of a spin field and makes it possible to register event listeners.
Method Summary |
|
| addSpinListener | registers a spin listener. |
| removeSpinListener | unregisters a spin listener. |
| 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. |
Method Details |
||||||||
|
||||||||
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.