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

com :: sun :: star :: mozilla ::

interface XMenuProxy

Base Interface
com::sun::star::lang::XComponent



Known Services which Export this Interface

com::sun::star::mozilla::MenuProxy

Methods' Summary

executeMenuItem Executes dispatch for the given menu id
addMenuProxyListener Registers an event listener, which will be called when the menu changes
removeMenuProxyListener Unregisters an event listener which was registered with XMenuProxy::addMenuProxyListener() .

Methods' Details

executeMenuItem
 
void
executeMenuItem(
[ in ] short ID );

Description
Executes dispatch for the given menu id
Parameter ID
[in]: the menu item
addMenuProxyListener
 
[ oneway ] void
addMenuProxyListener(
[ in ] com::sun::star::mozilla::XMenuProxyListener xListener );

Description
Registers an event listener, which will be called when the menu changes
Parameter xListener
[in]: the listener to be set
removeMenuProxyListener
 
[ oneway ] void
removeMenuProxyListener(
[ in ] com::sun::star::mozilla::XMenuProxyListener xListener );

Description
Unregisters an event listener which was registered with XMenuProxy::addMenuProxyListener() .
Parameter xListener
[in]: the listener to be removed

Top of Page