Uses of Class
org.eclipse.swt.internal.cocoa.NSAttributedString
-
Packages that use NSAttributedString Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSAttributedString in org.eclipse.swt.internal.cocoa
Subclasses of NSAttributedString in org.eclipse.swt.internal.cocoa Modifier and Type Class Description classNSMutableAttributedStringclassNSTextStorageMethods in org.eclipse.swt.internal.cocoa that return NSAttributedString Modifier and Type Method Description NSAttributedStringNSCell. attributedStringValue()NSAttributedStringNSAttributedString. attributedSubstringFromRange(NSRange range)NSAttributedStringNSButton. attributedTitle()NSAttributedStringNSMenuItem. attributedTitle()NSAttributedStringNSAttributedString. initWithString(NSString str)NSAttributedStringNSAttributedString. initWithString(NSString str, NSDictionary attrs)Methods in org.eclipse.swt.internal.cocoa with parameters of type NSAttributedString Modifier and Type Method Description voidNSMutableAttributedString. appendAttributedString(NSAttributedString attrString)NSRectNSButtonCell. drawTitle(NSAttributedString title, NSRect frame, NSView controlView)voidNSMutableAttributedString. setAttributedString(NSAttributedString attrString)voidNSCell. setAttributedStringValue(NSAttributedString attributedStringValue)voidNSButton. setAttributedTitle(NSAttributedString attributedTitle)voidNSMenuItem. setAttributedTitle(NSAttributedString attributedTitle)
-