Uses of Class
org.eclipse.swt.internal.cocoa.NSMenuItem
-
Packages that use NSMenuItem Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSMenuItem in org.eclipse.swt.internal.cocoa
Subclasses of NSMenuItem in org.eclipse.swt.internal.cocoa Modifier and Type Class Description classSWTMenuItemMethods in org.eclipse.swt.internal.cocoa that return NSMenuItem Modifier and Type Method Description NSMenuItemNSMenu. addItemWithTitle(NSString aString, long aSelector, NSString charCode)NSMenuItemNSMenuItem. initWithTitle(NSString aString, long aSelector, NSString charCode)NSMenuItemNSMenu. itemAtIndex(long index)NSMenuItemNSPopUpButton. itemAtIndex(long index)NSMenuItemNSMenu. itemWithTag(long tag)static NSMenuItemNSMenuItem. separatorItem()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSMenuItem Modifier and Type Method Description voidNSMenu. 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)
-