Uses of Class
com.jniwrapper.macosx.cocoa.nsgraphics.NSFocusRingType

Packages that use NSFocusRingType
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nsview   
 

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

Methods in com.jniwrapper.macosx.cocoa.nscell that return NSFocusRingType
static NSFocusRingType NSCell.static_defaultFocusRingType()
           
 NSFocusRingType NSCell.focusRingType()
           
 

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSFocusRingType
 void NSCell.setFocusRingType(NSFocusRingType focusRingType)
           
 

Uses of NSFocusRingType in com.jniwrapper.macosx.cocoa.nsview
 

Methods in com.jniwrapper.macosx.cocoa.nsview that return NSFocusRingType
static NSFocusRingType NSView.static_defaultFocusRingType()
           
 NSFocusRingType NSView.focusRingType()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSFocusRingType
 void NSView.setFocusRingType(NSFocusRingType focusRingType)