Uses of Class
com.jniwrapper.macosx.cocoa.nsmenuitemcell.NSMenuItemCell

Packages that use NSMenuItemCell
com.jniwrapper.macosx.cocoa.nsmenuview   
com.jniwrapper.macosx.cocoa.nspopupbuttoncell   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsmenuview with parameters of type NSMenuItemCell
 void NSMenuView.setMenuItemCell_forItemAtIndex(NSMenuItemCell cell, com.jniwrapper.Int index)
          This method represents the setMenuItemCell() method of the NSMenuView Objective-C class.
 

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

Subclasses of NSMenuItemCell in com.jniwrapper.macosx.cocoa.nspopupbuttoncell
 class NSPopUpButtonCell
          This class represents NSPopUpButtonCell class.