Uses of Class
com.jniwrapper.macosx.cocoa.nsarray.NSArray

Packages that use NSArray
com.jniwrapper.macosx.cocoa.nsapplication   
com.jniwrapper.macosx.cocoa.nsarray   
com.jniwrapper.macosx.cocoa.nsarraycontroller   
com.jniwrapper.macosx.cocoa.nsbitmapimagerep   
com.jniwrapper.macosx.cocoa.nsbundle   
com.jniwrapper.macosx.cocoa.nscombobox   
com.jniwrapper.macosx.cocoa.nscomboboxcell   
com.jniwrapper.macosx.cocoa.nsdictionary   
com.jniwrapper.macosx.cocoa.nsdocumentcontroller   
com.jniwrapper.macosx.cocoa.nsfilehandle   
com.jniwrapper.macosx.cocoa.nsfont   
com.jniwrapper.macosx.cocoa.nsfontmanager   
com.jniwrapper.macosx.cocoa.nshttpcookie   
com.jniwrapper.macosx.cocoa.nshttpcookiestorage   
com.jniwrapper.macosx.cocoa.nsimage   
com.jniwrapper.macosx.cocoa.nsmatrix   
com.jniwrapper.macosx.cocoa.nsnib   
com.jniwrapper.macosx.cocoa.nsnotificationqueue   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsopenpanel   
com.jniwrapper.macosx.cocoa.nsparagraphstyle   
com.jniwrapper.macosx.cocoa.nspasteboard   
com.jniwrapper.macosx.cocoa.nspopupbutton   
com.jniwrapper.macosx.cocoa.nspopupbuttoncell   
com.jniwrapper.macosx.cocoa.nsportcoder   
com.jniwrapper.macosx.cocoa.nsportmessage   
com.jniwrapper.macosx.cocoa.nsresponder   
com.jniwrapper.macosx.cocoa.nsrulerview   
com.jniwrapper.macosx.cocoa.nsrunloop   
com.jniwrapper.macosx.cocoa.nssavepanel   
com.jniwrapper.macosx.cocoa.nsscriptwhosetests   
com.jniwrapper.macosx.cocoa.nssearchfield   
com.jniwrapper.macosx.cocoa.nssearchfieldcell   
com.jniwrapper.macosx.cocoa.nsset   
com.jniwrapper.macosx.cocoa.nsspeechrecognizer   
com.jniwrapper.macosx.cocoa.nsspellchecker   
com.jniwrapper.macosx.cocoa.nsstring   
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstask   
com.jniwrapper.macosx.cocoa.nstextstorage   
com.jniwrapper.macosx.cocoa.nstextview   
com.jniwrapper.macosx.cocoa.nsundomanager   
com.jniwrapper.macosx.cocoa.nsview   
com.jniwrapper.macosx.cocoa.nswindow   
com.jniwrapper.macosx.cocoa.nsworkspace   
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsapplication
 

Methods in com.jniwrapper.macosx.cocoa.nsapplication with parameters of type NSArray
 void NSApplication.registerServicesMenuSendTypes_returnTypes(NSArray sendTypes, NSArray returnTypes)
          This method represents the registerServicesMenuSendTypes() method of the NSApplication Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsarray
 

Subclasses of NSArray in com.jniwrapper.macosx.cocoa.nsarray
 class NSMutableArray
          This class represents NSMutableArray class.
 

Methods in com.jniwrapper.macosx.cocoa.nsarray that return NSArray
static NSArray NSArray.NSArray_arrayWithArray(NSArray array)
          This method represents the arrayWithArray static constructor of the NSArray Objective-C class.
static NSArray NSArray.NSArray_arrayWithObjects_count(Id objs, com.jniwrapper.UInt16 cnt)
          This method represents the arrayWithObjects static constructor of the NSArray Objective-C class.
static NSArray NSArray.NSArray_arrayWithContentsOfFile(java.lang.String path)
          This method represents the arrayWithContentsOfFile static constructor of the NSArray Objective-C class.
static NSArray NSArray.NSArray_arrayWithObjects(Id firstObj, com.jniwrapper.Parameter[] parameters)
          This method represents the arrayWithObjects static constructor of the NSArray Objective-C class.
static NSArray NSArray.NSArray_arrayWithObject(Id anObject)
          This method represents the arrayWithObject static constructor of the NSArray Objective-C class.
