Uses of Class
org.eclipse.swt.widgets.MenuItem
Package
Description
SWT Win32 OLE implementation classes.
SWT widget public API classes.
Classes for integration with the help support system
in the Eclipse Platform User Interface.
-
Uses of MenuItem in org.eclipse.jface.databinding.swt.typed
Modifier and TypeMethodDescriptionstatic IWidgetValueProperty<MenuItem,
Boolean> WidgetProperties.menuItemSelection()
Returns a value property for observing the selection state of aMenuItem
. -
Uses of MenuItem in org.eclipse.swt.ole.win32
Modifier and TypeMethodDescriptionMenuItem[]
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 TypeMethodDescriptionvoid
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. -
Uses of MenuItem in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionMenu.getDefaultItem()
Returns the default menu item or null if none has been previously set.Menu.getItem
(int index) Returns the item at the given, zero-relative index in the receiver.MenuItem[]
Menu.getItems()
Returns a (possibly empty) array ofMenuItem
s which are the items in the receiver.Menu.getParentItem()
Returns the receiver's parent item, which must be aMenuItem
or null when the receiver is a root.Modifier and TypeMethodDescriptionint
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 isnull
. -
Uses of MenuItem in org.eclipse.ui.help