Uses of Class
org.eclipse.swt.internal.cocoa.NSMenuItem
Packages that use NSMenuItem
-
Uses of NSMenuItem in org.eclipse.swt.internal.cocoa
Subclasses of NSMenuItem in org.eclipse.swt.internal.cocoaMethods in org.eclipse.swt.internal.cocoa that return NSMenuItemModifier and TypeMethodDescriptionNSMenu.addItemWithTitle(NSString aString, long aSelector, NSString charCode) NSMenuItem.initWithTitle(NSString aString, long aSelector, NSString charCode) NSMenu.itemAtIndex(long index) NSPopUpButton.itemAtIndex(long index) NSMenu.itemWithTag(long tag) static NSMenuItemNSMenuItem.separatorItem()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSMenuItemModifier and TypeMethodDescriptionvoidNSMenu.addItem(NSMenuItem newItem) voidNSMenu.insertItem(NSMenuItem newItem, long index) voidNSMenu.removeItem(NSMenuItem item) voidNSPopUpButton.selectItem(NSMenuItem item) voidNSToolbarItem.setMenuFormRepresentation(NSMenuItem menuFormRepresentation) voidNSMenu.setSubmenu(NSMenu aMenu, NSMenuItem anItem)