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

Packages that use NSRange
com.jniwrapper.macosx.cocoa.nsarray   
com.jniwrapper.macosx.cocoa.nsatstypesetter   
com.jniwrapper.macosx.cocoa.nsattributedstring   
com.jniwrapper.macosx.cocoa.nscharacterset   
com.jniwrapper.macosx.cocoa.nsdata   
com.jniwrapper.macosx.cocoa.nsformatter   
com.jniwrapper.macosx.cocoa.nsindexset   
com.jniwrapper.macosx.cocoa.nsinputmanager   
com.jniwrapper.macosx.cocoa.nsinputserver   
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsrange   
com.jniwrapper.macosx.cocoa.nsspellchecker   
com.jniwrapper.macosx.cocoa.nsstring   
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstext   
com.jniwrapper.macosx.cocoa.nstextstorage   
com.jniwrapper.macosx.cocoa.nstextview   
com.jniwrapper.macosx.cocoa.nstypesetter   
com.jniwrapper.macosx.cocoa.nsvalue   
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nsarray
 

Methods in com.jniwrapper.macosx.cocoa.nsarray with parameters of type NSRange
 void NSMutableArray.removeObjectsInRange(NSRange range)
           
 void NSMutableArray.replaceObjectsInRange_withObjectsFromArray(NSRange range, NSArray otherArray)
          This method represents the replaceObjectsInRange() method of the NSMutableArray Objective-C class.
 void NSMutableArray.removeObjectIdenticalTo_inRange(Id anObject, NSRange range)
          This method represents the removeObjectIdenticalTo() method of the NSMutableArray Objective-C class.
 void NSMutableArray.replaceObjectsInRange_withObjectsFromArray_range(NSRange range, NSArray otherArray, NSRange otherRange)
          This method represents the replaceObjectsInRange() method of the NSMutableArray Objective-C class.
 void NSMutableArray.removeObject_inRange(Id anObject, NSRange range)
          This method represents the removeObject() method of the NSMutableArray Objective-C class.
 com.jniwrapper.UInt16 NSArray.indexOfObjectIdenticalTo_inRange(Id anObject, NSRange range)
          This method represents the indexOfObjectIdenticalTo() method of the NSArray Objective-C class.
 com.jniwrapper.UInt16 NSArray.indexOfObject_inRange(Id anObject, NSRange range)
          This method represents the indexOfObject() method of the NSArray Objective-C class.
 com.jniwrapper.Pointer.Void NSArray.subarrayWithRange(NSRange range)
           
 void NSArray.getObjects_range(Id objects, NSRange range)
          This method represents the getObjects() method of the NSArray Objective-C class.
 

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

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

Methods in com.jniwrapper.macosx.cocoa.nsatstypesetter with parameters of type NSRange
 void NSATSTypesetter.setDrawsOutsideLineFragment_forGlyphRange(boolean flag, NSRange glyphRange)
          This method represents the setDrawsOutsideLineFragment() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.setHardInvalidation_forGlyphRange(boolean flag, NSRange glyphRange)
          This method represents the setHardInvalidation() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.deleteGlyphsInRange(NSRange glyphRange)
           
 void NSATSTypesetter.willSetLineFragmentRect_forGlyphRange_usedRect_baselineOffset(NSRect lineRect, NSRange glyphRange, NSRect usedRect, com.jniwrapper.SingleFloat baselineOffset)
          This method represents the willSetLineFragmentRect() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.setBidiLevels_forGlyphRange(com.jniwrapper.UInt8 levels, NSRange glyphRange)
          This method represents the setBidiLevels() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.setParagraphGlyphRange_separatorGlyphRange(NSRange paragraphRange, NSRange paragraphSeparatorRange)
          This method represents the setParagraphGlyphRange() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.getLineFragmentRect_usedRect_forParagraphSeparatorGlyphRange_atProposedOrigin(NSRect lineFragmentRect, NSRect lineFragmentUsedRect, NSRange paragraphSeparatorGlyphRange, NSPoint lineOrigin)
          This method represents the getLineFragmentRect() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.substituteGlyphsInRange_withGlyphs(NSRange glyphRange, NSGlyph glyphs)
          This method represents the substituteGlyphsInRange() method of the NSATSTypesetter Objective-C class.
 com.jniwrapper.UInt16 NSATSTypesetter.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(NSRange glyphsRange, NSGlyph glyphBuffer, com.jniwrapper.UInt16 charIndexBuffer, NSGlyphInscription inscribeBuffer, boolean elasticBuffer)
          This method represents the getGlyphsInRange() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.setAttachmentSize_forGlyphRange(NSSize attachmentSize, NSRange glyphRange)
          This method represents the setAttachmentSize() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.setLineFragmentRect_forGlyphRange_usedRect_baselineOffset(NSRect fragmentRect, NSRange glyphRange, NSRect usedRect, com.jniwrapper.SingleFloat baselineOffset)
          This method represents the setLineFragmentRect() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.setLocation_withAdvancements_forStartOfGlyphRange(NSPoint location, com.jniwrapper.SingleFloat advancements, NSRange glyphRange)
          This method represents the setLocation() method of the NSATSTypesetter Objective-C class.
 NSRange NSATSTypesetter.characterRangeForGlyphRange_actualGlyphRange(NSRange glyphRange, NSRangePointer actualGlyphRange)
          This method represents the characterRangeForGlyphRange() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.setNotShownAttribute_forGlyphRange(boolean flag, NSRange glyphRange)
          This method represents the setNotShownAttribute() 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 NSRange in com.jniwrapper.macosx.cocoa.nsattributedstring
 

