Uses of Class
com.jniwrapper.macosx.cocoa.nsrange.NSRangePointer

Packages that use NSRangePointer
com.jniwrapper.macosx.cocoa.nsatstypesetter   
com.jniwrapper.macosx.cocoa.nsattributedstring   
com.jniwrapper.macosx.cocoa.nsformatter   
com.jniwrapper.macosx.cocoa.nsindexset   
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nsstring   
com.jniwrapper.macosx.cocoa.nsview   
 

Uses of NSRangePointer in com.jniwrapper.macosx.cocoa.nsatstypesetter
 

Methods in com.jniwrapper.macosx.cocoa.nsatstypesetter with parameters of type NSRangePointer
 NSRange NSATSTypesetter.characterRangeForGlyphRange_actualGlyphRange(NSRange glyphRange, NSRangePointer actualGlyphRange)
          This method represents the characterRangeForGlyphRange() method of the NSATSTypesetter Objective-C class.
 NSRange NSATSTypesetter.glyphRangeForCharacterRange_actualCharacterRange(NSRange charRange, NSRangePointer actualCharRange)
          This method represents the glyphRangeForCharacterRange() method of the NSATSTypesetter Objective-C class.
 

Uses of NSRangePointer in com.jniwrapper.macosx.cocoa.nsattributedstring
 

Methods in com.jniwrapper.macosx.cocoa.nsattributedstring with parameters of type NSRangePointer
 com.jniwrapper.Pointer.Void NSAttributedString.attributesAtIndex_longestEffectiveRange_inRange(com.jniwrapper.UInt16 location, NSRangePointer range, NSRange rangeLimit)
          This method represents the attributesAtIndex() method of the NSAttributedString Objective-C class.
 Id NSAttributedString.attribute_atIndex_longestEffectiveRange_inRange(java.lang.String attrName, com.jniwrapper.UInt location, NSRangePointer range, NSRange rangeLimit)
          This method represents the attribute() method of the NSAttributedString Objective-C class.
 Id NSAttributedString.attribute_atIndex_effectiveRange(java.lang.String attrName, com.jniwrapper.UInt location, NSRangePointer range)
          This method represents the attribute() method of the NSAttributedString Objective-C class.
 com.jniwrapper.Pointer.Void NSAttributedString.attributesAtIndex_effectiveRange(com.jniwrapper.UInt16 location, NSRangePointer range)
          This method represents the attributesAtIndex() method of the NSAttributedString Objective-C class.
 

Uses of NSRangePointer in com.jniwrapper.macosx.cocoa.nsformatter
 

Methods in com.jniwrapper.macosx.cocoa.nsformatter with parameters of type NSRangePointer
 com.jniwrapper.Bool NSFormatter.isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription(java.lang.String partialStringPtr, NSRangePointer proposedSelRangePtr, java.lang.String origString, NSRange origSelRange, java.lang.String error)
          This method represents the isPartialStringValid() method of the NSFormatter Objective-C class.
 

Uses of NSRangePointer in com.jniwrapper.macosx.cocoa.nsindexset
 

Methods in com.jniwrapper.macosx.cocoa.nsindexset with parameters of type NSRangePointer
 com.jniwrapper.UInt NSIndexSet.getIndexes_maxCount_inIndexRange(com.jniwrapper.UInt indexBuffer, com.jniwrapper.UInt bufferSize, NSRangePointer range)
          This method represents the getIndexes() method of the NSIndexSet Objective-C class.
 

Uses of NSRangePointer in com.jniwrapper.macosx.cocoa.nslayoutmanager
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSRangePointer
 NSRect NSLayoutManager.lineFragmentRectForGlyphAtIndex_effectiveRange(com.jniwrapper.UInt16 glyphIndex, NSRangePointer effectiveGlyphRange)
          This method represents the lineFragmentRectForGlyphAtIndex() method of the NSLayoutManager Objective-C class.
 com.jniwrapper.Pointer.Void NSLayoutManager.textContainerForGlyphAtIndex_effectiveRange(com.jniwrapper.UInt16 glyphIndex, NSRangePointer effectiveGlyphRange)
          This method represents the textContainerForGlyphAtIndex() method of the NSLayoutManager Objective-C class.
 NSRange NSLayoutManager.glyphRangeForCharacterRange_actualCharacterRange(NSRange charRange, NSRangePointer actualCharRange)
          This method represents the glyphRangeForCharacterRange() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.invalidateLayoutForCharacterRange_isSoft_actualCharacterRange(NSRange charRange, boolean flag, NSRangePointer actualCharRange)
          This method represents the invalidateLayoutForCharacterRange() method of the NSLayoutManager Objective-C class.
 NSRect NSLayoutManager.lineFragmentUsedRectForGlyphAtIndex_effectiveRange(com.jniwrapper.UInt16 glyphIndex, NSRangePointer effectiveGlyphRange)
          This method represents the lineFragmentUsedRectForGlyphAtIndex() method of the NSLayoutManager Objective-C class.
 com.jniwrapper.Pointer.Void NSLayoutManager.temporaryAttributesAtCharacterIndex_effectiveRange(com.jniwrapper.UInt16 charIndex, NSRangePointer effectiveCharRange)
          This method represents the temporaryAttributesAtCharacterIndex() method of the NSLayoutManager Objective-C class.
 NSRange NSLayoutManager.characterRangeForGlyphRange_actualGlyphRange(NSRange glyphRange, NSRangePointer actualGlyphRange)
          This method represents the characterRangeForGlyphRange() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.invalidateGlyphsForCharacterRange_changeInLength_actualCharacterRange(NSRange charRange, com.jniwrapper.Int delta, NSRangePointer actualCharRange)
          This method represents the invalidateGlyphsForCharacterRange() method of the NSLayoutManager Objective-C class.
 

Uses of NSRangePointer in com.jniwrapper.macosx.cocoa.nsstring
 

Methods in com.jniwrapper.macosx.cocoa.nsstring with parameters of type NSRangePointer
 void NSString.getCString_maxLength_range_remainingRange(com.jniwrapper.AnsiString bytes, com.jniwrapper.UInt16 maxLength, NSRange aRange, NSRangePointer leftoverRange)
          This method represents the getCString() method of the NSString Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSRangePointer
 com.jniwrapper.Bool NSView.knowsPageRange(NSRangePointer range)