Uses of Class
com.jniwrapper.macosx.cocoa.nsmenu.NSMenu

Packages that use NSMenu
com.jniwrapper.macosx.cocoa.nsapplication   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nsfontmanager   
com.jniwrapper.macosx.cocoa.nsmenu   
com.jniwrapper.macosx.cocoa.nsmenuitem   
com.jniwrapper.macosx.cocoa.nsmenuview   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nspopupbutton   
com.jniwrapper.macosx.cocoa.nspopupbuttoncell   
com.jniwrapper.macosx.cocoa.nsresponder   
com.jniwrapper.macosx.cocoa.nssearchfieldcell   
com.jniwrapper.macosx.cocoa.nssegmentedcell   
com.jniwrapper.macosx.cocoa.nssegmentedcontrol   
com.jniwrapper.macosx.cocoa.nsstatusitem   
com.jniwrapper.macosx.cocoa.nswindow   
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nsapplication
 

Methods in com.jniwrapper.macosx.cocoa.nsapplication with parameters of type NSMenu
 void NSApplication.setWindowsMenu(NSMenu aMenu)
           
 void NSApplication.setAppleMenu(NSMenu menu)
           
 void NSApplication.setMainMenu(NSMenu aMenu)
           
 void NSApplication.setServicesMenu(NSMenu aMenu)
           
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nscell
 

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSMenu
 void NSCell.setMenu(NSMenu aMenu)
           
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nsfontmanager
 

Methods in com.jniwrapper.macosx.cocoa.nsfontmanager with parameters of type NSMenu
 void NSFontManager.setFontMenu(NSMenu newMenu)
           
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nsmenu
 

Methods in com.jniwrapper.macosx.cocoa.nsmenu with parameters of type NSMenu
 NSPoint NSMenu.locationForSubmenu(NSMenu aSubmenu)
           
 com.jniwrapper.Int NSMenu.indexOfItemWithSubmenu(NSMenu submenu)
           
 void NSMenu.setSubmenu_forItem(NSMenu aMenu, Id anItem)
          This method represents the setSubmenu() method of the NSMenu Objective-C class.
 void NSMenu.setSupermenu(NSMenu supermenu)
           
static void NSMenu.static_popUpContextMenu_withEvent_forView(NSMenu menu, NSEvent event, NSView view)
          This method represents the popUpContextMenu() method of the NSMenu Objective-C class.
static void NSMenu.static_popUpContextMenu_withEvent_forView_withFont(NSMenu menu, NSEvent event, NSView view, NSFont font)
          This method represents the popUpContextMenu() method of the NSMenu Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsmenuitem with parameters of type NSMenu
 void NSMenuItemProtocol.setMenu(NSMenu menu)
           
 void NSMenuItemProtocol.setSubmenu(NSMenu submenu)
           
 void NSMenuItem.setMenu(NSMenu menu)
           
 void NSMenuItem.setSubmenu(NSMenu submenu)
           
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nsmenuview
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuview with parameters of type NSMenu
 void NSMenuView.setMenu(NSMenu menu)
           
 NSPoint NSMenuView.locationForSubmenu(NSMenu aSubmenu)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSMenu
 com.jniwrapper.Int NSObject.numberOfItemsInMenu(NSMenu menu)
           
 void NSObject.menuNeedsUpdate(NSMenu menu)
           
 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.
 com.jniwrapper.Bool NSObject.menuHasKeyEquivalent_forEvent_target_action(NSMenu menu, NSEvent event, Id target, Sel action)
          This method represents the menuHasKeyEquivalent() method of the NSObject Objective-C class.
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nspopupbutton
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbutton with parameters of type NSMenu
 void NSPopUpButton.setMenu(NSMenu menu)
           
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nspopupbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbuttoncell with parameters of type NSMenu
 void NSPopUpButtonCell.setMenu(NSMenu menu)
           
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nsresponder
 

Methods in com.jniwrapper.macosx.cocoa.nsresponder with parameters of type NSMenu
 void NSResponder.setMenu(NSMenu menu)
           
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nssearchfieldcell
 

Methods in com.jniwrapper.macosx.cocoa.nssearchfieldcell with parameters of type NSMenu
 void NSSearchFieldCell.setSearchMenuTemplate(NSMenu menu)
           
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nssegmentedcell
 

Methods in com.jniwrapper.macosx.cocoa.nssegmentedcell with parameters of type NSMenu
 void NSSegmentedCell.setMenu_forSegment(NSMenu menu, com.jniwrapper.Int segment)
          This method represents the setMenu() method of the NSSegmentedCell Objective-C class.
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nssegmentedcontrol
 

Methods in com.jniwrapper.macosx.cocoa.nssegmentedcontrol with parameters of type NSMenu
 void NSSegmentedControl.setMenu_forSegment(NSMenu menu, com.jniwrapper.Int segment)
          This method represents the setMenu() method of the NSSegmentedControl Objective-C class.
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nsstatusitem
 

Methods in com.jniwrapper.macosx.cocoa.nsstatusitem with parameters of type NSMenu
 void NSStatusItem.setMenu(NSMenu menu)
           
 void NSStatusItem.popUpStatusItemMenu(NSMenu menu)
           
 

Uses of NSMenu in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSMenu
static void NSWindow.static_menuChanged(NSMenu menu)