Uses of Class
com.jniwrapper.macosx.cocoa.nsbuttoncell.NSButtonCell

Packages that use NSButtonCell
com.jniwrapper.macosx.cocoa.nscolorpicker   
com.jniwrapper.macosx.cocoa.nscolorpicking   
com.jniwrapper.macosx.cocoa.nsmenuitemcell   
com.jniwrapper.macosx.cocoa.nspopupbuttoncell   
com.jniwrapper.macosx.cocoa.nssearchfieldcell   
com.jniwrapper.macosx.cocoa.nswindow   
 

Uses of NSButtonCell in com.jniwrapper.macosx.cocoa.nscolorpicker
 

Methods in com.jniwrapper.macosx.cocoa.nscolorpicker with parameters of type NSButtonCell
 void NSColorPicker.insertNewButtonImage_in(NSImage newButtonImage, NSButtonCell buttonCell)
          This method represents the insertNewButtonImage() method of the NSColorPicker Objective-C class.
 

Uses of NSButtonCell in com.jniwrapper.macosx.cocoa.nscolorpicking
 

Methods in com.jniwrapper.macosx.cocoa.nscolorpicking with parameters of type NSButtonCell
 void NSColorPickingDefaultProtocol.insertNewButtonImage_in(NSImage newButtonImage, NSButtonCell buttonCell)
          This method represents the insertNewButtonImage() method of the NSColorPickingDefaultProtocol Objective-C protocol.
 

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

Subclasses of NSButtonCell in com.jniwrapper.macosx.cocoa.nsmenuitemcell
 class NSMenuItemCell
          This class represents NSMenuItemCell class.
 

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

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

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

Methods in com.jniwrapper.macosx.cocoa.nssearchfieldcell with parameters of type NSButtonCell
 void NSSearchFieldCell.setCancelButtonCell(NSButtonCell cell)
           
 void NSSearchFieldCell.setSearchButtonCell(NSButtonCell cell)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSButtonCell
 void NSWindow.setDefaultButtonCell(NSButtonCell defButt)