Uses of Class
org.eclipse.swt.internal.cocoa.NSRange
Packages that use NSRange
-
Uses of NSRange in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSRangeModifier and TypeMethodDescriptionNSAttributedString.doubleClickAtIndex(long location) NSLayoutManager.glyphRangeForCharacterRange(NSRange charRange, long actualCharRange) NSLayoutManager.glyphRangeForTextContainer(NSTextContainer container) NSValue.rangeValue()NSTableView.rowsInRect(NSRect rect) NSText.selectedRange()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSRangeModifier and TypeMethodDescriptionvoidNSMutableAttributedString.addAttribute(NSString name, id value, NSRange range) voidNSLayoutManager.addTemporaryAttribute(NSString attrName, id value, NSRange charRange) NSAttributedString.attributedSubstringFromRange(NSRange range) NSAttributedString.attributesAtIndex(long location, long range, NSRange rangeLimit) NSLayoutManager.boundingRectForGlyphRange(NSRange glyphRange, NSTextContainer container) voidNSLayoutManager.drawBackgroundForGlyphRange(NSRange glyphsToShow, NSPoint origin) voidNSLayoutManager.drawGlyphsForGlyphRange(NSRange glyphsToShow, NSPoint origin) voidNSString.getCharacters(char[] buffer, NSRange range) longlongNSLayoutManager.getGlyphsInRange(NSRange glyphRange, long glyphBuffer, long charIndexBuffer, long inscribeBuffer, long elasticBuffer, byte[] bidiLevelBuffer) NSLayoutManager.glyphRangeForCharacterRange(NSRange charRange, long actualCharRange) NSIndexSet.initWithIndexesInRange(NSRange range) static final voidstatic final voidstatic final longOS.objc_msgSend(long id, long sel, char[] arg0, NSRange arg1) static final longOS.objc_msgSend(long id, long sel, long arg0, long arg1, NSRange arg2) static final longOS.objc_msgSend(long id, long sel, long arg0, NSRange arg1) static final longOS.objc_msgSend(long id, long sel, NSRange arg0) static final longOS.objc_msgSend(long id, long sel, NSRange arg0, long arg1) static final longOS.objc_msgSend(long id, long sel, NSRange arg0, long arg1, long arg2, long arg3, long arg4, byte[] arg5) static final longOS.objc_msgSend(long id, long sel, NSRange arg0, NSPoint arg1) static final longOS.objc_msgSend(long id, long sel, NSRange arg0, NSRange arg1, long arg2, long[] arg3) static final longOS.objc_msgSend(long id, long sel, NSRect arg0, NSRange arg1, NSRect arg2) static final booleanOS.objc_msgSend_bool(long id, long sel, NSRange arg0, long arg1) static final voidOS.objc_msgSend_stret(NSRange result, long id, long sel) static final voidOS.objc_msgSend_stret(NSRange result, long id, long sel, long arg0) static final voidOS.objc_msgSend_stret(NSRange result, long id, long sel, NSRange arg0, long arg1) static final voidOS.objc_msgSend_stret(NSRange result, long id, long sel, NSRect arg0) static final voidOS.objc_msgSend_stret(NSRect result, long id, long sel, NSRange arg0, long arg1) static final booleanOS.objc_msgSendSuper_bool(objc_super superId, long sel, NSRange arg0, long arg1) longNSLayoutManager.rectArrayForCharacterRange(NSRange charRange, NSRange selCharRange, NSTextContainer container, long[] rectCount) longNSLayoutManager.rectArrayForGlyphRange(NSRange glyphRange, NSRange selGlyphRange, NSTextContainer container, long[] rectCount) voidNSMutableAttributedString.removeAttribute(NSString name, NSRange range) voidNSLayoutManager.removeTemporaryAttribute(NSString attrName, NSRange charRange) voidNSMutableAttributedString.replaceCharactersInRange(NSRange range, NSString str) voidNSMutableString.replaceCharactersInRange(NSRange range, NSString aString) voidNSText.replaceCharactersInRange(NSRange range, NSString aString) voidNSText.scrollRangeToVisible(NSRange range) voidNSMutableAttributedString.setBaseWritingDirection(long writingDirection, NSRange range) voidNSTextView.setBaseWritingDirection(long writingDirection, NSRange range) voidNSLayoutManager.setLineFragmentRect(NSRect fragmentRect, NSRange glyphRange, NSRect usedRect) voidNSText.setSelectedRange(NSRange selectedRange) booleanNSTextView.shouldChangeTextInRange(NSRange affectedCharRange, NSString replacementString) static NSValueNSNumber.valueWithRange(NSRange range) static NSValueNSValue.valueWithRange(NSRange range)