Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

:: drafts :: com :: sun :: star :: ui ::

interface XContextMenuInterception
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XContextMenuInterception
Description
This interface enables an object to get interceptors registered that change context menue or prevent them from beeing executed.

Methods' Summary
registerContextMenuInterceptor registers an XContextMenuInterceptor , which will become the first interceptor in the chain of registered interceptors.
releaseContextMenuInterceptor removes an XContextMenuInterceptor which was previously registered using XContextMenuInterception::registerContextMenuInterceptor .
Methods' Details
registerContextMenuInterceptor
void
registerContextMenuInterceptor(
 
[in] XContextMenuInterceptor
 
Interceptor );

Description
registers an XContextMenuInterceptor , which will become the first interceptor in the chain of registered interceptors.
releaseContextMenuInterceptor
void
releaseContextMenuInterceptor(
 
[in] XContextMenuInterceptor
 
Interceptor );

Description
removes an XContextMenuInterceptor which was previously registered using XContextMenuInterception::registerContextMenuInterceptor .

The order of removals is arbitrary. It is not necessary to remove the last registered interceptor first.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.