Methods in com.jniwrapper.macosx.cocoa.nsattributedstring that return NSRange
 NSRange NSAttributedString.doubleClickAtIndex(com.jniwrapper.UInt16 location)
           
 

Methods in com.jniwrapper.macosx.cocoa.nsattributedstring with parameters of type NSRange
 void NSMutableAttributedString.setAttributes_range(NSDictionary attrs, NSRange range)
          This method represents the setAttributes() method of the NSMutableAttributedString Objective-C class.
 void NSMutableAttributedString.fixAttributesInRange(NSRange range)
           
 void NSMutableAttributedString.subscriptRange(NSRange range)
           
 void NSMutableAttributedString.unscriptRange(NSRange range)
           
 void NSMutableAttributedString.fixFontAttributeInRange(NSRange range)
           
 void NSMutableAttributedString.superscriptRange(NSRange range)
           
 void NSMutableAttributedString.applyFontTraits_range(NSFontTraitMask traitMask, NSRange range)
          This method represents the applyFontTraits() method of the NSMutableAttributedString Objective-C class.
 void NSMutableAttributedString.replaceCharactersInRange_withAttributedString(NSRange range, NSAttributedString attrString)
          This method represents the replaceCharactersInRange() method of the NSMutableAttributedString Objective-C class.
 void NSMutableAttributedString.deleteCharactersInRange(NSRange range)
           
 void NSMutableAttributedString.addAttribute_value_range(java.lang.String name, Id value, NSRange range)
          This method represents the addAttribute() method of the NSMutableAttributedString Objective-C class.
 void NSMutableAttributedString.setAlignment_range(NSTextAlignment alignment, NSRange range)
          This method represents the setAlignment() method of the NSMutableAttributedString Objective-C class.
 void NSMutableAttributedString.removeAttribute_range(java.lang.String name, NSRange range)
          This method represents the removeAttribute() method of the NSMutableAttributedString Objective-C class.
 void NSMutableAttributedString.fixAttachmentAttributeInRange(NSRange range)
           
 void NSMutableAttributedString.fixParagraphStyleAttributeInRange(NSRange range)
           
 void NSMutableAttributedString.replaceCharactersInRange_withString(NSRange range, java.lang.String str)
          This method represents the replaceCharactersInRange() method of the NSMutableAttributedString Objective-C class.
 void NSMutableAttributedString.addAttributes_range(NSDictionary attrs, NSRange range)
          This method represents the addAttributes() method of the NSMutableAttributedString Objective-C class.
 com.jniwrapper.Pointer.Void NSAttributedString.fontAttributesInRange(NSRange range)
           
 com.jniwrapper.UInt16 NSAttributedString.lineBreakByHyphenatingBeforeIndex_withinRange(com.jniwrapper.UInt16 location, NSRange aRange)
          This method represents the lineBreakByHyphenatingBeforeIndex() method of the NSAttributedString Objective-C class.
 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.
 com.jniwrapper.Pointer.Void NSAttributedString.RTFDFromRange_documentAttributes(NSRange range, NSDictionary dict)
          This method represents the RTFDFromRange() 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.
 com.jniwrapper.Pointer.Void NSAttributedString.RTFFromRange_documentAttributes(NSRange range, NSDictionary dict)
          This method represents the RTFFromRange() method of the NSAttributedString Objective-C class.
 com.jniwrapper.Pointer.Void NSAttributedString.attributedSubstringFromRange(NSRange range)
           
 com.jniwrapper.Pointer.Void NSAttributedString.docFormatFromRange_documentAttributes(NSRange range, NSDictionary dict)
          This method represents the docFormatFromRange() method of the NSAttributedString Objective-C class.
 com.jniwrapper.Pointer.Void NSAttributedString.rulerAttributesInRange(NSRange range)
           
 com.jniwrapper.UInt16 NSAttributedString.lineBreakBeforeIndex_withinRange(com.jniwrapper.UInt16 location, NSRange aRange)
          This method represents the lineBreakBeforeIndex() method of the NSAttributedString Objective-C class.
 com.jniwrapper.Pointer.Void NSAttributedString.RTFDFileWrapperFromRange_documentAttributes(NSRange range, NSDictionary dict)
          This method represents the RTFDFileWrapperFromRange() method of the NSAttributedString Objective-C class.
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nscharacterset
 

