Uses of Class
org.eclipse.swt.internal.cocoa.NSArray
-
Packages that use NSArray Package Description org.eclipse.swt.accessibility org.eclipse.swt.internal.cocoa -
-
Uses of NSArray in org.eclipse.swt.accessibility
Methods in org.eclipse.swt.accessibility that return NSArray Modifier and Type Method Description NSArray
Accessible. internal_accessibilityActionNames(int childID)
Gets the array of action names that this object can perform.NSArray
Accessible. internal_accessibilityAttributeNames(int childID)
Gets the array of attributes this object supports.NSArray
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.cocoa Modifier and Type Class Description class
NSMutableArray
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSArray Modifier and Type Method Description void
NSMutableArray. addObjectsFromArray(NSArray otherArray)
void
NSMutableSet. addObjectsFromArray(NSArray array)
long
NSPasteboard. addTypes(NSArray newTypes, id newOwner)
NSString
NSPasteboard. availableTypeFromArray(NSArray types)
long
NSPasteboard. declareTypes(NSArray newTypes, id newOwner)
NSImage
NSTableView. dragImageForRowsWithIndexes(NSIndexSet dragRows, NSArray tableColumns, NSEvent dragEvent, long dragImageOffset)
NSGradient
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)
-