Exported Interfaces |
::com::sun::star::ui::XContextMenuInterception |
- Description
- allows intercepting context menu requests done by the user
The ::com::sun::star::ui::ContextMenuExecuteEvent::Selection member
of the event passed to an interceptor will not be the controller itself
(though the controller also supports the XSelectionSupplier
interface), but a component which descrbes the current selection of the very window where the context
menu was requested.
In OpenOffice.org's database application, database objects such as tables, queries, forms,
reports are displayed in a tree-like fashion. Currently, only context menu requests on this tree view
can be intercepted using the XContextMenuInterception interface. Context menu requests
in other places cannot be intercepted.
For the aforementioned tree view, the selection supplied by the ContextMenuEvent::Selection
component is an array of NamedDatabaseObject instances.
|
::com::sun::star::awt::XUserInputInterception |
- Description
- allows intercepting user input done by the user
|
::com::sun::star::view::XSelectionSupplier |
- Description
-
provides access to the current selection inside the application window, and allows to change it
programmatically
The selection is an array of NamedDatabaseObject instances.
|
::com::sun::star::frame::XTitle |
- Description
- allows to retrieve and set the title which of the component
|
::com::sun::star::frame::XTitleChangeBroadcaster |
- Description
- allows being notified about changes in the component's title
|
XDatabaseDocumentUI |
- Description
- allows programmatic access to aspects of the application's user interface.
|
Copyright © 2008 Sun Microsystems, Inc.