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

service UICategoryDescription

Exported Interfaces - Summary
::com::sun::star::container::XNameAccess

provides access to user interface command categories of the installed modules. (details)

Exported Interfaces - Details
::com::sun::star::container::XNameAccess
Description
provides access to user interface command categories of the installed modules.

To access the user interface command categories of a module, a unique module specifier must be provided to ::com::sun::star::container::XNameAccess::getByName() function. The module specifier can be retrieved from the ::com::sun::star::frame::ModuleManager service. The interface provides references to com::sun:star::ui::ModuleUICommandDescription.

See also
::com::sun::star::frame::ModuleManager

 
Top of Page