static NSArray NSArray.NSArray_array()
          This method represents the array static constructor of the NSArray Objective-C class.
static NSArray NSArray.NSArray_arrayWithContentsOfURL(NSURL url)
          This method represents the arrayWithContentsOfURL static constructor of the NSArray Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsarray with parameters of type NSArray
 void NSMutableArray.setArray(NSArray otherArray)
           
 void NSMutableArray.addObjectsFromArray(NSArray otherArray)
           
 void NSMutableArray.removeObjectsInArray(NSArray otherArray)
           
 void NSMutableArray.replaceObjectsInRange_withObjectsFromArray(NSRange range, NSArray otherArray)
          This method represents the replaceObjectsInRange() method of the NSMutableArray Objective-C class.
 void NSMutableArray.sortUsingDescriptors(NSArray sortDescriptors)
           
 void NSMutableArray.replaceObjectsInRange_withObjectsFromArray_range(NSRange range, NSArray otherArray, NSRange otherRange)
          This method represents the replaceObjectsInRange() method of the NSMutableArray Objective-C class.
static NSArray NSArray.NSArray_arrayWithArray(NSArray array)
          This method represents the arrayWithArray static constructor of the NSArray Objective-C class.
 com.jniwrapper.Bool NSArray.isEqualToArray(NSArray otherArray)
           
 Id NSArray.initWithArray_copyItems(NSArray array, boolean flag)
          This method represents the initWithArray() method of the NSArray Objective-C class.
 Id NSArray.initWithArray(NSArray array)
           
 com.jniwrapper.Pointer.Void NSArray.pathsMatchingExtensions(NSArray filterTypes)
           
 Id NSArray.firstObjectCommonWithArray(NSArray otherArray)
           
 com.jniwrapper.Pointer.Void NSArray.sortedArrayUsingDescriptors(NSArray sortDescriptors)
           
 com.jniwrapper.Pointer.Void NSArray.arrayByAddingObjectsFromArray(NSArray otherArray)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsarraycontroller
 

Methods in com.jniwrapper.macosx.cocoa.nsarraycontroller with parameters of type NSArray
 void NSArrayController.insertObjects_atArrangedObjectIndexes(NSArray objects, NSIndexSet indexes)
          This method represents the insertObjects() method of the NSArrayController Objective-C class.
 com.jniwrapper.Bool NSArrayController.setSelectedObjects(NSArray objects)
           
 com.jniwrapper.Bool NSArrayController.removeSelectedObjects(NSArray objects)
           
 void NSArrayController.addObjects(NSArray objects)
           
 com.jniwrapper.Pointer.Void NSArrayController.arrangeObjects(NSArray objects)
           
 void NSArrayController.setSortDescriptors(NSArray sortDescriptors)
           
 com.jniwrapper.Bool NSArrayController.addSelectedObjects(NSArray objects)
           
 void NSArrayController.removeObjects(NSArray objects)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsbitmapimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nsbitmapimagerep with parameters of type NSArray
static com.jniwrapper.Pointer.Void NSBitmapImageRep.static_TIFFRepresentationOfImageRepsInArray_usingCompression_factor(NSArray array, NSTIFFCompression comp, com.jniwrapper.SingleFloat factor)
          This method represents the TIFFRepresentationOfImageRepsInArray() method of the NSBitmapImageRep Objective-C class.
static com.jniwrapper.Pointer.Void NSBitmapImageRep.static_representationOfImageRepsInArray_usingType_properties(NSArray imageReps, NSBitmapImageFileType storageType, NSDictionary properties)
          This method represents the representationOfImageRepsInArray() method of the NSBitmapImageRep Objective-C class.
static com.jniwrapper.Pointer.Void NSBitmapImageRep.static_TIFFRepresentationOfImageRepsInArray(NSArray array)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsbundle
 

Methods in com.jniwrapper.macosx.cocoa.nsbundle with parameters of type NSArray
static com.jniwrapper.Pointer.Void NSBundle.static_preferredLocalizationsFromArray_forPreferences(NSArray localizationsArray, NSArray preferencesArray)
          This method represents the preferredLocalizationsFromArray() method of the NSBundle Objective-C class.
