Exported Interfaces - Summary |
::com::sun::star::container::XNameAccess |
provides access to user interface commands of an installed module.
(details)
|
Exported Interfaces - Details |
::com::sun::star::container::XNameAccess
- Description
- provides access to user interface commands of an installed module.
An implementation must provide a com::sun::star::uno::Sequence which
has com::sun::star::beans::PropertyValue as entries. The following
entries a defined:
- Label
a string which specifies the short name of the user interface command with
mnemonic and optional subsequent ... if the command needs additional user input. This string
can directly be used to set the text of a menu item.
- Name
a string which specifies the short name of the user interface command without
any additional information. It can be used for the bubble help.
- Popup
a boolean which specifies if the user interface command is a unique
identifier for a pop-up menu. A pop-up menu has a label, but is not bound to a command.
The key to a user interface command description is the user interface command itself which has
the following syntax ".uno:$Command". For example ".uno:Open" shows the file open dialog.
A complete list of user interface commands can be found inside the latest OpenOffice Developers Guide
or online at http://framework.openoffice.org.
- See also
- ::com::sun::star::frame::ModuleManager
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.