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 NSDictionaryNSDictionary.dictionaryWithObject(id object, id key) static NSDictionaryNSMutableDictionary.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 NSArrayNSHTTPCookie.cookiesWithResponseHeaderFields(NSDictionary headerFields, NSURL URL) booleanNSFileManager.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 booleanNSBundle.loadNibFile(NSString fileName, NSDictionary context, long zone) voidNSMutableDictionary.setDictionary(NSDictionary otherDictionary) voidNSTextView.setLinkTextAttributes(NSDictionary linkTextAttributes) voidNSTextView.setSelectedTextAttributes(NSDictionary selectedTextAttributes)