Methods in com.jniwrapper.macosx.cocoa.nscharacterset with parameters of type NSRange
 void NSMutableCharacterSet.removeCharactersInRange(NSRange aRange)
           
 void NSMutableCharacterSet.addCharactersInRange(NSRange aRange)
           
static com.jniwrapper.Pointer.Void NSCharacterSet.static_characterSetWithRange(NSRange aRange)
           
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nsdata
 

Methods in com.jniwrapper.macosx.cocoa.nsdata with parameters of type NSRange
 void NSMutableData.replaceBytesInRange_withBytes_length(NSRange range, com.jniwrapper.Pointer.Void replacementBytes, com.jniwrapper.UInt16 replacementLength)
          This method represents the replaceBytesInRange() method of the NSMutableData Objective-C class.
 void NSMutableData.resetBytesInRange(NSRange range)
           
 void NSMutableData.replaceBytesInRange_withBytes(NSRange range, com.jniwrapper.Pointer.Void bytes)
          This method represents the replaceBytesInRange() method of the NSMutableData Objective-C class.
 com.jniwrapper.Pointer.Void NSData.subdataWithRange(NSRange range)
           
 void NSData.getBytes_range(com.jniwrapper.Pointer.Void buffer, NSRange range)
          This method represents the getBytes() method of the NSData Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsformatter with parameters of type NSRange
 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 NSRange in com.jniwrapper.macosx.cocoa.nsindexset
 

Methods in com.jniwrapper.macosx.cocoa.nsindexset that return NSRange
 NSRange _singleRangeStructure.get__range()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsindexset with parameters of type NSRange
 void NSMutableIndexSet.removeIndexesInRange(NSRange range)
           
 void NSMutableIndexSet.addIndexesInRange(NSRange range)
           
static NSIndexSet NSIndexSet.NSIndexSet_indexSetWithIndexesInRange(NSRange range)
          This method represents the indexSetWithIndexesInRange static constructor of the NSIndexSet Objective-C class.
 com.jniwrapper.Bool NSIndexSet.intersectsIndexesInRange(NSRange range)
           
 Id NSIndexSet.initWithIndexesInRange(NSRange range)
           
 com.jniwrapper.Bool NSIndexSet.containsIndexesInRange(NSRange range)
           
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nsinputmanager
 

