Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: awt ::

interface XImageButton

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to register for action events of an image button and set the action command.


Methods' Summary

addActionListener registers a listener for action events.
removeActionListener unregisters a listener for action events.
setActionCommand sets the action command string.

Methods' Details

addActionListener
 
[ oneway ] void
addActionListener(
[ in ] com::sun::star::awt::XActionListener l );

Description
registers a listener for action events.
removeActionListener
 
[ oneway ] void
removeActionListener(
[ in ] com::sun::star::awt::XActionListener l );

Description
unregisters a listener for action events.
setActionCommand
 
[ oneway ] void
setActionCommand(
[ in ] string Command );

Description
sets the action command string.

Top of Page