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 class
NSMutableAttributedString
class
NSTextStorage
Methods in org.eclipse.swt.internal.cocoa that return NSAttributedString Modifier and Type Method Description NSAttributedString
NSCell. attributedStringValue()
NSAttributedString
NSAttributedString. attributedSubstringFromRange(NSRange range)
NSAttributedString
NSButton. attributedTitle()
NSAttributedString
NSMenuItem. attributedTitle()
NSAttributedString
NSAttributedString. initWithString(NSString str)
NSAttributedString
NSAttributedString. initWithString(NSString str, NSDictionary attrs)
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSAttributedString Modifier and Type Method Description void
NSMutableAttributedString. appendAttributedString(NSAttributedString attrString)
NSRect
NSButtonCell. drawTitle(NSAttributedString title, NSRect frame, NSView controlView)
void
NSMutableAttributedString. setAttributedString(NSAttributedString attrString)
void
NSCell. setAttributedStringValue(NSAttributedString attributedStringValue)
void
NSButton. setAttributedTitle(NSAttributedString attributedTitle)
void
NSMenuItem. setAttributedTitle(NSAttributedString attributedTitle)
-