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 NSArrayAccessible. internal_accessibilityActionNames(int childID)Gets the array of action names that this object can perform.NSArrayAccessible. internal_accessibilityAttributeNames(int childID)Gets the array of attributes this object supports.NSArrayAccessible. 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 classNSMutableArrayMethods in org.eclipse.swt.internal.cocoa with parameters of type NSArray Modifier and Type Method Description voidNSMutableArray. addObjectsFromArray(NSArray otherArray)voidNSMutableSet. addObjectsFromArray(NSArray array)longNSPasteboard. addTypes(NSArray newTypes, id newOwner)NSStringNSPasteboard. availableTypeFromArray(NSArray types)longNSPasteboard. declareTypes(NSArray newTypes, id newOwner)NSImageNSTableView. dragImageForRowsWithIndexes(NSIndexSet dragRows, NSArray tableColumns, NSEvent dragEvent, long dragImageOffset)NSGradientNSGradient. 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)
-