:: com :: sun :: star :: awt ::
|
interface XButton |
- Base Hierarchy
::com::sun::star::uno::XInterface
|
+-XButton
|
- Description
- makes it possible to set the label of a button and to register for action events.
|
Methods' Details |
addActionListener
- Description
- registers an event handler for button action events.
|
|
removeActionListener
- Description
- unregisters an event handler for button action events.
|
|
setLabel
[oneway] void
setLabel( |
[in] string |
Label ); |
- Description
- sets the label of the button.
|
|
setActionCommand
[oneway] void
setActionCommand( |
[in] string |
Command ); |
- Description
- sets a command string for pushing the button.
|
|
Top of Page
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.