Methods in com.jniwrapper.macosx.cocoa.nsinputmanager that return NSRange
 NSRange NSTextInputProtocol.selectedRange()
           
 NSRange NSTextInputProtocol.markedRange()
           
 NSRange NSInputManager.markedRange()
           
 NSRange NSInputManager.selectedRange()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsinputmanager with parameters of type NSRange
 NSRect NSTextInputProtocol.firstRectForCharacterRange(NSRange theRange)
           
 com.jniwrapper.Pointer.Void NSTextInputProtocol.attributedSubstringFromRange(NSRange theRange)
           
 void NSTextInputProtocol.setMarkedText_selectedRange(Id aString, NSRange selRange)
          This method represents the setMarkedText() method of the NSTextInputProtocol Objective-C protocol.
 com.jniwrapper.Pointer.Void NSInputManager.attributedSubstringFromRange(NSRange theRange)
           
 NSRect NSInputManager.firstRectForCharacterRange(NSRange theRange)
           
 void NSInputManager.setMarkedText_selectedRange(Id aString, NSRange selRange)
          This method represents the setMarkedText() method of the NSInputManager Objective-C class.
 void NSInputManager.markedTextSelectionChanged_client(NSRange newSel, Id cli)
          This method represents the markedTextSelectionChanged() method of the NSInputManager Objective-C class.
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nsinputserver
 

