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 NSRange
NSLayoutManager. glyphRangeForCharacterRange(NSRange charRange, long actualCharRange)
NSRange
NSLayoutManager. glyphRangeForTextContainer(NSTextContainer container)
NSRange
NSValue. rangeValue()
NSRange
NSText. selectedRange()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSRange Modifier and Type Method Description void
NSMutableAttributedString. addAttribute(NSString name, id value, NSRange range)
void
NSLayoutManager. addTemporaryAttribute(NSString attrName, id value, NSRange charRange)
NSAttributedString
NSAttributedString. attributedSubstringFromRange(NSRange range)
NSDictionary
NSAttributedString. attributesAtIndex(long location, long range, NSRange rangeLimit)
NSRect
NSLayoutManager. boundingRectForGlyphRange(NSRange glyphRange, NSTextContainer container)
void
NSLayoutManager. drawBackgroundForGlyphRange(NSRange glyphsToShow, NSPoint origin)
void
NSLayoutManager. drawGlyphsForGlyphRange(NSRange glyphsToShow, NSPoint origin)
void
NSString. getCharacters(char[] buffer, NSRange range)
long
NSLayoutManager. getGlyphs(long glyphArray, NSRange glyphRange)
long
NSLayoutManager. getGlyphsInRange(NSRange glyphRange, long glyphBuffer, long charIndexBuffer, long inscribeBuffer, long elasticBuffer, byte[] bidiLevelBuffer)
NSRange
NSLayoutManager. glyphRangeForCharacterRange(NSRange charRange, long actualCharRange)
NSIndexSet
NSIndexSet. initWithIndexesInRange(NSRange range)
static void
OS. memmove(long dest, NSRange src, long size)
static void
OS. memmove(NSRange dest, long src, long size)
static long
OS. objc_msgSend(long id, long sel, char[] arg0, NSRange arg1)
static long
OS. objc_msgSend(long id, long sel, long arg0, long arg1, NSRange arg2)
static long
OS. objc_msgSend(long id, long sel, long arg0, NSRange arg1)
static long
OS. objc_msgSend(long id, long sel, NSRange arg0)
static long
OS. objc_msgSend(long id, long sel, NSRange arg0, long arg1)
static long
OS. objc_msgSend(long id, long sel, NSRange arg0, long arg1, long arg2, long arg3, long arg4, byte[] arg5)
static long
OS. objc_msgSend(long id, long sel, NSRange arg0, NSPoint arg1)
static long
OS. objc_msgSend(long id, long sel, NSRange arg0, NSRange arg1, long arg2, long[] arg3)
static boolean
OS. objc_msgSend_bool(long id, long sel, NSRange arg0, long arg1)
static void
OS. objc_msgSend_stret(NSRange result, long id, long sel)
static void
OS. objc_msgSend_stret(NSRange result, long id, long sel, long arg0)
static void
OS. objc_msgSend_stret(NSRange result, long id, long sel, NSRange arg0, long arg1)
static void
OS. objc_msgSend_stret(NSRect result, long id, long sel, NSRange arg0, long arg1)
static boolean
OS. objc_msgSendSuper_bool(objc_super superId, long sel, NSRange arg0, long arg1)
long
NSLayoutManager. rectArrayForCharacterRange(NSRange charRange, NSRange selCharRange, NSTextContainer container, long[] rectCount)
long
NSLayoutManager. rectArrayForGlyphRange(NSRange glyphRange, NSRange selGlyphRange, NSTextContainer container, long[] rectCount)
void
NSMutableAttributedString. removeAttribute(NSString name, NSRange range)
void
NSLayoutManager. removeTemporaryAttribute(NSString attrName, NSRange charRange)
void
NSMutableAttributedString. replaceCharactersInRange(NSRange range, NSString str)
void
NSMutableString. replaceCharactersInRange(NSRange range, NSString aString)
void
NSText. replaceCharactersInRange(NSRange range, NSString aString)
void
NSText. scrollRangeToVisible(NSRange range)
void
NSText. setSelectedRange(NSRange selectedRange)
boolean
NSTextView. shouldChangeTextInRange(NSRange affectedCharRange, NSString replacementString)
static NSValue
NSNumber. valueWithRange(NSRange range)
static NSValue
NSValue. valueWithRange(NSRange range)
-