Uses of Class
org.eclipse.swt.internal.cocoa.NSAttributedString
Packages that use NSAttributedString
-
Uses of NSAttributedString in org.eclipse.swt.internal.cocoa
Subclasses of NSAttributedString in org.eclipse.swt.internal.cocoaMethods in org.eclipse.swt.internal.cocoa that return NSAttributedStringModifier and TypeMethodDescriptionNSCell.attributedStringValue()
static NSAttributedString
NSAttributedString.attributedStringWithAttachment
(NSTextAttachment attachment) static NSAttributedString
NSMutableAttributedString.attributedStringWithAttachment
(NSTextAttachment attachment) static NSAttributedString
NSTextStorage.attributedStringWithAttachment
(NSTextAttachment attachment) NSAttributedString.attributedSubstringFromRange
(NSRange range) NSButton.attributedTitle()
NSMenuItem.attributedTitle()
NSAttributedString.initWithString
(NSString str) NSAttributedString.initWithString
(NSString str, NSDictionary attrs) Methods in org.eclipse.swt.internal.cocoa with parameters of type NSAttributedStringModifier and TypeMethodDescriptionvoid
NSMutableAttributedString.appendAttributedString
(NSAttributedString attrString) 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)