Methods in com.jniwrapper.macosx.cocoa.nsinputserver with parameters of type NSRange
 void NSInputServiceProviderProtocol.markedTextSelectionChanged_client(NSRange newSel, Id sender)
          This method represents the markedTextSelectionChanged() method of the NSInputServiceProviderProtocol Objective-C protocol.
 void NSInputServer.markedTextSelectionChanged_client(NSRange newSel, Id sender)
          This method represents the markedTextSelectionChanged() method of the NSInputServer Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager that return NSRange
 NSRange NSLayoutManager.glyphRangeForBoundingRectWithoutAdditionalLayout_inTextContainer(NSRect bounds, NSTextContainer container)
          This method represents the glyphRangeForBoundingRectWithoutAdditionalLayout() method of the NSLayoutManager Objective-C class.
 NSRange NSLayoutManager.glyphRangeForTextContainer(NSTextContainer container)
           
 NSRange NSLayoutManager.glyphRangeForCharacterRange_actualCharacterRange(NSRange charRange, NSRangePointer actualCharRange)
          This method represents the glyphRangeForCharacterRange() method of the NSLayoutManager Objective-C class.
 NSRange NSLayoutManager.rangeOfNominallySpacedGlyphsContainingIndex(com.jniwrapper.UInt16 glyphIndex)
           
 NSRange NSLayoutManager.glyphRangeForBoundingRect_inTextContainer(NSRect bounds, NSTextContainer container)
          This method represents the glyphRangeForBoundingRect() 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.
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSRange
 void NSLayoutManager.drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int strikethroughVal, com.jniwrapper.SingleFloat baselineOffset, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
          This method represents the drawStrikethroughForGlyphRange() method of the NSLayoutManager Objective-C class.
 com.jniwrapper.UInt16 NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_bidiLevels(NSRange glyphsRange, NSGlyph glyphBuffer, com.jniwrapper.UInt16 charIndexBuffer, NSGlyphInscription inscribeBuffer, boolean elasticBuffer, com.jniwrapper.AnsiString bidiLevelBuffer)
          This method represents the getGlyphsInRange() method of the NSLayoutManager Objective-C class.
 NSRectArray NSLayoutManager.rectArrayForCharacterRange_withinSelectedCharacterRange_inTextContainer_rectCount(NSRange charRange, NSRange selCharRange, NSTextContainer container, com.jniwrapper.UInt16 rectCount)
          This method represents the rectArrayForCharacterRange() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int underlineVal, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
          This method represents the underlineGlyphRange() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.drawUnderlineForGlyphRange_underlineType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int underlineVal, com.jniwrapper.SingleFloat baselineOffset, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
          This method represents the drawUnderlineForGlyphRange() method of the NSLayoutManager Objective-C class.
 NSRectArray NSLayoutManager.rectArrayForGlyphRange_withinSelectedGlyphRange_inTextContainer_rectCount(NSRange glyphRange, NSRange selGlyphRange, NSTextContainer container, com.jniwrapper.UInt16 rectCount)
          This method represents the rectArrayForGlyphRange() 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.
 void NSLayoutManager.setLocation_forStartOfGlyphRange(NSPoint location, NSRange glyphRange)
          This method represents the setLocation() method of the NSLayoutManager Objective-C class.
 NSRect NSLayoutManager.boundingRectForGlyphRange_inTextContainer(NSRange glyphRange, NSTextContainer container)
          This method represents the boundingRectForGlyphRange() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.invalidateDisplayForGlyphRange(NSRange glyphRange)
           
 void NSLayoutManager.invalidateDisplayForCharacterRange(NSRange charRange)
           
 void NSLayoutManager.setTextContainer_forGlyphRange(NSTextContainer container, NSRange glyphRange)
          This method represents the setTextContainer() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.drawBackgroundForGlyphRange_atPoint(NSRange glyphsToShow, NSPoint origin)
          This method represents the drawBackgroundForGlyphRange() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.setAttachmentSize_forGlyphRange(NSSize attachmentSize, NSRange glyphRange)
          This method represents the setAttachmentSize() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.setTemporaryAttributes_forCharacterRange(NSDictionary attrs, NSRange charRange)
          This method represents the setTemporaryAttributes() method of the NSLayoutManager Objective-C class.
 com.jniwrapper.UInt16 NSLayoutManager.getGlyphs_range(NSGlyph glyphArray, NSRange glyphRange)
          This method represents the getGlyphs() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.addTemporaryAttributes_forCharacterRange(NSDictionary attrs, NSRange charRange)
          This method represents the addTemporaryAttributes() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.textStorage_edited_range_changeInLength_invalidatedRange(NSTextStorage str, com.jniwrapper.UInt16 editedMask, NSRange newCharRange, com.jniwrapper.Int delta, NSRange invalidatedCharRange)
          This method represents the textStorage() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.deleteGlyphsInRange(NSRange glyphRange)
           
 void NSLayoutManager.removeTemporaryAttribute_forCharacterRange(java.lang.String name, NSRange charRange)
          This method represents the removeTemporaryAttribute() method of the NSLayoutManager Objective-C class.
 com.jniwrapper.UInt16 NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(NSRange glyphsRange, NSGlyph glyphBuffer, com.jniwrapper.UInt16 charIndexBuffer, NSGlyphInscription inscribeBuffer, boolean elasticBuffer)
          This method represents the getGlyphsInRange() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int strikethroughVal, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
          This method represents the strikethroughGlyphRange() 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.setLineFragmentRect_forGlyphRange_usedRect(NSRect fragmentRect, NSRange glyphRange, NSRect usedRect)
          This method represents the setLineFragmentRect() 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.
 void NSLayoutManager.showPackedGlyphs_length_glyphRange_atPoint_font_color_printingAdjustment(com.jniwrapper.AnsiString glyphs, com.jniwrapper.UInt16 glyphLen, NSRange glyphRange, NSPoint point, NSFont font, NSColor color, NSSize printingAdjustment)
          This method represents the showPackedGlyphs() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.drawGlyphsForGlyphRange_atPoint(NSRange glyphsToShow, NSPoint origin)
          This method represents the drawGlyphsForGlyphRange() method of the NSLayoutManager Objective-C class.
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject that return NSRange
 NSRange NSObject.spellServer_findMisspelledWordInString_language_wordCount_countOnly(NSSpellServer sender, java.lang.String stringToCheck, java.lang.String language, com.jniwrapper.Int wordCount, boolean countOnly)
          This method represents the spellServer() method of the NSObject Objective-C class.
 NSRange NSObject.textView_willChangeSelectionFromCharacterRange_toCharacterRange(NSTextView textView, NSRange oldSelectedCharRange, NSRange newSelectedCharRange)
          This method represents the textView() method of the NSObject Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSRange
 com.jniwrapper.Pointer.Void NSObject.control_textView_completions_forPartialWordRange_indexOfSelectedItem(NSControl control, NSTextView textView, NSArray words, NSRange charRange, com.jniwrapper.Int index)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.textView_completions_forPartialWordRange_indexOfSelectedItem(NSTextView textView, NSArray words, NSRange charRange, com.jniwrapper.Int index)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.textView_shouldChangeTextInRange_replacementString(NSTextView textView, NSRange affectedCharRange, java.lang.String replacementString)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.spellServer_suggestCompletionsForPartialWordRange_inString_language(NSSpellServer sender, NSRange range, java.lang.String string, java.lang.String language)
          This method represents the spellServer() method of the NSObject Objective-C class.
 void NSObject.speechSynthesizer_willSpeakWord_ofString(NSSpeechSynthesizer sender, NSRange characterRange, java.lang.String string)
          This method represents the speechSynthesizer() method of the NSObject Objective-C class.
 NSRange NSObject.textView_willChangeSelectionFromCharacterRange_toCharacterRange(NSTextView textView, NSRange oldSelectedCharRange, NSRange newSelectedCharRange)
          This method represents the textView() method of the NSObject Objective-C class.
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nsrange
 

