Uses of Class
org.eclipse.swt.internal.cocoa.NSArray
Packages that use NSArray
-
Uses of NSArray in org.eclipse.swt.accessibility
Methods in org.eclipse.swt.accessibility that return NSArrayModifier and TypeMethodDescriptionAccessible.internal_accessibilityActionNames(int childID) Gets the array of action names that this object can perform.Accessible.internal_accessibilityAttributeNames(int childID) Gets the array of attributes this object supports.Accessible.internal_accessibilityParameterizedAttributeNames(int childID) Return the array of supported attributes that take parameters. -
Uses of NSArray in org.eclipse.swt.internal.cocoa
Subclasses of NSArray in org.eclipse.swt.internal.cocoaMethods in org.eclipse.swt.internal.cocoa that return NSArrayModifier and TypeMethodDescriptionNSColorList.allKeys()NSDictionary.allKeys()NSSet.allObjects()static NSArrayNSArray.array()static NSArrayNSMutableArray.array()static NSArrayNSArray.arrayWithObject(id anObject) static NSArrayNSMutableArray.arrayWithObject(id anObject) NSFontManager.availableFontFamilies()NSFontManager.availableFonts()NSFontManager.availableMembersOfFontFamily(NSString fam) NSHTTPCookieStorage.cookies()NSHTTPCookieStorage.cookiesForURL(NSURL URL) static NSArrayNSHTTPCookie.cookiesWithResponseHeaderFields(NSDictionary headerFields, NSURL URL) NSOpenPanel.filenames()NSMenu.itemArray()NSComboBoxCell.objectValues()NSApplication.orderedWindows()NSTextStorage.paragraphs()static NSArrayNSPrinter.printerNames()NSSearchField.recentSearches()NSImage.representations()static NSArrayNSScreen.screens()NSView.subviews()NSTableView.tableColumns()NSParagraphStyle.tabStops()NSView.trackingAreas()NSPasteboard.types()NSFileManager.URLsForDirectory(long directory, long domainMask) NSApplication.windows()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSArrayModifier and TypeMethodDescriptionvoidNSMutableArray.addObjectsFromArray(NSArray otherArray) voidNSMutableSet.addObjectsFromArray(NSArray array) longNSPasteboard.availableTypeFromArray(NSArray types) longNSPasteboard.declareTypes(NSArray newTypes, id newOwner) NSTableView.dragImageForRowsWithIndexes(NSIndexSet dragRows, NSArray tableColumns, NSEvent dragEvent, long dragImageOffset) NSGradient.initWithColors(NSArray colorArray) voidNSResponder.interpretKeyEvents(NSArray eventArray) booleanNSWorkspace.openURLs(NSArray urls, NSString bundleIdentifier, long options, NSAppleEventDescriptor descriptor, long identifiers) voidNSObject.performSelector(long aSelector, id anArgument, double delay, NSArray modes) voidNSView.registerForDraggedTypes(NSArray newTypes) voidNSSavePanel.setAllowedFileTypes(NSArray allowedFileTypes) voidNSMutableParagraphStyle.setTabStops(NSArray tabStops) booleanNSPasteboard.writeObjects(NSArray objects) booleanNSObject.writeSelectionToPasteboard(NSPasteboard pboard, NSArray types)