Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15
Product
Download
Support
Blog
Extensions & Templates
Get Involved
Focus Areas
Native Languages
home
»
ui
»
accessibility
»
apiref
»
drafts
»
com
»
sun
»
star
»
ui
Overview
Module
Use
Devguide
Index
Values
Values' Details
::
drafts
::
com
::
sun
::
star
::
ui
::
enum ContextMenuInterceptorAction
Description
determins the action that is requested from the
XContextMenuInterceptor
.
Values
IGNORED
the
XContextMenuInterceptor
has ignored the call. The next registered
XContextMenuInterceptor
should be notified.
CANCELLED
the context menu must not be executed. The next registered
XContextMenuInterceptor
should not be notified.
EXECUTE_MODIFIED
the menu has been modified and should be executed without notifying the next registered
XContextMenuInterceptor
.
CONTINUE_MODIFIED
the menu has been modified and the next registered
XContextMenuInterceptor
should be notified.
Values' Details
IGNORED
IGNORED
,
Description
the
XContextMenuInterceptor
has ignored the call. The next registered
XContextMenuInterceptor
should be notified.
CANCELLED
CANCELLED
,
Description
the context menu must not be executed. The next registered
XContextMenuInterceptor
should not be notified.
EXECUTE_MODIFIED
EXECUTE_MODIFIED
,
Description
the menu has been modified and should be executed without notifying the next registered
XContextMenuInterceptor
.
CONTINUE_MODIFIED
CONTINUE_MODIFIED
,
Description
the menu has been modified and the next registered
XContextMenuInterceptor
should be notified.
Top of Page
Copyright © 2003 Sun Microsystems, Inc.