Methods in com.jniwrapper.macosx.cocoa.nsrange that return NSRange
 NSRange NSRangePointer.getValue()
           
 

Constructors in com.jniwrapper.macosx.cocoa.nsrange with parameters of type NSRange
NSRangePointer(NSRange value)
           
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nsspellchecker
 

Methods in com.jniwrapper.macosx.cocoa.nsspellchecker that return NSRange
 NSRange NSSpellChecker.checkSpellingOfString_startingAt_language_wrap_inSpellDocumentWithTag_wordCount(java.lang.String stringToCheck, com.jniwrapper.Int startingOffset, java.lang.String language, boolean wrapFlag, com.jniwrapper.Int tag, com.jniwrapper.Int wordCount)
          This method represents the checkSpellingOfString() method of the NSSpellChecker Objective-C class.
 NSRange NSSpellChecker.checkSpellingOfString_startingAt(java.lang.String stringToCheck, com.jniwrapper.Int startingOffset)
          This method represents the checkSpellingOfString() method of the NSSpellChecker Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsspellchecker with parameters of type NSRange
 com.jniwrapper.Pointer.Void NSSpellChecker.completionsForPartialWordRange_inString_language_inSpellDocumentWithTag(NSRange range, java.lang.String string, java.lang.String language, com.jniwrapper.Int tag)
          This method represents the completionsForPartialWordRange() method of the NSSpellChecker Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsstring that return NSRange
 NSRange NSString.rangeOfCharacterFromSet_options(NSCharacterSet aSet, com.jniwrapper.UInt mask)
          This method represents the rangeOfCharacterFromSet() method of the NSString Objective-C class.
 NSRange NSString.rangeOfCharacterFromSet_options_range(NSCharacterSet aSet, com.jniwrapper.UInt mask, NSRange searchRange)
          This method represents the rangeOfCharacterFromSet() method of the NSString Objective-C class.
 NSRange NSString.lineRangeForRange(NSRange range)
           
 NSRange NSString.rangeOfString_options_range(java.lang.String aString, com.jniwrapper.UInt16 mask, NSRange searchRange)
          This method represents the rangeOfString() method of the NSString Objective-C class.
 NSRange NSString.rangeOfComposedCharacterSequenceAtIndex(com.jniwrapper.UInt16 index)
           
 NSRange NSString.rangeOfString(java.lang.String aString)
           
 NSRange NSString.rangeOfCharacterFromSet(NSCharacterSet aSet)
           
 NSRange NSString.paragraphRangeForRange(NSRange range)
           
 NSRange NSString.rangeOfString_options(java.lang.String aString, com.jniwrapper.UInt16 mask)
          This method represents the rangeOfString() method of the NSString Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsstring with parameters of type NSRange
 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.
 NSRange NSString.rangeOfCharacterFromSet_options_range(NSCharacterSet aSet, com.jniwrapper.UInt mask, NSRange searchRange)
          This method represents the rangeOfCharacterFromSet() method of the NSString Objective-C class.
 void NSString.getLineStart_end_contentsEnd_forRange(com.jniwrapper.UInt16 startPtr, com.jniwrapper.UInt16 lineEndPtr, com.jniwrapper.UInt16 contentsEndPtr, NSRange range)
          This method represents the getLineStart() method of the NSString Objective-C class.
 NSComparisonResult NSString.compare_options_range(java.lang.String string, com.jniwrapper.UInt16 mask, NSRange compareRange)
          This method represents the compare() method of the NSString Objective-C class.
 NSRange NSString.lineRangeForRange(NSRange range)
           
 NSRange NSString.rangeOfString_options_range(java.lang.String aString, com.jniwrapper.UInt16 mask, NSRange searchRange)
          This method represents the rangeOfString() method of the NSString Objective-C class.
 NSComparisonResult NSString.compare_options_range_locale(java.lang.String string, com.jniwrapper.UInt16 mask, NSRange compareRange, NSDictionary dict)
          This method represents the compare() method of the NSString Objective-C class.
 void NSString.getCharacters_range(unichar buffer, NSRange aRange)
          This method represents the getCharacters() method of the NSString Objective-C class.
 NSRange NSString.paragraphRangeForRange(NSRange range)
           
 void NSString.getParagraphStart_end_contentsEnd_forRange(com.jniwrapper.UInt16 startPtr, com.jniwrapper.UInt16 parEndPtr, com.jniwrapper.UInt16 contentsEndPtr, NSRange range)
          This method represents the getParagraphStart() method of the NSString Objective-C class.
 com.jniwrapper.Pointer.Void NSString.substringWithRange(NSRange range)
           
 void NSMutableString.replaceCharactersInRange_withString(NSRange range, java.lang.String aString)
          This method represents the replaceCharactersInRange() method of the NSMutableString Objective-C class.
 void NSMutableString.deleteCharactersInRange(NSRange range)
           
 com.jniwrapper.UInt NSMutableString.replaceOccurrencesOfString_withString_options_range(java.lang.String target, java.lang.String replacement, com.jniwrapper.UInt16 opts, NSRange searchRange)
          This method represents the replaceOccurrencesOfString() method of the NSMutableString Objective-C class.
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nstableview
 

