Uses of Class
org.eclipse.swt.internal.cocoa.NSRange
-
Packages that use NSRange Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSRange in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSRange Modifier and Type Method Description NSRangeNSLayoutManager. glyphRangeForCharacterRange(NSRange charRange, long actualCharRange)NSRangeNSLayoutManager. glyphRangeForTextContainer(NSTextContainer container)NSRangeNSValue. rangeValue()NSRangeNSText. selectedRange()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSRange Modifier and Type Method Description voidNSMutableAttributedString. addAttribute(NSString name, id value, NSRange range)voidNSLayoutManager. addTemporaryAttribute(NSString attrName, id value, NSRange charRange)NSAttributedStringNSAttributedString. attributedSubstringFromRange(NSRange range)NSDictionaryNSAttributedString. attributesAtIndex(long location, long range, NSRange rangeLimit)NSRectNSLayoutManager. boundingRectForGlyphRange(NSRange glyphRange, NSTextContainer container)voidNSLayoutManager. drawBackgroundForGlyphRange(NSRange glyphsToShow, NSPoint origin)voidNSLayoutManager. drawGlyphsForGlyphRange(NSRange glyphsToShow, NSPoint origin)voidNSString. getCharacters(char[] buffer, NSRange range)longNSLayoutManager. getGlyphs(long glyphArray, NSRange glyphRange)longNSLayoutManager. getGlyphsInRange(NSRange glyphRange, long glyphBuffer, long charIndexBuffer, long inscribeBuffer, long elasticBuffer, byte[] bidiLevelBuffer)NSRangeNSLayoutManager. glyphRangeForCharacterRange(NSRange charRange, long actualCharRange)NSIndexSetNSIndexSet. initWithIndexesInRange(NSRange range)static voidOS. memmove(long dest, NSRange src, long size)static voidOS. memmove(NSRange dest, long src, long size)static longOS. objc_msgSend(long id, long sel, char[] arg0, NSRange arg1)static longOS. objc_msgSend(long id, long sel, long arg0, long arg1, NSRange arg2)static longOS. objc_msgSend(long id, long sel, long arg0, NSRange arg1)static longOS. objc_msgSend(long id, long sel, NSRange arg0)static longOS. objc_msgSend(long id, long sel, NSRange arg0, long arg1)static longOS. objc_msgSend(long id, long sel, NSRange arg0, long arg1, long arg2, long arg3, long arg4, byte[] arg5)static longOS. objc_msgSend(long id, long sel, NSRange arg0, NSPoint arg1)static longOS. objc_msgSend(long id, long sel, NSRange arg0, NSRange arg1, long arg2, long[] arg3)static booleanOS. objc_msgSend_bool(long id, long sel, NSRange arg0, long arg1)static voidOS. objc_msgSend_stret(NSRange result, long id, long sel)static voidOS. objc_msgSend_stret(NSRange result, long id, long sel, long arg0)static voidOS. objc_msgSend_stret(NSRange result, long id, long sel, NSRange arg0, long arg1)static voidOS. objc_msgSend_stret(NSRect result, long id, long sel, NSRange arg0, long arg1)static 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)voidNSText. setSelectedRange(NSRange selectedRange)booleanNSTextView. shouldChangeTextInRange(NSRange affectedCharRange, NSString replacementString)static NSValueNSNumber. valueWithRange(NSRange range)static NSValueNSValue. valueWithRange(NSRange range)
-