Uses of Class
org.eclipse.swt.widgets.MenuItem
Packages that use MenuItem
-
Uses of MenuItem in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as MenuItemModifier and TypeFieldDescription(package private) MenuItemMenu.cascade(package private) MenuItemMenu.selectedItemprivate MenuItemMenu.Section.separatorFields in org.eclipse.swt.widgets with type parameters of type MenuItemModifier and TypeFieldDescription(package private) LinkedList<MenuItem> Menu.items(package private) LinkedList<MenuItem> Menu.Section.sectionItemsMethods in org.eclipse.swt.widgets that return MenuItemModifier and TypeMethodDescription(package private) static MenuItemMenu.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 ofMenuItems which are the items in the receiver.Menu.getParentItem()Returns the receiver's parent item, which must be aMenuItemor null when the receiver is a root.Methods in org.eclipse.swt.widgets with parameters of type MenuItemModifier and TypeMethodDescription(package private) static MenuItemintMenu.Section.getItemPosition(MenuItem item) intSearches 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.voidMenu.setDefaultItem(MenuItem item) Sets the default menu item to the argument or removes the default emphasis when the argument isnull.Constructors in org.eclipse.swt.widgets with parameters of type MenuItem