Methods in com.jniwrapper.macosx.cocoa.nstableview that return NSRange
 NSRange NSTableView.columnsInRect(NSRect rect)
           
 NSRange NSTableView.rowsInRect(NSRect rect)
           
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nstext
 

Methods in com.jniwrapper.macosx.cocoa.nstext that return NSRange
 NSRange NSText.selectedRange()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstext with parameters of type NSRange
 void NSText.scrollRangeToVisible(NSRange range)
           
 void NSText.replaceCharactersInRange_withRTFD(NSRange range, NSData rtfdData)
          This method represents the replaceCharactersInRange() method of the NSText Objective-C class.
 com.jniwrapper.Pointer.Void NSText.RTFDFromRange(NSRange range)
           
 void NSText.replaceCharactersInRange_withRTF(NSRange range, NSData rtfData)
          This method represents the replaceCharactersInRange() method of the NSText Objective-C class.
 void NSText.setSelectedRange(NSRange range)
           
 com.jniwrapper.Pointer.Void NSText.RTFFromRange(NSRange range)
           
 void NSText.setTextColor_range(NSColor color, NSRange range)
          This method represents the setTextColor() method of the NSText Objective-C class.
 void NSText.setFont_range(NSFont font, NSRange range)
          This method represents the setFont() method of the NSText Objective-C class.
 void NSText.replaceCharactersInRange_withString(NSRange range, java.lang.String aString)
          This method represents the replaceCharactersInRange() method of the NSText Objective-C class.
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nstextstorage
 