static com.jniwrapper.Pointer.Void NSBundle.static_preferredLocalizationsFromArray(NSArray localizationsArray)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nscombobox
 

Methods in com.jniwrapper.macosx.cocoa.nscombobox with parameters of type NSArray
 void NSComboBox.addItemsWithObjectValues(NSArray objects)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nscomboboxcell
 

Methods in com.jniwrapper.macosx.cocoa.nscomboboxcell with parameters of type NSArray
 void NSComboBoxCell.addItemsWithObjectValues(NSArray objects)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsdictionary
 

Methods in com.jniwrapper.macosx.cocoa.nsdictionary with parameters of type NSArray
 void NSMutableDictionary.removeObjectsForKeys(NSArray keyArray)
           
static NSDictionary NSDictionary.NSDictionary_dictionaryWithObjects_forKeys(NSArray objects, NSArray keys)
          This method represents the dictionaryWithObjects static constructor of the NSDictionary Objective-C class.
 com.jniwrapper.Pointer.Void NSDictionary.objectsForKeys_notFoundMarker(NSArray keys, Id marker)
          This method represents the objectsForKeys() method of the NSDictionary Objective-C class.
 Id NSDictionary.initWithObjects_forKeys(NSArray objects, NSArray keys)
          This method represents the initWithObjects() method of the NSDictionary Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsdocumentcontroller
 

Methods in com.jniwrapper.macosx.cocoa.nsdocumentcontroller with parameters of type NSArray
 com.jniwrapper.Int NSDocumentController.runModalOpenPanel_forTypes(NSOpenPanel openPanel, NSArray openableFileExtensions)
          This method represents the runModalOpenPanel() method of the NSDocumentController Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsfilehandle
 

Methods in com.jniwrapper.macosx.cocoa.nsfilehandle with parameters of type NSArray
 void NSFileHandle.readInBackgroundAndNotifyForModes(NSArray modes)
           
 void NSFileHandle.acceptConnectionInBackgroundAndNotifyForModes(NSArray modes)
           
 void NSFileHandle.waitForDataInBackgroundAndNotifyForModes(NSArray modes)
           
 void NSFileHandle.readToEndOfFileInBackgroundAndNotifyForModes(NSArray modes)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsfont
 

Methods in com.jniwrapper.macosx.cocoa.nsfont with parameters of type NSArray
static void NSFont.static_setPreferredFontNames(NSArray fontNameArray)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsfontmanager
 

Methods in com.jniwrapper.macosx.cocoa.nsfontmanager with parameters of type NSArray
 void NSFontManager.addFontDescriptors_toCollection(NSArray descriptors, java.lang.String collectionName)
          This method represents the addFontDescriptors() method of the NSFontManager Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nshttpcookie
 

Methods in com.jniwrapper.macosx.cocoa.nshttpcookie with parameters of type NSArray
static com.jniwrapper.Pointer.Void NSHTTPCookie.static_requestHeaderFieldsWithCookies(NSArray cookies)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nshttpcookiestorage
 

Methods in com.jniwrapper.macosx.cocoa.nshttpcookiestorage with parameters of type NSArray
 void NSHTTPCookieStorage.setCookies_forURL_mainDocumentURL(NSArray cookies, NSURL URL, NSURL mainDocumentURL)
          This method represents the setCookies() method of the NSHTTPCookieStorage Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsimage
 

Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSArray
 void NSImage.addRepresentations(NSArray imageReps)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsmatrix
 

Methods in com.jniwrapper.macosx.cocoa.nsmatrix with parameters of type NSArray
 void NSMatrix.insertColumn_withCells(com.jniwrapper.Int column, NSArray newCells)
          This method represents the insertColumn() method of the NSMatrix Objective-C class.
 void NSMatrix.addColumnWithCells(NSArray newCells)
           
 void NSMatrix.addRowWithCells(NSArray newCells)
           
 void NSMatrix.insertRow_withCells(com.jniwrapper.Int row, NSArray newCells)
          This method represents the insertRow() method of the NSMatrix Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsnib
 

Methods in com.jniwrapper.macosx.cocoa.nsnib with parameters of type NSArray
 com.jniwrapper.Bool NSNib.instantiateNibWithOwner_topLevelObjects(Id owner, NSArray topLevelObjects)
          This method represents the instantiateNibWithOwner() method of the NSNib Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsnotificationqueue
 

