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 NSArray
NSArray.array()
static NSArray
NSMutableArray.array()
static NSArray
NSArray.arrayWithObject
(id anObject) static NSArray
NSMutableArray.arrayWithObject
(id anObject) NSFontManager.availableFontFamilies()
NSFontManager.availableFonts()
NSFontManager.availableMembersOfFontFamily
(NSString fam) NSHTTPCookieStorage.cookies()
NSHTTPCookieStorage.cookiesForURL
(NSURL URL) static NSArray
NSHTTPCookie.cookiesWithResponseHeaderFields
(NSDictionary headerFields, NSURL URL) NSOpenPanel.filenames()
NSMenu.itemArray()
NSComboBoxCell.objectValues()
NSApplication.orderedWindows()
NSTextStorage.paragraphs()
static NSArray
NSPrinter.printerNames()
NSSearchField.recentSearches()
NSImage.representations()
static NSArray
NSScreen.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 TypeMethodDescriptionvoid
NSMutableArray.addObjectsFromArray
(NSArray otherArray) void
NSMutableSet.addObjectsFromArray
(NSArray array) long
NSPasteboard.availableTypeFromArray
(NSArray types) long
NSPasteboard.declareTypes
(NSArray newTypes, id newOwner) NSTableView.dragImageForRowsWithIndexes
(NSIndexSet dragRows, NSArray tableColumns, NSEvent dragEvent, long dragImageOffset) NSGradient.initWithColors
(NSArray colorArray) void
NSResponder.interpretKeyEvents
(NSArray eventArray) boolean
NSWorkspace.openURLs
(NSArray urls, NSString bundleIdentifier, long options, NSAppleEventDescriptor descriptor, long identifiers) void
NSObject.performSelector
(long aSelector, id anArgument, double delay, NSArray modes) void
NSView.registerForDraggedTypes
(NSArray newTypes) void
NSSavePanel.setAllowedFileTypes
(NSArray allowedFileTypes) void
NSMutableParagraphStyle.setTabStops
(NSArray tabStops) boolean
NSPasteboard.writeObjects
(NSArray objects) boolean
NSObject.writeSelectionToPasteboard
(NSPasteboard pboard, NSArray types)