interface XImageButton in module com::sun::star::awt::

(Global Index)

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 Summary

addActionListener registers a listener for action events.

removeActionListener unregisters a listener for action events.

setActionCommand sets the action command string.

Method Details



addActionListener

Syntax

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

Description

registers a listener for action events.


removeActionListener

Syntax

oneway void removeActionListener (
com::sun::star::awt::XActionListener l );

Description

unregisters a listener for action events.


setActionCommand

Syntax

oneway void setActionCommand (
string Command );

Description

sets the action command string.

Top of Page