Methods in com.jniwrapper.macosx.cocoa.nsnotificationqueue with parameters of type NSArray
 void NSNotificationQueue.enqueueNotification_postingStyle_coalesceMask_forModes(NSNotification notification, NSPostingStyle postingStyle, com.jniwrapper.UInt16 coalesceMask, NSArray modes)
          This method represents the enqueueNotification() method of the NSNotificationQueue Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSArray
 com.jniwrapper.Pointer.Void NSObject.authenticationDataForComponents(NSArray components)
           
 void NSObject.performSelector_withObject_afterDelay_inModes(Sel aSelector, Id anArgument, NSTimeInterval delay, NSArray modes)
          This method represents the performSelector() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.tableView_writeRows_toPasteboard(NSTableView tv, NSArray rows, NSPasteboard pboard)
          This method represents the tableView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.outlineView_writeItems_toPasteboard(NSOutlineView olv, NSArray items, NSPasteboard pboard)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.control_textView_completions_forPartialWordRange_indexOfSelectedItem(NSControl control, NSTextView textView, NSArray words, NSRange charRange, com.jniwrapper.Int index)
          This method represents the control() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.valuesForKeys(NSArray keys)
           
 void NSObject.tableView_sortDescriptorsDidChange(NSTableView tableView, NSArray oldDescriptors)
          This method represents the tableView() method of the NSObject Objective-C class.
 void NSObject.application_printFiles(NSApplication sender, NSArray filenames)
          This method represents the application() method of the NSObject Objective-C class.
 void NSObject.performSelectorOnMainThread_withObject_waitUntilDone_modes(Sel aSelector, Id arg, boolean wait, NSArray array)
          This method represents the performSelectorOnMainThread() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.textView_completions_forPartialWordRange_indexOfSelectedItem(NSTextView textView, NSArray words, NSRange charRange, com.jniwrapper.Int index)
          This method represents the textView() method of the NSObject Objective-C class.
 CClass NSObject.unarchiver_cannotDecodeObjectOfClassName_originalClasses(NSKeyedUnarchiver unarchiver, java.lang.String name, NSArray classNames)
          This method represents the unarchiver() method of the NSObject Objective-C class.
 void NSObject.outlineView_sortDescriptorsDidChange(NSOutlineView outlineView, NSArray oldDescriptors)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.authenticateComponents_withData(NSArray components, NSData signature)
          This method represents the authenticateComponents() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.writeSelectionToPasteboard_types(NSPasteboard pboard, NSArray types)
          This method represents the writeSelectionToPasteboard() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.dictionaryWithValuesForKeys(NSArray keys)
           
 void NSObject.application_openFiles(NSApplication sender, NSArray filenames)
          This method represents the application() method of the NSObject Objective-C class.
static void NSObject.static_setKeys_triggerChangeNotificationsForDependentKey(NSArray keys, java.lang.String dependentKey)
          This method represents the setKeys() method of the NSObject Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsopenpanel
 

