Package | Description |
---|---|
org.eclipse.swt.ole.win32 |
SWT Win32 OLE implementation classes.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
org.eclipse.ui.help |
Classes for integration with the help support system
in the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
MenuItem[] |
OleFrame.getContainerMenus()
Returns the application menu items that will appear in the Container location when an OLE Document
is in-place activated.
|
MenuItem[] |
OleFrame.getFileMenus()
Returns the application menu items that will appear in the File location when an OLE Document
is in-place activated.
|
MenuItem[] |
OleFrame.getWindowMenus()
Returns the application menu items that will appear in the Window location when an OLE Document
is in-place activated.
|
Modifier and Type | Method and Description |
---|---|
void |
OleFrame.setContainerMenus(MenuItem[] containerMenus)
Specify the menu items that should appear in the Container location when an OLE Document
is in-place activated.
|
void |
OleFrame.setFileMenus(MenuItem[] fileMenus)
Specify the menu items that should appear in the File location when an OLE Document
is in-place activated.
|
void |
OleFrame.setWindowMenus(MenuItem[] windowMenus)
Set the menu items that should appear in the Window location when an OLE Document
is in-place activated.
|
Modifier and Type | Method and Description |
---|---|
MenuItem |
Menu.getDefaultItem()
Returns the default menu item or null if none has
been previously set.
|
MenuItem |
Menu.getItem(int index)
Returns the item at the given, zero-relative index in the
receiver.
|
MenuItem[] |
Menu.getItems()
Returns a (possibly empty) array of
MenuItem s which
are the items in the receiver. |
MenuItem |
Menu.getParentItem()
Returns the receiver's parent item, which must be a
MenuItem or null when the receiver is a
root. |
Modifier and Type | Method and Description |
---|---|
int |
Menu.indexOf(MenuItem item)
Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
|
void |
Menu.setDefaultItem(MenuItem item)
Sets the default menu item to the argument or removes
the default emphasis when the argument is
null . |
Constructor and Description |
---|
Menu(MenuItem parentItem)
Constructs a new instance of this class given its parent
(which must be a
MenuItem ) and sets the style
for the instance so that the instance will be a drop-down
menu on the given parent's parent menu. |
Modifier and Type | Method and Description |
---|---|
void |
IWorkbenchHelpSystem.setHelp(MenuItem item,
String helpContextId)
Sets the given help id on the given menu item.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.