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

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

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

Methods in com.jniwrapper.macosx.cocoa.nstextview that return NSSelectionGranularity
 NSSelectionGranularity NSTextView.selectionGranularity()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSSelectionGranularity
 void NSTextView.setSelectionGranularity(NSSelectionGranularity granularity)
           
 NSRange NSTextView.selectionRangeForProposedRange_granularity(NSRange proposedCharRange, NSSelectionGranularity granularity)
          This method represents the selectionRangeForProposedRange() method of the NSTextView Objective-C class.