Methods in com.jniwrapper.macosx.cocoa.nsopenpanel with parameters of type NSArray
 com.jniwrapper.Int NSOpenPanel.runModalForDirectory_file_types(java.lang.String path, java.lang.String name, NSArray fileTypes)
          This method represents the runModalForDirectory() method of the NSOpenPanel Objective-C class.
 void NSOpenPanel.beginSheetForDirectory_file_types_modalForWindow_modalDelegate_didEndSelector_contextInfo(java.lang.String path, java.lang.String name, NSArray fileTypes, NSWindow docWindow, Id delegate, Sel didEndSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the beginSheetForDirectory() method of the NSOpenPanel Objective-C class.
 void NSOpenPanel.beginForDirectory_file_types_modelessDelegate_didEndSelector_contextInfo(java.lang.String path, java.lang.String name, NSArray fileTypes, Id delegate, Sel didEndSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the beginForDirectory() method of the NSOpenPanel Objective-C class.
 com.jniwrapper.Int NSOpenPanel.runModalForTypes(NSArray fileTypes)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsparagraphstyle
 

Methods in com.jniwrapper.macosx.cocoa.nsparagraphstyle with parameters of type NSArray
 void NSMutableParagraphStyle.setTabStops(NSArray array)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nspasteboard
 

Methods in com.jniwrapper.macosx.cocoa.nspasteboard with parameters of type NSArray
 com.jniwrapper.Int NSPasteboard.addTypes_owner(NSArray newTypes, Id newOwner)
          This method represents the addTypes() method of the NSPasteboard Objective-C class.
 com.jniwrapper.Int NSPasteboard.declareTypes_owner(NSArray newTypes, Id newOwner)
          This method represents the declareTypes() method of the NSPasteboard Objective-C class.
 com.jniwrapper.Pointer.Void NSPasteboard.availableTypeFromArray(NSArray types)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nspopupbutton
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbutton with parameters of type NSArray
 void NSPopUpButton.addItemsWithTitles(NSArray itemTitles)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nspopupbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbuttoncell with parameters of type NSArray
 void NSPopUpButtonCell.addItemsWithTitles(NSArray itemTitles)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsportcoder
 

Methods in com.jniwrapper.macosx.cocoa.nsportcoder with parameters of type NSArray
 Id NSPortCoder.initWithReceivePort_sendPort_components(NSPort rcvPort, NSPort sndPort, NSArray comps)
          This method represents the initWithReceivePort() method of the NSPortCoder Objective-C class.
static void NSPortCoder.static_portCoderWithReceivePort_sendPort_components(NSPort rcvPort, NSPort sndPort, NSArray comps)
          This method represents the portCoderWithReceivePort() method of the NSPortCoder Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsportmessage
 

Methods in com.jniwrapper.macosx.cocoa.nsportmessage with parameters of type NSArray
 Id NSPortMessage.initWithSendPort_receivePort_components(NSPort sendPort, NSPort replyPort, NSArray components)
          This method represents the initWithSendPort() method of the NSPortMessage Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsresponder
 

Methods in com.jniwrapper.macosx.cocoa.nsresponder with parameters of type NSArray
 void NSResponder.interpretKeyEvents(NSArray eventArray)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsrulerview
 

Methods in com.jniwrapper.macosx.cocoa.nsrulerview with parameters of type NSArray
 void NSRulerView.setMarkers(NSArray markers)
           
static void NSRulerView.static_registerUnitWithName_abbreviation_unitToPointsConversionFactor_stepUpCycle_stepDownCycle(java.lang.String unitName, java.lang.String abbreviation, com.jniwrapper.SingleFloat conversionFactor, NSArray stepUpCycle, NSArray stepDownCycle)
          This method represents the registerUnitWithName() method of the NSRulerView Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsrunloop
 

Methods in com.jniwrapper.macosx.cocoa.nsrunloop with parameters of type NSArray
 void NSRunLoop.performSelector_target_argument_order_modes(Sel aSelector, Id target, Id arg, com.jniwrapper.UInt16 order, NSArray modes)
          This method represents the performSelector() method of the NSRunLoop Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nssavepanel
 

Methods in com.jniwrapper.macosx.cocoa.nssavepanel with parameters of type NSArray
 void NSSavePanel.setAllowedFileTypes(NSArray types)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsscriptwhosetests
 

Methods in com.jniwrapper.macosx.cocoa.nsscriptwhosetests with parameters of type NSArray
 Id NSLogicalTest.initOrTestWithTests(NSArray subTests)
           
 Id NSLogicalTest.initAndTestWithTests(NSArray subTests)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nssearchfield
 

Methods in com.jniwrapper.macosx.cocoa.nssearchfield with parameters of type NSArray
 void NSSearchField.setRecentSearches(NSArray searches)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nssearchfieldcell
 

Methods in com.jniwrapper.macosx.cocoa.nssearchfieldcell with parameters of type NSArray
 void NSSearchFieldCell.setRecentSearches(NSArray searches)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsset
 

Methods in com.jniwrapper.macosx.cocoa.nsset with parameters of type NSArray
static NSSet NSSet.NSSet_setWithArray(NSArray array)
          This method represents the setWithArray static constructor of the NSSet Objective-C class.
 Id NSSet.initWithArray(NSArray array)
           
 void NSMutableSet.addObjectsFromArray(NSArray array)
           
 Id NSCountedSet.initWithArray(NSArray array)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsspeechrecognizer
 

Methods in com.jniwrapper.macosx.cocoa.nsspeechrecognizer with parameters of type NSArray
 void NSSpeechRecognizer.setCommands(NSArray commands)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsspellchecker
 

Methods in com.jniwrapper.macosx.cocoa.nsspellchecker with parameters of type NSArray
 void NSSpellChecker.setIgnoredWords_inSpellDocumentWithTag(NSArray words, com.jniwrapper.Int tag)
          This method represents the setIgnoredWords() method of the NSSpellChecker Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsstring
 

Methods in com.jniwrapper.macosx.cocoa.nsstring with parameters of type NSArray
 com.jniwrapper.UInt16 NSString.completePathIntoString_caseSensitive_matchesIntoArray_filterTypes(java.lang.String outputName, boolean flag, NSArray outputArray, NSArray filterTypes)
          This method represents the completePathIntoString() method of the NSString Objective-C class.
 com.jniwrapper.Pointer.Void NSString.stringsByAppendingPaths(NSArray paths)
           
static com.jniwrapper.Pointer.Void NSString.static_pathWithComponents(NSArray components)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nstableview
 

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSArray
 com.jniwrapper.Pointer.Void NSTableView.dragImageForRows_event_dragImageOffset(NSArray dragRows, NSEvent dragEvent, NSPointPointer dragImageOffset)
          This method represents the dragImageForRows() method of the NSTableView Objective-C class.
 void NSTableView.setSortDescriptors(NSArray array)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nstask
 

Methods in com.jniwrapper.macosx.cocoa.nstask with parameters of type NSArray
static com.jniwrapper.Pointer.Void NSTask.static_launchedTaskWithLaunchPath_arguments(java.lang.String path, NSArray arguments)
          This method represents the launchedTaskWithLaunchPath() method of the NSTask Objective-C class.
 void NSTask.setArguments(NSArray arguments)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nstextstorage
 

Methods in com.jniwrapper.macosx.cocoa.nstextstorage with parameters of type NSArray
 void NSTextStorage.setCharacters(NSArray characters)
           
 void NSTextStorage.setAttributeRuns(NSArray attributeRuns)
           
 void NSTextStorage.setWords(NSArray words)
           
 void NSTextStorage.setParagraphs(NSArray paragraphs)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nstextview
 

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSArray
 com.jniwrapper.Bool NSTextView.writeSelectionToPasteboard_types(NSPasteboard pboard, NSArray types)
          This method represents the writeSelectionToPasteboard() method of the NSTextView Objective-C class.
 com.jniwrapper.Pointer.Void NSTextView.preferredPasteboardTypeFromArray_restrictedToTypesFromArray(NSArray availableTypes, NSArray allowedTypes)
          This method represents the preferredPasteboardTypeFromArray() method of the NSTextView Objective-C class.
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsundomanager
 

Methods in com.jniwrapper.macosx.cocoa.nsundomanager with parameters of type NSArray
 void NSUndoManager.setRunLoopModes(NSArray runLoopModes)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsview
 

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSArray
 com.jniwrapper.Bool NSView.dragPromisedFilesOfTypes_fromRect_source_slideBack_event(NSArray typeArray, NSRect rect, Id sourceObject, boolean aFlag, NSEvent event)
          This method represents the dragPromisedFilesOfTypes() method of the NSView Objective-C class.
 void NSView.registerForDraggedTypes(NSArray newTypes)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSArray
 void NSWindow.registerForDraggedTypes(NSArray newTypes)
           
 

Uses of NSArray in com.jniwrapper.macosx.cocoa.nsworkspace
 

Methods in com.jniwrapper.macosx.cocoa.nsworkspace with parameters of type NSArray
 com.jniwrapper.Bool NSWorkspace.openURLs_withAppBundleIdentifier_options_additionalEventParamDescriptor_launchIdentifiers(NSArray urls, java.lang.String bundleIdentifier, NSWorkspaceLaunchOptions options, NSAppleEventDescriptor descriptor, NSArray identifiers)
          This method represents the openURLs() method of the NSWorkspace Objective-C class.
 com.jniwrapper.Bool NSWorkspace.performFileOperation_source_destination_files_tag(java.lang.String operation, java.lang.String source, java.lang.String destination, NSArray files, com.jniwrapper.Int tag)
          This method represents the performFileOperation() method of the NSWorkspace Objective-C class.
 com.jniwrapper.Pointer.Void NSWorkspace.iconForFiles(NSArray fullPaths)