Uses of Class
org.eclipse.swt.internal.cocoa.NSTextContainer
-
Packages that use NSTextContainer Package Description org.eclipse.swt.graphics org.eclipse.swt.internal.cocoa -
-
Uses of NSTextContainer in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as NSTextContainer Modifier and Type Field Description NSTextContainerGCData. textContainer -
Uses of NSTextContainer in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSTextContainer Modifier and Type Method Description NSTextContainerNSTextContainer. initWithContainerSize(NSSize aContainerSize)NSTextContainerNSTextView. textContainer()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSTextContainer Modifier and Type Method Description voidNSLayoutManager. addTextContainer(NSTextContainer container)NSRectNSLayoutManager. boundingRectForGlyphRange(NSRange glyphRange, NSTextContainer container)longNSLayoutManager. glyphIndexForPoint(NSPoint point, NSTextContainer container, double[] partialFraction)NSRangeNSLayoutManager. glyphRangeForTextContainer(NSTextContainer container)longNSLayoutManager. rectArrayForCharacterRange(NSRange charRange, NSRange selCharRange, NSTextContainer container, long[] rectCount)longNSLayoutManager. rectArrayForGlyphRange(NSRange glyphRange, NSRange selGlyphRange, NSTextContainer container, long[] rectCount)NSRectNSLayoutManager. usedRectForTextContainer(NSTextContainer container)
-