Uses of Class
com.jniwrapper.macosx.cocoa.nsmenuitem.NSMenuItem

Packages that use NSMenuItem
com.jniwrapper.macosx.cocoa.nsdocument   
com.jniwrapper.macosx.cocoa.nsdocumentcontroller   
com.jniwrapper.macosx.cocoa.nsmenuitem   
com.jniwrapper.macosx.cocoa.nsmenuitemcell   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nstoolbaritem   
 

Uses of NSMenuItem in com.jniwrapper.macosx.cocoa.nsdocument
 

Methods in com.jniwrapper.macosx.cocoa.nsdocument with parameters of type NSMenuItem
 com.jniwrapper.Bool NSDocument.validateMenuItem(NSMenuItem anItem)
           
 

Uses of NSMenuItem in com.jniwrapper.macosx.cocoa.nsdocumentcontroller
 

Methods in com.jniwrapper.macosx.cocoa.nsdocumentcontroller with parameters of type NSMenuItem
 com.jniwrapper.Bool NSDocumentController.validateMenuItem(NSMenuItem anItem)
           
 

Uses of NSMenuItem in com.jniwrapper.macosx.cocoa.nsmenuitem
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuitem that return NSMenuItem
static NSMenuItem NSMenuItem.NSMenuItem_separatorItem()
          This method represents the separatorItem static constructor of the NSMenuItem Objective-C class.
 

Uses of NSMenuItem in com.jniwrapper.macosx.cocoa.nsmenuitemcell
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuitemcell with parameters of type NSMenuItem
 void NSMenuItemCell.setMenuItem(NSMenuItem item)
           
 

Uses of NSMenuItem in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSMenuItem
 com.jniwrapper.Bool NSObject.menu_updateItem_atIndex_shouldCancel(NSMenu menu, NSMenuItem item, com.jniwrapper.Int index, boolean shouldCancel)
          This method represents the menu() method of the NSObject Objective-C class.
 

Uses of NSMenuItem in com.jniwrapper.macosx.cocoa.nstoolbaritem
 

Methods in com.jniwrapper.macosx.cocoa.nstoolbaritem with parameters of type NSMenuItem
 void NSToolbarItem.setMenuFormRepresentation(NSMenuItem menuItem)