Uses of Class
com.jniwrapper.macosx.cocoa.nstextview.NSSelectionAffinity

Packages that use NSSelectionAffinity
com.jniwrapper.macosx.cocoa.nstextview   
 

Uses of NSSelectionAffinity in com.jniwrapper.macosx.cocoa.nstextview
 

Methods in com.jniwrapper.macosx.cocoa.nstextview that return NSSelectionAffinity
 NSSelectionAffinity NSTextView.selectionAffinity()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSSelectionAffinity
 void NSTextView.setSelectedRange_affinity_stillSelecting(NSRange charRange, NSSelectionAffinity affinity, boolean stillSelectingFlag)
          This method represents the setSelectedRange() method of the NSTextView Objective-C class.