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 NSAttributedStringNSAttributedString.attributedStringWithAttachment(NSTextAttachment attachment) static NSAttributedStringNSMutableAttributedString.attributedStringWithAttachment(NSTextAttachment attachment) static NSAttributedStringNSTextStorage.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 TypeMethodDescriptionvoidNSMutableAttributedString.appendAttributedString(NSAttributedString attrString) NSButtonCell.drawTitle(NSAttributedString title, NSRect frame, NSView controlView) voidNSMutableAttributedString.setAttributedString(NSAttributedString attrString) voidNSCell.setAttributedStringValue(NSAttributedString attributedStringValue) voidNSButton.setAttributedTitle(NSAttributedString attributedTitle) voidNSMenuItem.setAttributedTitle(NSAttributedString attributedTitle)