:: com :: sun :: star :: awt ::
|
unpublished |
interface XMenuExtended2 |
|
|
- Base Interfaces
XMenuExtended2
┣ XMenuExtended
┗ XMenu
XMenuExtended |
- Description
- specifies some extended menu functions, like setting a command URL and a help command for a menu item.
These functions are available for both menu bar and pop-up menu.
|
XMenu |
- Description
- specifies basic menu functions.
|
|
- Usage Restrictions
- not published
- Description
- specifies extended menu functions.
|
Methods' Details |
isPopupMenu
|
clear
- Description
- removes all items from the menu.
|
|
getItemType
- Description
- retrieves the type of the menu item.
- Parameter nItemPos
- specifies the position of the menu item for which the item type is queried.
- Throws
- ::com::sun::star::container::NoSuchElementException
if there is no menu item in the position specified in nItemPos.
- See also
- MenuItemType
|
|
hideDisabledEntries
void |
hideDisabledEntries( |
[in] boolean |
bHide ); |
- Description
- specifies whether disabled menu entries should be hidden, or not.
- Parameter bHide
- if true, disabled menu entries are hidden.
- See also
- XMenu::enableItem()
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.