Methods in com.jniwrapper.macosx.cocoa.nstextstorage that return NSRange
 NSRange NSTextStorage.editedRange()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstextstorage with parameters of type NSRange
 void NSTextStorage.edited_range_changeInLength(com.jniwrapper.UInt16 editedMask, NSRange range, com.jniwrapper.Int delta)
          This method represents the edited() method of the NSTextStorage Objective-C class.
 void NSTextStorage.ensureAttributesAreFixedInRange(NSRange range)
           
 void NSTextStorage.invalidateAttributesInRange(NSRange range)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstextview that return NSRange
 NSRange NSTextView.rangeForUserCharacterAttributeChange()
           
 NSRange NSTextView.smartDeleteRangeForProposedRange(NSRange proposedCharRange)
           
 NSRange NSTextView.markedRange()
           
 NSRange NSTextView.selectedRange()
           
 NSRange NSTextView.selectionRangeForProposedRange_granularity(NSRange proposedCharRange, NSSelectionGranularity granularity)
          This method represents the selectionRangeForProposedRange() method of the NSTextView Objective-C class.
 NSRange NSTextView.rangeForUserParagraphAttributeChange()
           
 NSRange NSTextView.rangeForUserTextChange()
           
 NSRange NSTextView.rangeForUserCompletion()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSRange
 NSRange NSTextView.smartDeleteRangeForProposedRange(NSRange proposedCharRange)
           
 com.jniwrapper.Bool NSTextView.shouldChangeTextInRange_replacementString(NSRange affectedCharRange, java.lang.String replacementString)
          This method represents the shouldChangeTextInRange() method of the NSTextView Objective-C class.
 void NSTextView.insertCompletion_forPartialWordRange_movement_isFinal(java.lang.String word, NSRange charRange, com.jniwrapper.Int movement, boolean flag)
          This method represents the insertCompletion() method of the NSTextView Objective-C class.
 com.jniwrapper.Pointer.Void NSTextView.smartInsertAfterStringForString_replacingRange(java.lang.String pasteString, NSRange charRangeToReplace)
          This method represents the smartInsertAfterStringForString() method of the NSTextView Objective-C class.
 void NSTextView.setSelectedRange(NSRange charRange)
           
 NSRange NSTextView.selectionRangeForProposedRange_granularity(NSRange proposedCharRange, NSSelectionGranularity granularity)
          This method represents the selectionRangeForProposedRange() method of the NSTextView Objective-C class.
 NSRect NSTextView.firstRectForCharacterRange(NSRange theRange)
           
 void NSTextView.setSelectedRange_affinity_stillSelecting(NSRange charRange, NSSelectionAffinity affinity, boolean stillSelectingFlag)
          This method represents the setSelectedRange() method of the NSTextView Objective-C class.
 com.jniwrapper.Pointer.Void NSTextView.completionsForPartialWordRange_indexOfSelectedItem(NSRange charRange, com.jniwrapper.Int index)
          This method represents the completionsForPartialWordRange() method of the NSTextView Objective-C class.
 com.jniwrapper.Pointer.Void NSTextView.smartInsertBeforeStringForString_replacingRange(java.lang.String pasteString, NSRange charRangeToReplace)
          This method represents the smartInsertBeforeStringForString() method of the NSTextView Objective-C class.
 com.jniwrapper.Pointer.Void NSTextView.attributedSubstringFromRange(NSRange theRange)
           
 void NSTextView.setAlignment_range(NSTextAlignment alignment, NSRange range)
          This method represents the setAlignment() method of the NSTextView Objective-C class.
 void NSTextView.setMarkedText_selectedRange(Id aString, NSRange selRange)
          This method represents the setMarkedText() method of the NSTextView Objective-C class.
 void NSTextView.smartInsertForString_replacingRange_beforeString_afterString(java.lang.String pasteString, NSRange charRangeToReplace, java.lang.String beforeString, java.lang.String afterString)
          This method represents the smartInsertForString() method of the NSTextView Objective-C class.
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nstypesetter
 

Methods in com.jniwrapper.macosx.cocoa.nstypesetter with parameters of type NSRange
static NSSize NSTypesetter.static_printingAdjustmentInLayoutManager_forNominallySpacedGlyphRange_packedGlyphs_count(NSLayoutManager layoutMgr, NSRange nominallySpacedGlyphsRange, com.jniwrapper.AnsiString packedGlyphs, com.jniwrapper.UInt16 packedGlyphsCount)
          This method represents the printingAdjustmentInLayoutManager() method of the NSTypesetter Objective-C class.
 void NSSimpleHorizontalTypesetter.willSetLineFragmentRect_forGlyphRange_usedRect(NSRect aRect, NSRange aRange, NSRect bRect)
          This method represents the willSetLineFragmentRect() method of the NSSimpleHorizontalTypesetter Objective-C class.
 

Uses of NSRange in com.jniwrapper.macosx.cocoa.nsvalue
 

Methods in com.jniwrapper.macosx.cocoa.nsvalue that return NSRange
 NSRange NSValue.rangeValue()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsvalue with parameters of type NSRange
static com.jniwrapper.Pointer.Void NSValue.static_valueWithRange(NSRange range)