Syntax
interface XButton : com::sun::star::uno::XInterface ;
Description
makes it possible to set the label of a button and to register for action events.
Known Services Which Export this Interface
|
com::sun::star::awt::UnoControlButton -
Method Details
|
|
Syntax
- oneway void addActionListener
(
- com::sun::star::awt::XActionListener l );
Description
registers an event handler for button action events.
Syntax
- oneway void removeActionListener
(
- com::sun::star::awt::XActionListener l );
Description
unregisters an event handler for button action events.
Syntax
- oneway void setLabel
(
- string Label );
Description
sets the label of the button.
Syntax
- oneway void setActionCommand
(
- 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.