Syntax
interface XImageButton : com::sun::star::uno::XInterface ;
Description
makes it possible to register for action events of an image button
and set the action command.
Method Details
|
|
Syntax
- oneway void addActionListener
(
- com::sun::star::awt::XActionListener l );
Description
registers a listener for action events.
Syntax
- oneway void removeActionListener
(
- com::sun::star::awt::XActionListener l );
Description
unregisters a listener for action events.
Syntax
- oneway void setActionCommand
(
- string Command );
Description
sets the action command string.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.