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

Packages that use NSBezelStyle
com.jniwrapper.macosx.cocoa.nsbutton   
com.jniwrapper.macosx.cocoa.nsbuttoncell   
 

Uses of NSBezelStyle in com.jniwrapper.macosx.cocoa.nsbutton
 

Methods in com.jniwrapper.macosx.cocoa.nsbutton that return NSBezelStyle
 NSBezelStyle NSButton.bezelStyle()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsbutton with parameters of type NSBezelStyle
 void NSButton.setBezelStyle(NSBezelStyle bezelStyle)
           
 

Uses of NSBezelStyle in com.jniwrapper.macosx.cocoa.nsbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nsbuttoncell that return NSBezelStyle
 NSBezelStyle NSButtonCell.bezelStyle()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsbuttoncell with parameters of type NSBezelStyle
 void NSButtonCell.setBezelStyle(NSBezelStyle bezelStyle)