Uses of Class
org.eclipse.swt.internal.cocoa.NSDictionary
Packages that use NSDictionary
-
Uses of NSDictionary in org.eclipse.swt.internal.cocoa
Subclasses of NSDictionary in org.eclipse.swt.internal.cocoaMethods in org.eclipse.swt.internal.cocoa that return NSDictionaryModifier and TypeMethodDescriptionNSAttributedString.attributesAtIndex
(long location, long range, NSRange rangeLimit) NSScreen.deviceDescription()
static NSDictionary
NSDictionary.dictionaryWithObject
(id object, id key) static NSDictionary
NSMutableDictionary.dictionaryWithObject
(id object, id key) NSBundle.infoDictionary()
NSTextView.linkTextAttributes()
NSTextView.markedTextAttributes()
NSTextView.selectedTextAttributes()
NSError.userInfo()
NSNotification.userInfo()
NSTrackingArea.userInfo()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSDictionaryModifier and TypeMethodDescriptionNSImage.bestRepresentationForDevice
(NSDictionary deviceDescription) static NSArray
NSHTTPCookie.cookiesWithResponseHeaderFields
(NSDictionary headerFields, NSURL URL) boolean
NSFileManager.createFileAtPath
(NSString path, NSData data, NSDictionary attr) NSPrintInfo.initWithDictionary
(NSDictionary attributes) NSTrackingArea.initWithRect
(NSRect rect, long options, id owner, NSDictionary userInfo) NSAttributedString.initWithString
(NSString str, NSDictionary attrs) static boolean
NSBundle.loadNibFile
(NSString fileName, NSDictionary context, long zone) void
NSMutableDictionary.setDictionary
(NSDictionary otherDictionary) void
NSTextView.setLinkTextAttributes
(NSDictionary linkTextAttributes) void
NSTextView.setSelectedTextAttributes
(NSDictionary selectedTextAttributes)