|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSArray | |
---|---|
org.rococoa.cocoa.appkit | |
org.rococoa.cocoa.appkit.categories | |
org.rococoa.cocoa.appkit.protocols | |
org.rococoa.cocoa.foundation | |
org.rococoa.cocoa.foundation.categories |
Uses of NSArray in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSArray | |
---|---|
abstract NSArray |
NSPrintPanel.accessoryControllers()
Original signature : -(NSArray*)accessoryControllers native declaration : NSPrintPanel.h:110 |
abstract NSArray |
NSPageLayout.accessoryControllers()
Original signature : -(NSArray*)accessoryControllers native declaration : NSPageLayout.h:39 |
abstract NSArray |
NSSavePanel.allowedFileTypes()
NSSavePanel: An array of NSStrings specifying the file types the user can save the file as. |
abstract NSArray |
NSTextFieldCell.allowedInputSourceLocales()
Returns an array of locale identifiers representing keyboard input sources allowed to be enabled when the receiver has the keyboard focus. |
abstract NSArray |
NSPathCell.allowedTypes()
Specifies the allowed types when the cell isEditable. |
abstract NSArray |
NSArrayController.arrangeObjects(NSArray objects)
returns objects to be arranged in the user interface for the content object array objects - method can be overridden to use a different kind of sort mechanism or to filter the display objects Original signature : -(NSArray*)arrangeObjects:(NSArray*) native declaration : NSArrayController.h:70 |
abstract NSArray |
NSArrayController.automaticRearrangementKeyPaths()
computes the array of key paths that trigger automatic rearranging from the sort descriptors and filter predicates; subclasses may override this method to customize the default behavior (for example if additional arrangement criteria are used in custom implementations of -rearrangeObjects) Original signature : -(NSArray*)automaticRearrangementKeyPaths native declaration : NSArrayController.h:53 |
abstract NSArray |
NSFontManager.availableFontFamilies()
Original signature : -(NSArray*)availableFontFamilies native declaration : NSFontManager.h:102 |
abstract NSArray |
NSFontManager.availableFontNamesMatchingFontDescriptor(NSFontDescriptor descriptor)
Original signature : -(NSArray*)availableFontNamesMatchingFontDescriptor:(NSFontDescriptor*) native declaration : NSFontManager.h:126 |
abstract NSArray |
NSFontManager.availableFonts()
Three methods for supporting app font management. |
abstract NSArray |
NSFontManager.availableMembersOfFontFamily(NSString fam)
Original signature : -(NSArray*)availableMembersOfFontFamily:(NSString*) native declaration : NSFontManager.h:103 |
static NSArray |
NSSpeechSynthesizer.availableVoices()
Original signature : +(NSArray*)availableVoices native declaration : NSSpeechSynthesizer.h:86 |
abstract NSArray |
NSSpeechSynthesizer._class_.availableVoices()
Original signature : +(NSArray*)availableVoices native declaration : NSSpeechSynthesizer.h:86 |
abstract NSArray |
NSCollectionView.backgroundColors()
Original signature : -(NSArray*)backgroundColors native declaration : NSCollectionView.h:120 |
abstract NSArray |
NSAlert.buttons()
get the buttons, where the rightmost button is at index 0. |
abstract NSArray |
NSMatrix.cells()
Original signature : -(NSArray*)cells native declaration : NSMatrix.h:129 |
abstract NSArray |
NSSound.channelMapping()
Get the channel mapping for the sound. |
abstract NSArray |
NSTreeNode.childNodes()
traversal Original signature : -(NSArray*)childNodes native declaration : NSTreeNode.h:37 |
abstract NSArray |
NSWindow.childWindows()
Original signature : -(NSArray*)childWindows native declaration : NSWindow.h:582 |
abstract NSArray |
NSFontManager.collectionNames()
Original signature : -(NSArray*)collectionNames native declaration : NSFontManager.h:128 |
abstract NSArray |
NSSpeechRecognizer.commands()
Original signature : -(NSArray*)commands native declaration : NSSpeechRecognizer.h:30 |
abstract NSArray |
NSPredicateEditorRowTemplate.compoundTypes()
Original signature : -(NSArray*)compoundTypes native declaration : NSPredicateEditorRowTemplate.h:74 |
abstract NSArray |
NSCollectionView.content()
Original signature : -(NSArray*)content native declaration : NSCollectionView.h:97 |
static NSArray |
NSColor.controlAlternatingRowBackgroundColors()
Standard colors for alternating colored rows in tables and lists (for instance, light blue/white; don't assume just two colors) Original signature : +(NSArray*)controlAlternatingRowBackgroundColors native declaration : NSColor.h:140 |
abstract NSArray |
NSColor._class_.controlAlternatingRowBackgroundColors()
Standard colors for alternating colored rows in tables and lists (for instance, light blue/white; don't assume just two colors) Original signature : +(NSArray*)controlAlternatingRowBackgroundColors native declaration : NSColor.h:140 |
abstract NSArray |
NSRuleEditor.criteriaForRow(NSInteger row)
Clients call this to obtain all of the currently chosen items for the given row. |
abstract NSArray |
NSPredicateEditorRowTemplate.displayableSubpredicatesOfPredicate(NSPredicate predicate)
for a given predicate, returns the subpredicates that should be made subrows. |
abstract NSArray |
NSRuleEditor.displayValuesForRow(NSInteger row)
Clients call this to obtain all of the chosen values (strings, views, or menu items) for row. |
abstract NSArray |
NSDocumentController.documentClassNames()
Return the names of NSDocument subclasses supported by this application. |
abstract NSArray |
NSDocumentController.documents()
Return an array of all open documents. |
abstract NSArray |
NSDictionaryController.excludedKeys()
Original signature : -(NSArray*)excludedKeys native declaration : NSDictionaryController.h:64 |
abstract NSArray |
NSWorkspace.fileLabelColors()
Get the corresponding array of file label colors. |
abstract NSArray |
NSWorkspace.fileLabels()
Get the array of file labels as NSStrings. |
abstract NSArray |
NSFontManager.fontDescriptorsInCollection(NSString collectionNames)
Original signature : -(NSArray*)fontDescriptorsInCollection:(NSString*) native declaration : NSFontManager.h:129 |
static NSArray |
NSImageRep.imageFileTypes()
These expand the unfiltered lists returned by imageUnfilteredFileTypes and imageUnfilteredPasteboardTypes. |
abstract NSArray |
NSImageRep._class_.imageFileTypes()
These expand the unfiltered lists returned by imageUnfilteredFileTypes and imageUnfilteredPasteboardTypes. |
static NSArray |
NSImage.imageFileTypes()
Original signature : +(NSArray*)imageFileTypes native declaration : NSImage.h:138 |
abstract NSArray |
NSImage._class_.imageFileTypes()
Original signature : +(NSArray*)imageFileTypes native declaration : NSImage.h:138 |
static NSArray |
NSImageRep.imagePasteboardTypes()
Original signature : +(NSArray*)imagePasteboardTypes native declaration : NSImageRep.h:93 |
abstract NSArray |
NSImageRep._class_.imagePasteboardTypes()
Original signature : +(NSArray*)imagePasteboardTypes native declaration : NSImageRep.h:93 |
static NSArray |
NSImage.imagePasteboardTypes()
Original signature : +(NSArray*)imagePasteboardTypes native declaration : NSImage.h:139 |
abstract NSArray |
NSImage._class_.imagePasteboardTypes()
Original signature : +(NSArray*)imagePasteboardTypes native declaration : NSImage.h:139 |
static NSArray |
NSImageRep.imageRepsWithContentsOfFile(NSString filename)
Convenience methods: Checks to see if the provided file or pasteboard types can be understood by a registered imagerep class after filtering; if so, calls imageRepsWithData: or imageRepWithData:. |
abstract NSArray |
NSImageRep._class_.imageRepsWithContentsOfFile(NSString filename)
Convenience methods: Checks to see if the provided file or pasteboard types can be understood by a registered imagerep class after filtering; if so, calls imageRepsWithData: or imageRepWithData:. |
static NSArray |
NSImageRep.imageRepsWithContentsOfURL(NSURL url)
Original signature : +(NSArray*)imageRepsWithContentsOfURL:(NSURL*) native declaration : NSImageRep.h:115 |
abstract NSArray |
NSImageRep._class_.imageRepsWithContentsOfURL(NSURL url)
Original signature : +(NSArray*)imageRepsWithContentsOfURL:(NSURL*) native declaration : NSImageRep.h:115 |
static NSArray |
NSBitmapImageRep.imageRepsWithData(NSData data)
some file formats can contain multiple images Original signature : +(NSArray*)imageRepsWithData:(NSData*) native declaration : NSBitmapImageRep.h:110 |
abstract NSArray |
NSBitmapImageRep._class_.imageRepsWithData(NSData data)
some file formats can contain multiple images Original signature : +(NSArray*)imageRepsWithData:(NSData*) native declaration : NSBitmapImageRep.h:110 |
static NSArray |
NSImageRep.imageRepsWithPasteboard(NSPasteboard pasteboard)
Original signature : +(NSArray*)imageRepsWithPasteboard:(NSPasteboard*) native declaration : NSImageRep.h:117 |
abstract NSArray |
NSImageRep._class_.imageRepsWithPasteboard(NSPasteboard pasteboard)
Original signature : +(NSArray*)imageRepsWithPasteboard:(NSPasteboard*) native declaration : NSImageRep.h:117 |
static NSArray |
NSImageRep.imageTypes()
This expands the unfiltered list returned by imageUnfilteredTypes. |
abstract NSArray |
NSImageRep._class_.imageTypes()
This expands the unfiltered list returned by imageUnfilteredTypes. |
static NSArray |
NSImage.imageTypes()
Original signature : +(NSArray*)imageTypes native declaration : NSImage.h:142 |
abstract NSArray |
NSImage._class_.imageTypes()
Original signature : +(NSArray*)imageTypes native declaration : NSImage.h:142 |
static NSArray |
NSImageRep.imageUnfilteredFileTypes()
Implemented by subclassers to indicate what data types they can deal with. |
abstract NSArray |
NSImageRep._class_.imageUnfilteredFileTypes()
Implemented by subclassers to indicate what data types they can deal with. |
static NSArray |
NSImage.imageUnfilteredFileTypes()
These return union of all the types registered with NSImageRep. |
abstract NSArray |
NSImage._class_.imageUnfilteredFileTypes()
These return union of all the types registered with NSImageRep. |
static NSArray |
NSImageRep.imageUnfilteredPasteboardTypes()
Original signature : +(NSArray*)imageUnfilteredPasteboardTypes native declaration : NSImageRep.h:88 |
abstract NSArray |
NSImageRep._class_.imageUnfilteredPasteboardTypes()
Original signature : +(NSArray*)imageUnfilteredPasteboardTypes native declaration : NSImageRep.h:88 |
static NSArray |
NSImage.imageUnfilteredPasteboardTypes()
Original signature : +(NSArray*)imageUnfilteredPasteboardTypes native declaration : NSImage.h:137 |
abstract NSArray |
NSImage._class_.imageUnfilteredPasteboardTypes()
Original signature : +(NSArray*)imageUnfilteredPasteboardTypes native declaration : NSImage.h:137 |
static NSArray |
NSImageRep.imageUnfilteredTypes()
Implemented by subclassers to indicate what UTI-identified data types they can deal with. |
abstract NSArray |
NSImageRep._class_.imageUnfilteredTypes()
Implemented by subclassers to indicate what UTI-identified data types they can deal with. |
static NSArray |
NSImage.imageUnfilteredTypes()
Original signature : +(NSArray*)imageUnfilteredTypes native declaration : NSImage.h:143 |
abstract NSArray |
NSImage._class_.imageUnfilteredTypes()
Original signature : +(NSArray*)imageUnfilteredTypes native declaration : NSImage.h:143 |
abstract NSArray |
NSDictionaryController.includedKeys()
Original signature : -(NSArray*)includedKeys native declaration : NSDictionaryController.h:62 |
abstract NSArray |
NSPopUpButtonCell.itemArray()
Accessing the items Original signature : -(NSArray*)itemArray native declaration : NSPopUpButtonCell.h:81 |
abstract NSArray |
NSPopUpButton.itemArray()
Accessing the items Original signature : -(NSArray*)itemArray native declaration : NSPopUpButton.h:55 |
abstract NSArray |
NSMenu.itemArray()
Returns an array containing the receiver's menu items. |
abstract NSArray |
NSToolbar.items()
Original signature : -(NSArray*)items native declaration : NSToolbar.h:127 |
abstract NSArray |
NSPopUpButtonCell.itemTitles()
Original signature : -(NSArray*)itemTitles native declaration : NSPopUpButtonCell.h:111 |
abstract NSArray |
NSPopUpButton.itemTitles()
Original signature : -(NSArray*)itemTitles native declaration : NSPopUpButton.h:84 |
abstract NSArray |
NSWorkspace.launchedApplications()
Gets an array of NSDictionaries with the above keys. |
abstract NSArray |
NSPredicateEditorRowTemplate.leftExpressions()
returns the various values set in the initializers, or zero/nil if they do not apply Original signature : -(NSArray*)leftExpressions native declaration : NSPredicateEditorRowTemplate.h:68 |
abstract NSArray |
NSRulerView.markers()
Original signature : -(NSArray*)markers native declaration : NSRulerView.h:108 |
abstract NSArray |
NSFontDescriptor.matchingFontDescriptorsWithMandatoryKeys(NSSet mandatoryKeys)
Returns "normalized" font descriptors matching the receiver. mandatoryKeys is an NSSet instance containing keys that are required to be identical in order to be matched. mandatoryKeys can be nil. |
abstract NSArray |
NSWorkspace.mountedLocalVolumePaths()
Get the mount paths of all local volumes, that is, volumes that are backed by a physical device and are not a network mount. |
abstract NSArray |
NSWorkspace.mountedRemovableMedia()
Get the mount paths of all volumes backed by removable media, such as DVDs. |
static NSArray |
NSMovie.movieUnfilteredFileTypes()
Original signature : +(NSArray*)movieUnfilteredFileTypes native declaration : NSMovie.h:44 |
abstract NSArray |
NSMovie._class_.movieUnfilteredFileTypes()
Original signature : +(NSArray*)movieUnfilteredFileTypes native declaration : NSMovie.h:44 |
static NSArray |
NSMovie.movieUnfilteredPasteboardTypes()
Original signature : +(NSArray*)movieUnfilteredPasteboardTypes native declaration : NSMovie.h:45 |
abstract NSArray |
NSMovie._class_.movieUnfilteredPasteboardTypes()
Original signature : +(NSArray*)movieUnfilteredPasteboardTypes native declaration : NSMovie.h:45 |
NSArray |
AppKitLibrary.NSAccessibilityUnignoredChildren(NSArray originalChildren)
Original signature : NSArray* NSAccessibilityUnignoredChildren(NSArray*) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:99 |
NSArray |
AppKitLibrary.NSAccessibilityUnignoredChildrenForOnlyChild(ObjCObject originalChild)
Original signature : NSArray* NSAccessibilityUnignoredChildrenForOnlyChild(id) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:100 |
abstract NSArray |
NSComboBoxCell.objectValues()
Original signature : -(NSArray*)objectValues native declaration : NSComboBoxCell.h:85 |
abstract NSArray |
NSComboBox.objectValues()
Original signature : -(NSArray*)objectValues native declaration : NSComboBox.h:72 |
abstract NSArray |
NSPredicateEditorRowTemplate.operators()
Original signature : -(NSArray*)operators native declaration : NSPredicateEditorRowTemplate.h:72 |
abstract NSArray |
NSPasteboard.pasteboardItems()
Returns all pasteboard items. |
abstract NSArray |
NSPathControl.pathComponentCells()
Original signature : -(NSArray*)pathComponentCells native declaration : NSPathControl.h:51 |
abstract NSArray |
NSPathCell.pathComponentCells()
The array of NSPathComponentCells currently being displayed. |
static NSArray |
NSPrinter.printerNames()
Return an array of strings that contain the human-readable names of all available printers. |
abstract NSArray |
NSPrinter._class_.printerNames()
Return an array of strings that contain the human-readable names of all available printers. |
static NSArray |
NSPrinter.printerTypes()
Return an array of strings that contain the human-readable descriptions of the makes and models of all available printers. |
abstract NSArray |
NSPrinter._class_.printerTypes()
Return an array of strings that contain the human-readable descriptions of the makes and models of all available printers. |
abstract NSArray |
NSAnimation.progressMarks()
Original signature : -(NSArray*)progressMarks native declaration : NSAnimation.h:96 |
static NSArray |
NSDocument.readableTypes()
Return the names of the types for which this class can be instantiated for the application to play the Editor or Viewer role. |
abstract NSArray |
NSDocument._class_.readableTypes()
Return the names of the types for which this class can be instantiated for the application to play the Editor or Viewer role. |
abstract NSArray |
NSPasteboard.readObjectsForClasses_options(NSArray classArray,
NSDictionary options)
Classes in the provided array must implement the NSPasteboardReading protocol. |
abstract NSArray |
NSDocumentController.recentDocumentURLs()
Return an array of URLs for the entries currently appearing in the Open Recent menu. |
abstract NSArray |
NSSearchFieldCell.recentSearches()
Original signature : -(NSArray*)recentSearches native declaration : NSSearchFieldCell.h:86 |
abstract NSArray |
NSSearchField.recentSearches()
Original signature : -(NSArray*)recentSearches native declaration : NSSearchField.h:22 |
static NSArray |
NSImageRep.registeredImageRepClasses()
Original signature : +(NSArray*)registeredImageRepClasses native declaration : NSImageRep.h:73 |
abstract NSArray |
NSImageRep._class_.registeredImageRepClasses()
Original signature : +(NSArray*)registeredImageRepClasses native declaration : NSImageRep.h:73 |
abstract NSArray |
NSImage.representations()
Original signature : -(NSArray*)representations native declaration : NSImage.h:118 |
abstract NSArray |
NSPredicateEditorRowTemplate.rightExpressions()
Original signature : -(NSArray*)rightExpressions native declaration : NSPredicateEditorRowTemplate.h:69 |
abstract NSArray |
NSPredicateEditor.rowTemplates()
Returns the row templates for this NSPredicateEditor. |
abstract NSArray |
NSAnimation.runLoopModesForAnimating()
Original signature : -(NSArray*)runLoopModesForAnimating native declaration : NSAnimation.h:108 |
static NSArray |
NSScreen.screens()
All screens; first one is "zero" screen Original signature : +(NSArray*)screens native declaration : NSScreen.h:26 |
abstract NSArray |
NSScreen._class_.screens()
All screens; first one is "zero" screen Original signature : +(NSArray*)screens native declaration : NSScreen.h:26 |
abstract NSArray |
NSMatrix.selectedCells()
Original signature : -(NSArray*)selectedCells native declaration : NSMatrix.h:133 |
abstract NSArray |
NSBrowser.selectedCells()
For the item based browser, selectedCells returns a copy of all prepared cells in the selected row in the selected column Original signature : -(NSArray*)selectedCells native declaration : NSBrowser.h:228 |
abstract NSArray |
NSTreeController.selectedNodes()
Original signature : -(NSArray*)selectedNodes native declaration : NSTreeController.h:102 |
abstract NSArray |
NSTreeController.selectedObjects()
All selection modification methods returning a BOOL indicate through that flag whether changing the selection was successful (changing the selection might trigger a commitEditing call which fails and thus deny's the selection change). |
abstract NSArray |
NSObjectController.selectedObjects()
array of all objects to be affected by editing (if controller supports a selection mechanisms, the selected objects, otherwise all content objects) - in the concrete case of NSObjectController, returns an array with the content object Original signature : -(NSArray*)selectedObjects native declaration : NSObjectController.h:45 |
abstract NSArray |
NSArrayController.selectedObjects()
Original signature : -(NSArray*)selectedObjects native declaration : NSArrayController.h:97 |
abstract NSArray |
NSTreeController.selectionIndexPaths()
Original signature : -(NSArray*)selectionIndexPaths native declaration : NSTreeController.h:95 |
abstract NSArray |
NSBrowser.selectionIndexPaths()
Returns the index paths of all items selected in the browser. |
abstract NSArray |
NSTreeController.sortDescriptors()
Original signature : -(NSArray*)sortDescriptors native declaration : NSTreeController.h:60 |
abstract NSArray |
NSArrayController.sortDescriptors()
Original signature : -(NSArray*)sortDescriptors native declaration : NSArrayController.h:58 |
static NSArray |
NSSound.soundUnfilteredTypes()
Original signature : +(NSArray*)soundUnfilteredTypes native declaration : NSSound.h:54 |
abstract NSArray |
NSSound._class_.soundUnfilteredTypes()
Original signature : +(NSArray*)soundUnfilteredTypes native declaration : NSSound.h:54 |
abstract NSArray |
NSPrinter.stringListForKey_inTable(NSString key,
NSString table)
Original signature : -(NSArray*)stringListForKey:(NSString*) inTable:(NSString*) native declaration : NSPrinter.h:83 |
abstract NSArray |
NSToolbarItemGroup.subitems()
Original signature : -(NSArray*)subitems native declaration : NSToolbarItemGroup.h:30 |
abstract NSArray |
NSView.subviews()
Original signature : -(NSArray*)subviews native declaration : NSView.h:155 |
abstract NSArray |
NSParagraphStyle.tabStops()
Distance from margin to tab stops Original signature : -(NSArray*)tabStops native declaration : NSParagraphStyle.h:119 |
abstract NSArray |
NSTabView.tabViewItems()
Original signature : -(NSArray*)tabViewItems native declaration : NSTabView.h:93 |
static NSArray |
NSPredicateEditorRowTemplate.templatesWithAttributeKeyPaths_inEntityDescription(NSArray keyPaths,
Pointer entityDescription)
CoreData convenience method: creates an array of templates of the popup-popup-view variety from the given key paths. |
abstract NSArray |
NSPredicateEditorRowTemplate._class_.templatesWithAttributeKeyPaths_inEntityDescription(NSArray keyPaths,
Pointer entityDescription)
CoreData convenience method: creates an array of templates of the popup-popup-view variety from the given key paths. |
abstract NSArray |
NSPredicateEditorRowTemplate.templateViews()
returns the list of views that are placed in the row. |
abstract NSArray |
NSParagraphStyle.textBlocks()
Array to specify the text blocks containing the paragraph, nested from outermost to innermost. |
abstract NSArray |
NSTypesetter.textContainers()
Original signature : -(NSArray*)textContainers native declaration : NSTypesetter.h:114 |
abstract NSArray |
NSLayoutManager.textContainers()
Original signature : -(NSArray*)textContainers native declaration : NSLayoutManager.h:218 |
abstract NSArray |
NSParagraphStyle.textLists()
Array to specify the text lists containing the paragraph, nested from outermost to innermost. |
abstract NSArray |
NSPasteboardItem.types()
Returns an array of UTI strings of the data types supported by the receiver. |
abstract NSArray |
NSPasteboard.types()
These methods provide information about the types available from the entire pasteboard. |
abstract NSArray |
NSOpenPanel.URLs()
Original signature : -(NSArray*)URLs native declaration : NSOpenPanel.h:24 |
abstract NSArray |
NSDocumentController.URLsFromRunningOpenPanel()
Present an application-modal open panel to the user and, if the user selects one or more files and indicates that they are to be opened, return an array of those files' URLs. |
abstract NSArray |
NSToolbar.visibleItems()
Original signature : -(NSArray*)visibleItems native declaration : NSToolbar.h:130 |
abstract NSArray |
NSDocument.windowControllers()
Return an array of all window controllers that have been added to this document with -addWindowController: but not yet removed with -removeWindowController:. |
static NSArray |
NSWindow.windowNumbersWithOptions(NSUInteger options)
windowNumbersWithOptions: returns an autoreleased array of NSNumbers containing windowNumbers for all visible windows satisfying options. |
abstract NSArray |
NSWindow._class_.windowNumbersWithOptions(NSUInteger options)
windowNumbersWithOptions: returns an autoreleased array of NSNumbers containing windowNumbers for all visible windows satisfying options. |
static NSArray |
NSDocument.writableTypes()
Return the names of the types which this class can save. |
abstract NSArray |
NSDocument._class_.writableTypes()
Return the names of the types which this class can save. |
abstract NSArray |
NSDocument.writableTypesForSaveOperation(int saveOperation)
Return the names of the types to which this document can be saved for a kind of save operation. |
Methods in org.rococoa.cocoa.appkit with parameters of type NSArray | |
---|---|
abstract void |
NSWorkspace.activateFileViewerSelectingURLs(NSArray fileURLs)
Activate the Finder, and open one or more windows selecting the files at the given fileURLs. |
abstract void |
NSMatrix.addColumnWithCells(NSArray newCells)
Original signature : -(void)addColumnWithCells:(NSArray*) native declaration : NSMatrix.h:173 |
abstract void |
NSFontManager.addFontDescriptors_toCollection(NSArray descriptors,
NSString collectionName)
Original signature : -(void)addFontDescriptors:(NSArray*) toCollection:(NSString*) native declaration : NSFontManager.h:133 |
abstract void |
NSComboBoxCell.addItemsWithObjectValues(NSArray objects)
Original signature : -(void)addItemsWithObjectValues:(NSArray*) native declaration : NSComboBoxCell.h:76 |
abstract void |
NSComboBox.addItemsWithObjectValues(NSArray objects)
Original signature : -(void)addItemsWithObjectValues:(NSArray*) native declaration : NSComboBox.h:63 |
abstract void |
NSPopUpButtonCell.addItemsWithTitles(NSArray itemTitles)
Original signature : -(void)addItemsWithTitles:(NSArray*) native declaration : NSPopUpButtonCell.h:72 |
abstract void |
NSPopUpButton.addItemsWithTitles(NSArray itemTitles)
Original signature : -(void)addItemsWithTitles:(NSArray*) native declaration : NSPopUpButton.h:46 |
abstract void |
NSArrayController.addObjects(NSArray objects)
Original signature : -(void)addObjects:(NSArray*) native declaration : NSArrayController.h:111 |
abstract void |
NSImage.addRepresentations(NSArray imageReps)
Original signature : -(void)addRepresentations:(NSArray*) native declaration : NSImage.h:119 |
abstract void |
NSMatrix.addRowWithCells(NSArray newCells)
Original signature : -(void)addRowWithCells:(NSArray*) native declaration : NSMatrix.h:168 |
abstract boolean |
NSArrayController.addSelectedObjects(NSArray objects)
Original signature : -(BOOL)addSelectedObjects:(NSArray*) native declaration : NSArrayController.h:98 |
abstract boolean |
NSTreeController.addSelectionIndexPaths(NSArray indexPaths)
Original signature : -(BOOL)addSelectionIndexPaths:(NSArray*) native declaration : NSTreeController.h:98 |
abstract NSInteger |
NSPasteboard.addTypes_owner(NSArray newTypes,
ObjCObject newOwner)
This method adds promises for the specified types to the first pasteboard item. |
abstract NSArray |
NSArrayController.arrangeObjects(NSArray objects)
returns objects to be arranged in the user interface for the content object array objects - method can be overridden to use a different kind of sort mechanism or to filter the display objects Original signature : -(NSArray*)arrangeObjects:(NSArray*) native declaration : NSArrayController.h:70 |
abstract NSString |
NSPasteboardItem.availableTypeFromArray(NSArray types)
Given an array of types, will return the first type contained in the pasteboard item, according to the sender's ordering of types. |
abstract NSString |
NSPasteboard.availableTypeFromArray(NSArray types)
Original signature : -(NSString*)availableTypeFromArray:(NSArray*) native declaration : NSPasteboard.h:127 |
abstract boolean |
NSPasteboard.canReadItemWithDataConformingToTypes(NSArray types)
Method to validate whether the pasteboard contains at least one item that conforms to the specified UTIs. |
abstract boolean |
NSPasteboard.canReadObjectForClasses_options(NSArray classArray,
NSDictionary options)
Method to validate whether at least one instance of any of the provided classes can be created with data on the pasteboard. |
static NSGradient |
NSGradient.createWithColors_atLocations_colorSpace(NSArray colorArray,
org.rococoa.cocoa.CGFloat[] locations,
NSColorSpace colorSpace)
Factory method |
static NSGradient |
NSGradient.createWithColors_atLocations_colorSpace(NSArray colorArray,
CGFloatByReference locations,
NSColorSpace colorSpace)
Deprecated. |
static NSGradient |
NSGradient.createWithColors(NSArray colorArray)
Factory method |
static NSPredicateEditorRowTemplate |
NSPredicateEditorRowTemplate.createWithCompoundTypes(NSArray compoundTypes)
Factory method |
abstract NSInteger |
NSPasteboard.declareTypes_owner(NSArray newTypes,
ObjCObject newOwner)
This method is the equivalent of calling -clearContents, implicitly writing the first pasteboard item, and then calling -addTypes:owner: to promise types for the first pasteboard item. |
abstract NSImage |
NSWorkspace.iconForFiles(NSArray fullPaths)
Returns the icon for a group of files at the given paths. |
abstract NSGradient |
NSGradient.initWithColors_atLocations_colorSpace(NSArray colorArray,
org.rococoa.cocoa.CGFloat[] locations,
NSColorSpace colorSpace)
Initializes a gradient by pairing the colors provided in the color array with the locations provided in the locations array. |
abstract NSGradient |
NSGradient.initWithColors_atLocations_colorSpace(NSArray colorArray,
CGFloatByReference locations,
NSColorSpace colorSpace)
Deprecated. use the safer methods NSGradient.initWithColors_atLocations_colorSpace(org.rococoa.cocoa.foundation.NSArray, org.rococoa.cocoa.CGFloat[], org.rococoa.cocoa.appkit.NSColorSpace) and NSGradient.initWithColors_atLocations_colorSpace(org.rococoa.cocoa.foundation.NSArray, com.ochafik.lang.jnaerator.runtime.CGFloatByReference, org.rococoa.cocoa.appkit.NSColorSpace) instead |
abstract NSGradient |
NSGradient.initWithColors(NSArray colorArray)
Initializes a gradient with the first color in the array at 0.0, the last color in the array at 1.0, and intervening colors at equal intervals in between. |
abstract NSPredicateEditorRowTemplate |
NSPredicateEditorRowTemplate.initWithCompoundTypes(NSArray compoundTypes)
creates a template suitable for displaying compound predicates. |
abstract void |
NSMatrix.insertColumn_withCells(NSInteger column,
NSArray newCells)
Original signature : -(void)insertColumn:(NSInteger) withCells:(NSArray*) native declaration : NSMatrix.h:175 |
abstract void |
NSArrayController.insertObjects_atArrangedObjectIndexes(NSArray objects,
NSIndexSet indexes)
Original signature : -(void)insertObjects:(NSArray*) atArrangedObjectIndexes:(NSIndexSet*) native declaration : NSArrayController.h:113 |
abstract void |
NSTreeController.insertObjects_atArrangedObjectIndexPaths(NSArray objects,
NSArray indexPaths)
Original signature : -(void)insertObjects:(NSArray*) atArrangedObjectIndexPaths:(NSArray*) native declaration : NSTreeController.h:76 |
abstract void |
NSMatrix.insertRow_withCells(NSInteger row,
NSArray newCells)
Original signature : -(void)insertRow:(NSInteger) withCells:(NSArray*) native declaration : NSMatrix.h:170 |
abstract void |
NSResponder.interpretKeyEvents(NSArray eventArray)
Original signature : -(void)interpretKeyEvents:(NSArray*) native declaration : NSResponder.h:77 |
abstract void |
NSTreeController.moveNodes_toIndexPath(NSArray nodes,
NSIndexPath startingIndexPath)
Original signature : -(void)moveNodes:(NSArray*) toIndexPath:(NSIndexPath*) native declaration : NSTreeController.h:105 |
NSArray |
AppKitLibrary.NSAccessibilityUnignoredChildren(NSArray originalChildren)
Original signature : NSArray* NSAccessibilityUnignoredChildren(NSArray*) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:99 |
abstract boolean |
NSWorkspace.openURLs_withAppBundleIdentifier_options_additionalEventParamDescriptor_launchIdentifiers(NSArray urls,
NSString bundleIdentifier,
int options,
NSAppleEventDescriptor descriptor,
PointerByReference identifiers)
Original signature : -(BOOL)openURLs:(NSArray*) withAppBundleIdentifier:(NSString*) options:(NSWorkspaceLaunchOptions) additionalEventParamDescriptor:(NSAppleEventDescriptor*) launchIdentifiers:(NSArray**) native declaration : NSWorkspace.h:184 |
abstract boolean |
NSWorkspace.performFileOperation_source_destination_files_tag(NSString operation,
NSString source,
NSString destination,
NSArray files,
NativeSizeByReference tag)
Performs the given file operation, blocking until complete. |
abstract NSPredicate |
NSPredicateEditorRowTemplate.predicateWithSubpredicates(NSArray subpredicates)
returns the predicate represented by the template's views' values and the given subpredicates. |
abstract NSArray |
NSPasteboard.readObjectsForClasses_options(NSArray classArray,
NSDictionary options)
Classes in the provided array must implement the NSPasteboardReading protocol. |
static void |
NSRulerView.registerUnitWithName_abbreviation_unitToPointsConversionFactor_stepUpCycle_stepDownCycle(NSString unitName,
NSString abbreviation,
org.rococoa.cocoa.CGFloat conversionFactor,
NSArray stepUpCycle,
NSArray stepDownCycle)
Original signature : +(void)registerUnitWithName:(NSString*) abbreviation:(NSString*) unitToPointsConversionFactor:(CGFloat) stepUpCycle:(NSArray*) stepDownCycle:(NSArray*) native declaration : NSRulerView.h:52 |
abstract void |
NSRulerView._class_.registerUnitWithName_abbreviation_unitToPointsConversionFactor_stepUpCycle_stepDownCycle(NSString unitName,
NSString abbreviation,
org.rococoa.cocoa.CGFloat conversionFactor,
NSArray stepUpCycle,
NSArray stepDownCycle)
Original signature : +(void)registerUnitWithName:(NSString*) abbreviation:(NSString*) unitToPointsConversionFactor:(CGFloat) stepUpCycle:(NSArray*) stepDownCycle:(NSArray*) native declaration : NSRulerView.h:52 |
abstract void |
NSArrayController.removeObjects(NSArray objects)
Original signature : -(void)removeObjects:(NSArray*) native declaration : NSArrayController.h:117 |
abstract void |
NSTreeController.removeObjectsAtArrangedObjectIndexPaths(NSArray indexPaths)
Original signature : -(void)removeObjectsAtArrangedObjectIndexPaths:(NSArray*) native declaration : NSTreeController.h:78 |
abstract boolean |
NSArrayController.removeSelectedObjects(NSArray objects)
Original signature : -(BOOL)removeSelectedObjects:(NSArray*) native declaration : NSArrayController.h:99 |
abstract boolean |
NSTreeController.removeSelectionIndexPaths(NSArray indexPaths)
Original signature : -(BOOL)removeSelectionIndexPaths:(NSArray*) native declaration : NSTreeController.h:99 |
abstract NSInteger |
NSDocumentController.runModalOpenPanel_forTypes(NSOpenPanel openPanel,
NSArray types)
Present the application-modal open panel to the user, specifying a list of UTIs (in Mac OS 10.5), file name extensions, and encoded HFS file types for openable files. |
abstract void |
NSSavePanel.setAllowedFileTypes(NSArray types)
Original signature : -(void)setAllowedFileTypes:(NSArray*) native declaration : NSSavePanel.h:106 |
abstract void |
NSTextFieldCell.setAllowedInputSourceLocales(NSArray localeIdentifiers)
Original signature : -(void)setAllowedInputSourceLocales:(NSArray*) native declaration : NSTextFieldCell.h:66 |
abstract void |
NSPathCell.setAllowedTypes(NSArray allowedTypes)
Original signature : -(void)setAllowedTypes:(NSArray*) native declaration : NSPathCell.h:88 |
abstract void |
NSCollectionView.setBackgroundColors(NSArray colors)
passing nil or an empty array resets the background colors back to the default Original signature : -(void)setBackgroundColors:(NSArray*) native declaration : NSCollectionView.h:119 |
abstract void |
NSSound.setChannelMapping(NSArray channelMapping)
Set the channel mapping for the sound. |
abstract void |
NSSpeechRecognizer.setCommands(NSArray commands)
Original signature : -(void)setCommands:(NSArray*) native declaration : NSSpeechRecognizer.h:31 |
abstract void |
NSCollectionView.setContent(NSArray content)
Original signature : -(void)setContent:(NSArray*) native declaration : NSCollectionView.h:96 |
abstract void |
NSRuleEditor.setCriteria_andDisplayValues_forRowAtIndex(NSArray criteria,
NSArray values,
NSInteger rowIndex)
Clients call this to modify the row at a given index to contain the passed-in items and values. |
abstract boolean |
NSPasteboardItem.setDataProvider_forTypes(NSPasteboardItemDataProvider dataProvider,
NSArray types)
Promises the types and registers the data provider to be messaged to provide the data for that type when requested. |
abstract void |
NSDictionaryController.setExcludedKeys(NSArray keys)
Original signature : -(void)setExcludedKeys:(NSArray*) native declaration : NSDictionaryController.h:63 |
abstract void |
NSDictionaryController.setIncludedKeys(NSArray keys)
Included keys are always represented by a key-value pair in the display array, whether present in the underlying dictionary or not. |
abstract void |
NSRulerView.setMarkers(NSArray markers)
Original signature : -(void)setMarkers:(NSArray*) native declaration : NSRulerView.h:105 |
abstract void |
NSPathControl.setPathComponentCells(NSArray cells)
Original signature : -(void)setPathComponentCells:(NSArray*) native declaration : NSPathControl.h:52 |
abstract void |
NSPathCell.setPathComponentCells(NSArray cells)
Allows you to set the NSPathComponentCells currently being displayed. |
abstract void |
NSAnimation.setProgressMarks(NSArray progressMarks)
Original signature : -(void)setProgressMarks:(NSArray*) native declaration : NSAnimation.h:97 |
abstract void |
NSSearchFieldCell.setRecentSearches(NSArray searches)
Original signature : -(void)setRecentSearches:(NSArray*) native declaration : NSSearchFieldCell.h:85 |
abstract void |
NSSearchField.setRecentSearches(NSArray searches)
Original signature : -(void)setRecentSearches:(NSArray*) native declaration : NSSearchField.h:21 |
abstract void |
NSPredicateEditor.setRowTemplates(NSArray rowTemplates)
Sets the NSPredicateEditorRowTemplates for the NSPredicateEditor. |
abstract boolean |
NSArrayController.setSelectedObjects(NSArray objects)
Original signature : -(BOOL)setSelectedObjects:(NSArray*) native declaration : NSArrayController.h:96 |
abstract boolean |
NSTreeController.setSelectionIndexPaths(NSArray indexPaths)
Original signature : -(BOOL)setSelectionIndexPaths:(NSArray*) native declaration : NSTreeController.h:94 |
abstract void |
NSBrowser.setSelectionIndexPaths(NSArray paths)
Sets the browser's selection to the specified index paths. |
abstract void |
NSTreeController.setSortDescriptors(NSArray sortDescriptors)
Original signature : -(void)setSortDescriptors:(NSArray*) native declaration : NSTreeController.h:59 |
abstract void |
NSArrayController.setSortDescriptors(NSArray sortDescriptors)
Original signature : -(void)setSortDescriptors:(NSArray*) native declaration : NSArrayController.h:57 |
abstract void |
NSToolbarItemGroup.setSubitems(NSArray subitems)
Set or get the array of subitems for the toolbar item. |
abstract void |
NSView.setSubviews(NSArray newSubviews)
Original signature : -(void)setSubviews:(NSArray*) native declaration : NSView.h:172 |
abstract void |
NSMutableParagraphStyle.setTabStops(NSArray array)
Original signature : -(void)setTabStops:(NSArray*) native declaration : NSParagraphStyle.h:167 |
abstract void |
NSMutableParagraphStyle.setTextBlocks(NSArray array)
Original signature : -(void)setTextBlocks:(NSArray*) native declaration : NSParagraphStyle.h:178 |
abstract void |
NSMutableParagraphStyle.setTextLists(NSArray array)
Original signature : -(void)setTextLists:(NSArray*) native declaration : NSParagraphStyle.h:179 |
abstract void |
NSTreeNode.sortWithSortDescriptors_recursively(NSArray sortDescriptors,
boolean recursively)
sorts the entire subtree Original signature : -(void)sortWithSortDescriptors:(NSArray*) recursively:(BOOL) native declaration : NSTreeNode.h:44 |
static NSArray |
NSPredicateEditorRowTemplate.templatesWithAttributeKeyPaths_inEntityDescription(NSArray keyPaths,
Pointer entityDescription)
CoreData convenience method: creates an array of templates of the popup-popup-view variety from the given key paths. |
abstract NSArray |
NSPredicateEditorRowTemplate._class_.templatesWithAttributeKeyPaths_inEntityDescription(NSArray keyPaths,
Pointer entityDescription)
CoreData convenience method: creates an array of templates of the popup-popup-view variety from the given key paths. |
static NSData |
NSBitmapImageRep.TIFFRepresentationOfImageRepsInArray_usingCompression_factor(NSArray array,
int comp,
float factor)
Original signature : +(NSData*)TIFFRepresentationOfImageRepsInArray:(NSArray*) usingCompression:(NSTIFFCompression) factor:(float) native declaration : NSBitmapImageRep.h:134 |
abstract NSData |
NSBitmapImageRep._class_.TIFFRepresentationOfImageRepsInArray_usingCompression_factor(NSArray array,
int comp,
float factor)
Original signature : +(NSData*)TIFFRepresentationOfImageRepsInArray:(NSArray*) usingCompression:(NSTIFFCompression) factor:(float) native declaration : NSBitmapImageRep.h:134 |
static NSData |
NSBitmapImageRep.TIFFRepresentationOfImageRepsInArray(NSArray array)
Original signature : +(NSData*)TIFFRepresentationOfImageRepsInArray:(NSArray*) native declaration : NSBitmapImageRep.h:133 |
abstract NSData |
NSBitmapImageRep._class_.TIFFRepresentationOfImageRepsInArray(NSArray array)
Original signature : +(NSData*)TIFFRepresentationOfImageRepsInArray:(NSArray*) native declaration : NSBitmapImageRep.h:133 |
abstract boolean |
NSPasteboard.writeObjects(NSArray objects)
Writes the data of an array of objects that implement the NSPasteboardWriting protocol (including NSPasteboardItem instances). |
Uses of NSArray in org.rococoa.cocoa.appkit.categories |
---|
Methods in org.rococoa.cocoa.appkit.categories that return NSArray | |
---|---|
NSArray |
NSDragging.acceptableDragTypes()
Original signature : -(NSArray*)acceptableDragTypes from NSDragging native declaration : NSTextView.h:299 |
NSArray |
NSAccessibility.accessibilityActionNames()
Acessibility action methods Original signature : -(NSArray*)accessibilityActionNames from NSAccessibility native declaration : NSAccessibility.h:37 |
NSArray |
NSAccessibility.accessibilityArrayAttributeValues_index_maxCount(NSString attribute,
NSUInteger index,
NSUInteger maxCount)
Return a subarray of values of an accessibility array attribute. |
NSArray |
NSAccessibility.accessibilityAttributeNames()
Attribute methods Original signature : -(NSArray*)accessibilityAttributeNames from NSAccessibility native declaration : NSAccessibility.h:25 |
NSArray |
NSAccessibility.accessibilityParameterizedAttributeNames()
Parameterized Attribute methods Original signature : -(NSArray*)accessibilityParameterizedAttributeNames from NSAccessibility native declaration : NSAccessibility.h:32 |
NSArray |
NSSharing.allowedInputSourceLocales()
Returns an array of locale identifiers representing keyboard input sources allowed to be enabled when the receiver has the keyboard focus. |
NSArray |
Scripting.attributeRuns()
Original signature : -(NSArray*)attributeRuns from Scripting native declaration : NSTextStorageScripting.h:13 |
NSArray |
NSFontManagerMenuActionMethods.availableFontNamesWithTraits(NSUInteger someTraits)
The following is like "availableFonts", but checks traits. |
NSArray |
Scripting.characters()
Original signature : -(NSArray*)characters from Scripting native declaration : NSTextStorageScripting.h:22 |
NSArray |
Drawers.drawers()
Original signature : -(NSArray*)drawers from Drawers native declaration : NSDrawer.h:96 |
NSArray |
NSKeyValueBindingCreation.exposedBindings()
for a new key exposed through this method, the default implementation simply falls back to key-value coding Original signature : -(NSArray*)exposedBindings from NSKeyValueBindingCreation native declaration : NSKeyValueBinding.h:30 |
NSArray |
NSDraggingSource.namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)
Original signature : -(NSArray*)namesOfPromisedFilesDroppedAtDestination:(NSURL*) from NSDraggingSource native declaration : NSDragging.h:79 |
NSArray |
NSKeyValueBindingCreation.optionDescriptionsForBinding(NSString aBinding)
Original signature : -(NSArray*)optionDescriptionsForBinding:(NSString*) from NSKeyValueBindingCreation native declaration : NSKeyValueBinding.h:54 |
NSArray |
Scripting.paragraphs()
Original signature : -(NSArray*)paragraphs from Scripting native declaration : NSTextStorageScripting.h:16 |
NSArray |
NSFontDeprecated._static_.preferredFontNames()
NSFontCascadeListAttribute offers more powerful font substitution management Original signature : +(NSArray*)preferredFontNames from NSFontDeprecated native declaration : NSFont.h:220 |
NSArray |
NSSharing.rangesForUserCharacterAttributeChange()
Original signature : -(NSArray*)rangesForUserCharacterAttributeChange from NSSharing native declaration : NSTextView.h:389 |
NSArray |
NSSharing.rangesForUserParagraphAttributeChange()
Original signature : -(NSArray*)rangesForUserParagraphAttributeChange from NSSharing native declaration : NSTextView.h:390 |
NSArray |
NSSharing.rangesForUserTextChange()
Original signature : -(NSArray*)rangesForUserTextChange from NSSharing native declaration : NSTextView.h:388 |
NSArray |
NSPasteboard.readablePasteboardTypes()
Original signature : -(NSArray*)readablePasteboardTypes from NSPasteboard native declaration : NSTextView.h:267 |
NSArray |
NSTextViewSupport.rulerMarkersForTextView_paragraphStyle_ruler(NSTextView view,
NSParagraphStyle style,
NSRulerView ruler)
Original signature : -(NSArray*)rulerMarkersForTextView:(NSTextView*) paragraphStyle:(NSParagraphStyle*) ruler:(NSRulerView*) from NSTextViewSupport native declaration : NSLayoutManager.h:539 |
NSArray |
NSSharing.selectedRanges()
Original signature : -(NSArray*)selectedRanges from NSSharing native declaration : NSTextView.h:317 |
NSArray |
NSDeprecated._static_.soundUnfilteredFileTypes()
Methods that were deprecated in Mac OS 10.5. |
NSArray |
NSDeprecated._static_.soundUnfilteredPasteboardTypes()
Original signature : +(NSArray*)soundUnfilteredPasteboardTypes from NSDeprecated native declaration : NSSound.h:120 |
NSArray |
NSDeprecatedKitAdditions._static_.textFileTypes()
Methods that were deprecated in Mac OS 10.5. |
NSArray |
NSDeprecatedKitAdditions._static_.textPasteboardTypes()
Original signature : +(NSArray*)textPasteboardTypes from NSDeprecatedKitAdditions native declaration : NSAttributedString.h:260 |
NSArray |
NSAttributedStringKitAdditions._static_.textTypes()
Methods to determine what types can be loaded as NSAttributedStrings. |
NSArray |
NSDeprecatedKitAdditions._static_.textUnfilteredFileTypes()
Original signature : +(NSArray*)textUnfilteredFileTypes from NSDeprecatedKitAdditions native declaration : NSAttributedString.h:261 |
NSArray |
NSDeprecatedKitAdditions._static_.textUnfilteredPasteboardTypes()
Original signature : +(NSArray*)textUnfilteredPasteboardTypes from NSDeprecatedKitAdditions native declaration : NSAttributedString.h:262 |
NSArray |
NSAttributedStringKitAdditions._static_.textUnfilteredTypes()
Original signature : +(NSArray*)textUnfilteredTypes from NSAttributedStringKitAdditions native declaration : NSAttributedString.h:194 |
NSArray |
FilterServices._static_.typesFilterableTo(NSString type)
Original signature : +(NSArray*)typesFilterableTo:(NSString*) from FilterServices native declaration : NSPasteboard.h:146 |
NSArray |
Scripting.words()
Original signature : -(NSArray*)words from Scripting native declaration : NSTextStorageScripting.h:19 |
NSArray |
NSPasteboard.writablePasteboardTypes()
Original signature : -(NSArray*)writablePasteboardTypes from NSPasteboard native declaration : NSTextView.h:257 |
Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSArray | |
---|---|
NSString |
NSPasteboard.preferredPasteboardTypeFromArray_restrictedToTypesFromArray(NSArray availableTypes,
NSArray allowedTypes)
Original signature : -(NSString*)preferredPasteboardTypeFromArray:(NSArray*) restrictedToTypesFromArray:(NSArray*) from NSPasteboard native declaration : NSTextView.h:270 |
void |
NSDrag.registerForDraggedTypes(NSArray newTypes)
Original signature : -(void)registerForDraggedTypes:(NSArray*) from NSDrag native declaration : NSWindow.h:652 |
NSData |
NSBitmapImageFileTypeExtensions._static_.representationOfImageRepsInArray_usingType_properties(NSArray imageReps,
int storageType,
NSDictionary properties)
Original signature : +(NSData*)representationOfImageRepsInArray:(NSArray*) usingType:(NSBitmapImageFileType) properties:(NSDictionary*) from NSBitmapImageFileTypeExtensions native declaration : NSBitmapImageRep.h:174 |
void |
NSSharing.setAllowedInputSourceLocales(NSArray localeIdentifiers)
Original signature : -(void)setAllowedInputSourceLocales:(NSArray*) from NSSharing native declaration : NSTextView.h:460 |
void |
Scripting.setAttributeRuns(NSArray attributeRuns)
Original signature : -(void)setAttributeRuns:(NSArray*) from Scripting native declaration : NSTextStorageScripting.h:14 |
void |
Scripting.setCharacters(NSArray characters)
Original signature : -(void)setCharacters:(NSArray*) from Scripting native declaration : NSTextStorageScripting.h:23 |
void |
Scripting.setParagraphs(NSArray paragraphs)
Original signature : -(void)setParagraphs:(NSArray*) from Scripting native declaration : NSTextStorageScripting.h:17 |
void |
NSFontDeprecated._static_.setPreferredFontNames(NSArray fontNameArray)
Original signature : +(void)setPreferredFontNames:(NSArray*) from NSFontDeprecated native declaration : NSFont.h:221 |
void |
NSSharing.setSelectedRanges_affinity_stillSelecting(NSArray ranges,
int affinity,
boolean stillSelectingFlag)
Original signature : -(void)setSelectedRanges:(NSArray*) affinity:(NSSelectionAffinity) stillSelecting:(BOOL) from NSSharing native declaration : NSTextView.h:318 |
void |
NSSharing.setSelectedRanges(NSArray ranges)
Original signature : -(void)setSelectedRanges:(NSArray*) from NSSharing native declaration : NSTextView.h:319 |
void |
Scripting.setWords(NSArray words)
Original signature : -(void)setWords:(NSArray*) from Scripting native declaration : NSTextStorageScripting.h:20 |
boolean |
NSSharing.shouldChangeTextInRanges_replacementStrings(NSArray affectedRanges,
NSArray replacementStrings)
These multiple-range methods supersede the corresponding single-range methods. |
boolean |
NSPasteboard.writeSelectionToPasteboard_types(NSPasteboard pboard,
NSArray types)
Original signature : -(BOOL)writeSelectionToPasteboard:(NSPasteboard*) types:(NSArray*) from NSPasteboard native declaration : NSTextView.h:263 |
Uses of NSArray in org.rococoa.cocoa.appkit.protocols |
---|
Methods in org.rococoa.cocoa.appkit.protocols that return NSArray | |
---|---|
NSArray |
NSPrintPanelAccessorizing.localizedSummaryItems()
Return the text that summarizes the settings that the user has chosen using this print panel accessory view and that should appear in the summary pane of the print panel. |
NSArray |
NSDraggingInfo.namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)
Original signature : -(NSArray*)namesOfPromisedFilesDroppedAtDestination:(NSURL*) native declaration : NSDragging.h:47 |
NSArray |
NSTextInput.validAttributesForMarkedText()
This method is the key to attribute extension. |
Uses of NSArray in org.rococoa.cocoa.foundation |
---|
Subclasses of NSArray in org.rococoa.cocoa.foundation | |
---|---|
class |
NSMutableArray
This file was autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects. |
Methods in org.rococoa.cocoa.foundation that return NSArray | |
---|---|
abstract NSArray |
NSNetService.addresses()
The addresses of the service. |
abstract NSArray |
NSHost.addresses()
unordered list of IPv6 and IPv4 addresses Original signature : -(NSArray*)addresses native declaration : NSHost.h:32 |
static NSArray |
NSBundle.allBundles()
Original signature : +(NSArray*)allBundles native declaration : NSBundle.h:35 |
abstract NSArray |
NSBundle._class_.allBundles()
Original signature : +(NSArray*)allBundles native declaration : NSBundle.h:35 |
static NSArray |
NSConnection.allConnections()
Original signature : +(NSArray*)allConnections native declaration : NSConnection.h:49 |
abstract NSArray |
NSConnection._class_.allConnections()
Original signature : +(NSArray*)allConnections native declaration : NSConnection.h:49 |
static NSArray |
NSBundle.allFrameworks()
Original signature : +(NSArray*)allFrameworks native declaration : NSBundle.h:36 |
abstract NSArray |
NSBundle._class_.allFrameworks()
Original signature : +(NSArray*)allFrameworks native declaration : NSBundle.h:36 |
abstract NSArray |
NSHashTable.allObjects()
convenience Original signature : -(NSArray*)allObjects native declaration : NSHashTable.h:52 |
static NSArray |
NSArray.alloc()
|
abstract NSArray |
NSArray._class_.alloc()
|
abstract NSArray |
NSScriptCommandDescription.argumentNames()
Return the strings valid for use as keys into argument dictionaries in instances of the described command. |
abstract NSArray |
NSTask.arguments()
Original signature : -(NSArray*)arguments native declaration : NSTask.h:48 |
abstract NSArray |
NSProcessInfo.arguments()
Original signature : -(NSArray*)arguments native declaration : NSProcessInfo.h:34 |
abstract NSArray |
NSExpression.arguments()
array of expressions which will be passed as parameters during invocation of the selector on the operand of a function expression Original signature : -(NSArray*)arguments native declaration : NSExpression.h:109 |
abstract NSArray |
NSUserDefaults.arrayForKey(NSString defaultName)
Original signature : -(NSArray*)arrayForKey:(NSString*) native declaration : NSUserDefaults.h:31 |
abstract NSArray |
NSClassDescription.attributeKeys()
Original signature : -(NSArray*)attributeKeys native declaration : NSClassDescription.h:17 |
abstract NSArray |
NSXMLElement.attributes()
|
static NSArray |
NSThread.callStackReturnAddresses()
Original signature : +(NSArray*)callStackReturnAddresses native declaration : NSThread.h:38 |
abstract NSArray |
NSThread._class_.callStackReturnAddresses()
Original signature : +(NSArray*)callStackReturnAddresses native declaration : NSThread.h:38 |
abstract NSArray |
NSException.callStackReturnAddresses()
Original signature : -(NSArray*)callStackReturnAddresses native declaration : NSException.h:53 |
static NSArray |
NSThread.callStackSymbols()
Original signature : +(NSArray*)callStackSymbols native declaration : NSThread.h:39 |
abstract NSArray |
NSThread._class_.callStackSymbols()
Original signature : +(NSArray*)callStackSymbols native declaration : NSThread.h:39 |
abstract NSArray |
NSException.callStackSymbols()
Original signature : -(NSArray*)callStackSymbols native declaration : NSException.h:54 |
abstract NSArray |
NSXMLNode.children()
|
abstract NSArray |
NSPortMessage.components()
Original signature : -(NSArray*)components native declaration : NSPortMessage.h:22 |
abstract NSArray |
NSFileManager.componentsToDisplayForPath(NSString path)
componentsToDisplayForPath: returns an NSArray of display names for the path provided. |
abstract NSArray |
NSFileManager.contentsOfDirectoryAtPath_error(NSString path,
PointerByReference error)
contentsOfDirectoryAtPath:error: returns an NSArray of NSStrings representing the filenames of the items in the directory. |
abstract NSArray |
NSFileManager.contentsOfDirectoryAtURL_includingPropertiesForKeys_options_error(NSURL url,
NSArray keys,
NSUInteger mask,
PointerByReference error)
-contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error: returns an NSArray of NSURLs identifying the the directory entries. |
abstract NSArray |
NSHTTPCookieStorage.cookies()
|
abstract NSArray |
NSHTTPCookieStorage.cookiesForURL(NSURL URL)
|
static NSArray |
NSHTTPCookie.cookiesWithResponseHeaderFields_forURL(NSDictionary headerFields,
NSURL URL)
|
abstract NSArray |
NSHTTPCookie._class_.cookiesWithResponseHeaderFields_forURL(NSDictionary headerFields,
NSURL URL)
|
abstract NSArray |
NSOperation.dependencies()
Original signature : -(NSArray*)dependencies native declaration : NSOperation.h:36 |
abstract NSArray |
NSFileManager.directoryContentsAtPath(NSString path)
Original signature : -(NSArray*)directoryContentsAtPath:(NSString*) native declaration : NSFileManager.h:165 |
abstract NSArray |
NSXMLElement.elementsForLocalName_URI(NSString localName,
NSString URI)
|
abstract NSArray |
NSXMLElement.elementsForName(NSString name)
|
abstract NSArray |
NSMetadataQuery.groupedResults()
array of NSMetadataQueryResultGroups, for first grouping attribute Original signature : -(NSArray*)groupedResults native declaration : NSMetadata.h:72 |
abstract NSArray |
NSMetadataQuery.groupingAttributes()
Original signature : -(NSArray*)groupingAttributes native declaration : NSMetadata.h:37 |
abstract NSArray |
NSBundle.localizations()
Methods for dealing with localizations. |
abstract NSArray |
NSError.localizedRecoveryOptions()
Return titles of buttons that are appropriate for displaying in an alert. |
abstract NSArray |
NSConnection.localObjects()
Original signature : -(NSArray*)localObjects native declaration : NSConnection.h:105 |
abstract NSArray |
NSFileManager.mountedVolumeURLsIncludingResourceValuesForKeys_options(NSArray propertyKeys,
NSUInteger options)
-mountedVolumeURLsIncludingResourceValuesForKeys:options: returns an NSArray of NSURLs locating the mounted volumes available on the computer. |
abstract NSArray |
NSHost.names()
unordered list Original signature : -(NSArray*)names native declaration : NSHost.h:29 |
abstract NSArray |
NSXMLElement.namespaces()
|
static NSArray |
NSArray.new_()
|
abstract NSArray |
NSArray._class_.new_()
|
abstract NSArray |
NSXMLNode.nodesForXPath_error(NSString xpath,
PointerByReference error)
|
NSArray |
FoundationLibrary.NSAllHashTableObjects(NSHashTable table)
Original signature : NSArray* NSAllHashTableObjects(NSHashTable*) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:90 |
NSArray |
FoundationLibrary.NSAllMapTableKeys(NSMapTable table)
Original signature : NSArray* NSAllMapTableKeys(NSMapTable*) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:85 |
NSArray |
FoundationLibrary.NSAllMapTableValues(NSMapTable table)
Original signature : NSArray* NSAllMapTableValues(NSMapTable*) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:86 |
NSArray |
FoundationLibrary.NSSearchPathForDirectoriesInDomains(int directory,
int domainMask,
boolean expandTilde)
Original signature : NSArray* NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory, NSSearchPathDomainMask, BOOL) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:106 |
abstract NSArray |
NSXMLNode.objectsForXQuery_constants_error(NSString xquery,
NSDictionary constants,
PointerByReference error)
|
abstract NSArray |
NSXMLNode.objectsForXQuery_error(NSString xquery,
PointerByReference error)
Original signature : -(NSArray*)objectsForXQuery:(NSString*) error:(NSError**) native declaration : NSXMLNode.h:381 |
abstract NSArray |
NSBundle.pathsForResourcesOfType_inDirectory_forLocalization(NSString ext,
NSString subpath,
NSString localizationName)
Original signature : -(NSArray*)pathsForResourcesOfType:(NSString*) inDirectory:(NSString*) forLocalization:(NSString*) native declaration : NSBundle.h:87 |
static NSArray |
NSBundle.pathsForResourcesOfType_inDirectory(NSString ext,
NSString bundlePath)
Original signature : +(NSArray*)pathsForResourcesOfType:(NSString*) inDirectory:(NSString*) native declaration : NSBundle.h:80 |
abstract NSArray |
NSBundle._class_.pathsForResourcesOfType_inDirectory(NSString ext,
NSString bundlePath)
Original signature : +(NSArray*)pathsForResourcesOfType:(NSString*) inDirectory:(NSString*) native declaration : NSBundle.h:80 |
abstract NSArray |
NSUserDefaults.persistentDomainNames()
Original signature : -(NSArray*)persistentDomainNames native declaration : NSUserDefaults.h:59 |
abstract NSArray |
NSHTTPCookie.portList()
|
abstract NSArray |
NSBundle.preferredLocalizations()
Original signature : -(NSArray*)preferredLocalizations native declaration : NSBundle.h:102 |
static NSArray |
NSBundle.preferredLocalizationsFromArray_forPreferences(NSArray localizationsArray,
NSArray preferencesArray)
Original signature : +(NSArray*)preferredLocalizationsFromArray:(NSArray*) forPreferences:(NSArray*) native declaration : NSBundle.h:106 |
abstract NSArray |
NSBundle._class_.preferredLocalizationsFromArray_forPreferences(NSArray localizationsArray,
NSArray preferencesArray)
Original signature : +(NSArray*)preferredLocalizationsFromArray:(NSArray*) forPreferences:(NSArray*) native declaration : NSBundle.h:106 |
static NSArray |
NSBundle.preferredLocalizationsFromArray(NSArray localizationsArray)
Original signature : +(NSArray*)preferredLocalizationsFromArray:(NSArray*) native declaration : NSBundle.h:105 |
abstract NSArray |
NSBundle._class_.preferredLocalizationsFromArray(NSArray localizationsArray)
Original signature : +(NSArray*)preferredLocalizationsFromArray:(NSArray*) native declaration : NSBundle.h:105 |
abstract NSArray |
NSConnection.remoteObjects()
Original signature : -(NSArray*)remoteObjects native declaration : NSConnection.h:104 |
abstract NSArray |
NSConnection.requestModes()
Original signature : -(NSArray*)requestModes native declaration : NSConnection.h:83 |
abstract NSArray |
NSMetadataQuery.results()
this is for K-V Bindings, and causes side-effects on the query Original signature : -(NSArray*)results native declaration : NSMetadata.h:66 |
abstract NSArray |
NSUndoManager.runLoopModes()
Original signature : -(NSArray*)runLoopModes native declaration : NSUndoManager.h:71 |
abstract NSArray |
NSMetadataQuery.searchScopes()
Original signature : -(NSArray*)searchScopes native declaration : NSMetadata.h:43 |
abstract NSArray |
NSMetadataQuery.sortDescriptors()
Original signature : -(NSArray*)sortDescriptors native declaration : NSMetadata.h:31 |
abstract NSArray |
NSUserDefaults.stringArrayForKey(NSString defaultName)
Original signature : -(NSArray*)stringArrayForKey:(NSString*) native declaration : NSUserDefaults.h:34 |
abstract NSArray |
NSFileManager.subpathsAtPath(NSString path)
subpathsAtPath: returns an NSArray of all contents and subpaths recursively from the provided path. |
abstract NSArray |
NSFileManager.subpathsOfDirectoryAtPath_error(NSString path,
PointerByReference error)
subpathsOfDirectoryAtPath:error: returns an NSArray of NSStrings represeting the filenames of the items in the specified directory and all its subdirectories recursively. |
abstract NSArray |
NSCompoundPredicate.subpredicates()
Original signature : -(NSArray*)subpredicates native declaration : NSCompoundPredicate.h:31 |
abstract NSArray |
NSScriptSuiteRegistry.suiteNames()
Return a list of all registered suite names. |
abstract NSArray |
NSClassDescription.toManyRelationshipKeys()
Original signature : -(NSArray*)toManyRelationshipKeys native declaration : NSClassDescription.h:19 |
abstract NSArray |
NSClassDescription.toOneRelationshipKeys()
Original signature : -(NSArray*)toOneRelationshipKeys native declaration : NSClassDescription.h:18 |
static NSArray |
NSBundle.URLsForResourcesWithExtension_subdirectory_inBundleWithURL(NSString ext,
NSString subpath,
NSURL bundleURL)
Original signature : +(NSArray*)URLsForResourcesWithExtension:(NSString*) subdirectory:(NSString*) inBundleWithURL:(NSURL*) native declaration : NSBundle.h:70 |
abstract NSArray |
NSBundle._class_.URLsForResourcesWithExtension_subdirectory_inBundleWithURL(NSString ext,
NSString subpath,
NSURL bundleURL)
Original signature : +(NSArray*)URLsForResourcesWithExtension:(NSString*) subdirectory:(NSString*) inBundleWithURL:(NSURL*) native declaration : NSBundle.h:70 |
abstract NSArray |
NSBundle.URLsForResourcesWithExtension_subdirectory_localization(NSString ext,
NSString subpath,
NSString localizationName)
Original signature : -(NSArray*)URLsForResourcesWithExtension:(NSString*) subdirectory:(NSString*) localization:(NSString*) native declaration : NSBundle.h:77 |
abstract NSArray |
NSBundle.URLsForResourcesWithExtension_subdirectory(NSString ext,
NSString subpath)
Original signature : -(NSArray*)URLsForResourcesWithExtension:(NSString*) subdirectory:(NSString*) native declaration : NSBundle.h:76 |
abstract NSArray |
NSMetadataQuery.valueListAttributes()
Original signature : -(NSArray*)valueListAttributes native declaration : NSMetadata.h:34 |
static NSArray |
NSValueTransformer.valueTransformerNames()
Original signature : +(NSArray*)valueTransformerNames native declaration : NSValueTransformer.h:25 |
abstract NSArray |
NSValueTransformer._class_.valueTransformerNames()
Original signature : +(NSArray*)valueTransformerNames native declaration : NSValueTransformer.h:25 |
abstract NSArray |
NSUserDefaults.volatileDomainNames()
Original signature : -(NSArray*)volatileDomainNames native declaration : NSUserDefaults.h:54 |
Methods in org.rococoa.cocoa.foundation with parameters of type NSArray | |
---|---|
static NSPredicate |
NSCompoundPredicate.andPredicateWithSubpredicates(NSArray subpredicates)
Convenience Methods ** Original signature : +(NSPredicate*)andPredicateWithSubpredicates:(NSArray*) native declaration : NSCompoundPredicate.h:34 |
abstract NSPredicate |
NSCompoundPredicate._class_.andPredicateWithSubpredicates(NSArray subpredicates)
Convenience Methods ** Original signature : +(NSPredicate*)andPredicateWithSubpredicates:(NSArray*) native declaration : NSCompoundPredicate.h:34 |
abstract NSData |
NSURL.bookmarkDataWithOptions_includingResourceValuesForKeys_relativeToURL_error(NSUInteger options,
NSArray keys,
NSURL relativeURL,
PointerByReference error)
Create a NSData containing a externalizable representation from a given url, which can later be resolved or interrogated for properties Original signature : -(NSData*)bookmarkDataWithOptions:(NSURLBookmarkCreationOptions) includingResourceValuesForKeys:(NSArray*) relativeToURL:(NSURL*) error:(NSError**) native declaration : NSURL.h:129 |
abstract NSArray |
NSFileManager.contentsOfDirectoryAtURL_includingPropertiesForKeys_options_error(NSURL url,
NSArray keys,
NSUInteger mask,
PointerByReference error)
-contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error: returns an NSArray of NSURLs identifying the the directory entries. |
static NSLogicalTest |
NSLogicalTest.createAndTestWithTests(NSArray subTests)
Factory method |
static NSLogicalTest |
NSLogicalTest.createOrTestWithTests(NSArray subTests)
Factory method |
static NSCountedSet |
NSCountedSet.createWithArray(NSArray array)
Factory method |
static NSPortCoder |
NSPortCoder.createWithReceivePort_sendPort_components(NSPort rcvPort,
NSPort sndPort,
NSArray comps)
Factory method |
static NSPortMessage |
NSPortMessage.createWithSendPort_receivePort_components(NSPort sendPort,
NSPort replyPort,
NSArray components)
Factory method |
static NSCompoundPredicate |
NSCompoundPredicate.createWithType_subpredicates(int type,
NSArray subpredicates)
Factory method |
static NSObject |
NSXMLNode.elementWithName_children_attributes(NSString name,
NSArray children,
NSArray attributes)
|
abstract NSObject |
NSXMLNode._class_.elementWithName_children_attributes(NSString name,
NSArray children,
NSArray attributes)
|
abstract void |
NSNotificationQueue.enqueueNotification_postingStyle_coalesceMask_forModes(NSNotification notification,
int postingStyle,
NSUInteger coalesceMask,
NSArray modes)
Original signature : -(void)enqueueNotification:(NSNotification*) postingStyle:(NSPostingStyle) coalesceMask:(NSUInteger) forModes:(NSArray*) native declaration : NSNotificationQueue.h:38 |
static NSExpression |
NSExpression.expressionForAggregate(NSArray subexpressions)
Expression that returns a collection containing the results of other expressions Original signature : +(NSExpression*)expressionForAggregate:(NSArray*) native declaration : NSExpression.h:88 |
abstract NSExpression |
NSExpression._class_.expressionForAggregate(NSArray subexpressions)
Expression that returns a collection containing the results of other expressions Original signature : +(NSExpression*)expressionForAggregate:(NSArray*) native declaration : NSExpression.h:88 |
static NSExpression |
NSExpression.expressionForFunction_arguments(NSString name,
NSArray parameters)
Expression that invokes one of the predefined functions. |
abstract NSExpression |
NSExpression._class_.expressionForFunction_arguments(NSString name,
NSArray parameters)
Expression that invokes one of the predefined functions. |
static NSExpression |
NSExpression.expressionForFunction_selectorName_arguments(NSExpression target,
NSString name,
NSArray parameters)
Expression that invokes the selector on target with parameters. |
abstract NSExpression |
NSExpression._class_.expressionForFunction_selectorName_arguments(NSExpression target,
NSString name,
NSArray parameters)
Expression that invokes the selector on target with parameters. |
abstract NSLogicalTest |
NSLogicalTest.initAndTestWithTests(NSArray subTests)
Original signature : -(id)initAndTestWithTests:(NSArray*) native declaration : NSScriptWhoseTests.h:40 |
abstract NSLogicalTest |
NSLogicalTest.initOrTestWithTests(NSArray subTests)
Original signature : -(id)initOrTestWithTests:(NSArray*) native declaration : NSScriptWhoseTests.h:41 |
abstract NSCountedSet |
NSCountedSet.initWithArray(NSArray array)
Original signature : -(id)initWithArray:(NSArray*) native declaration : NSSet.h:104 |
abstract NSPortCoder |
NSPortCoder.initWithReceivePort_sendPort_components(NSPort rcvPort,
NSPort sndPort,
NSArray comps)
Original signature : -(id)initWithReceivePort:(NSPort*) sendPort:(NSPort*) components:(NSArray*) native declaration : NSPortCoder.h:20 |
abstract NSPortMessage |
NSPortMessage.initWithSendPort_receivePort_components(NSPort sendPort,
NSPort replyPort,
NSArray components)
Original signature : -(id)initWithSendPort:(NSPort*) receivePort:(NSPort*) components:(NSArray*) native declaration : NSPortMessage.h:20 |
abstract NSCompoundPredicate |
NSCompoundPredicate.initWithType_subpredicates(int type,
NSArray subpredicates)
Original signature : -(id)initWithType:(NSCompoundPredicateType) subpredicates:(NSArray*) native declaration : NSCompoundPredicate.h:28 |
abstract void |
NSXMLElement.insertChildren_atIndex(NSArray children,
NSUInteger index)
|
abstract void |
NSXMLDTD.insertChildren_atIndex(NSArray children,
NSUInteger index)
|
abstract void |
NSXMLDocument.insertChildren_atIndex(NSArray children,
NSUInteger index)
|
abstract NSArray |
NSFileManager.mountedVolumeURLsIncludingResourceValuesForKeys_options(NSArray propertyKeys,
NSUInteger options)
-mountedVolumeURLsIncludingResourceValuesForKeys:options: returns an NSArray of NSURLs locating the mounted volumes available on the computer. |
static NSPredicate |
NSCompoundPredicate.orPredicateWithSubpredicates(NSArray subpredicates)
Original signature : +(NSPredicate*)orPredicateWithSubpredicates:(NSArray*) native declaration : NSCompoundPredicate.h:35 |
abstract NSPredicate |
NSCompoundPredicate._class_.orPredicateWithSubpredicates(NSArray subpredicates)
Original signature : +(NSPredicate*)orPredicateWithSubpredicates:(NSArray*) native declaration : NSCompoundPredicate.h:35 |
static NSPortCoder |
NSPortCoder.portCoderWithReceivePort_sendPort_components(NSPort rcvPort,
NSPort sndPort,
NSArray comps)
Transport Original signature : +(id)portCoderWithReceivePort:(NSPort*) sendPort:(NSPort*) components:(NSArray*) native declaration : NSPortCoder.h:19 |
abstract NSPortCoder |
NSPortCoder._class_.portCoderWithReceivePort_sendPort_components(NSPort rcvPort,
NSPort sndPort,
NSArray comps)
Transport Original signature : +(id)portCoderWithReceivePort:(NSPort*) sendPort:(NSPort*) components:(NSArray*) native declaration : NSPortCoder.h:19 |
static NSPredicate |
NSPredicate.predicateWithFormat_argumentArray(NSString predicateFormat,
NSArray arguments)
Parse predicateFormat and return an appropriate predicate Original signature : +(NSPredicate*)predicateWithFormat:(NSString*) argumentArray:(NSArray*) native declaration : NSPredicate.h:19 |
abstract NSPredicate |
NSPredicate._class_.predicateWithFormat_argumentArray(NSString predicateFormat,
NSArray arguments)
Parse predicateFormat and return an appropriate predicate Original signature : +(NSPredicate*)predicateWithFormat:(NSString*) argumentArray:(NSArray*) native declaration : NSPredicate.h:19 |
static NSArray |
NSBundle.preferredLocalizationsFromArray_forPreferences(NSArray localizationsArray,
NSArray preferencesArray)
Original signature : +(NSArray*)preferredLocalizationsFromArray:(NSArray*) forPreferences:(NSArray*) native declaration : NSBundle.h:106 |
abstract NSArray |
NSBundle._class_.preferredLocalizationsFromArray_forPreferences(NSArray localizationsArray,
NSArray preferencesArray)
Original signature : +(NSArray*)preferredLocalizationsFromArray:(NSArray*) forPreferences:(NSArray*) native declaration : NSBundle.h:106 |
static NSArray |
NSBundle.preferredLocalizationsFromArray(NSArray localizationsArray)
Original signature : +(NSArray*)preferredLocalizationsFromArray:(NSArray*) native declaration : NSBundle.h:105 |
abstract NSArray |
NSBundle._class_.preferredLocalizationsFromArray(NSArray localizationsArray)
Original signature : +(NSArray*)preferredLocalizationsFromArray:(NSArray*) native declaration : NSBundle.h:105 |
static NSDictionary |
NSHTTPCookie.requestHeaderFieldsWithCookies(NSArray cookies)
|
abstract NSDictionary |
NSHTTPCookie._class_.requestHeaderFieldsWithCookies(NSArray cookies)
|
abstract NSDictionary |
NSURL.resourceValuesForKeys_error(NSArray keys,
PointerByReference error)
Returns multiple resource values as a dictionary. |
static NSDictionary |
NSURL.resourceValuesForKeys_fromBookmarkData(NSArray keys,
NSData bookmarkData)
Property access. |
abstract NSDictionary |
NSURL._class_.resourceValuesForKeys_fromBookmarkData(NSArray keys,
NSData bookmarkData)
Property access. |
abstract void |
NSTask.setArguments(NSArray arguments)
Original signature : -(void)setArguments:(NSArray*) native declaration : NSTask.h:35 |
abstract void |
NSXMLElement.setAttributes(NSArray attributes)
|
abstract void |
NSXMLElement.setChildren(NSArray children)
|
abstract void |
NSXMLDTD.setChildren(NSArray children)
|
abstract void |
NSXMLDocument.setChildren(NSArray children)
|
abstract void |
NSHTTPCookieStorage.setCookies_forURL_mainDocumentURL(NSArray cookies,
NSURL URL,
NSURL mainDocumentURL)
|
abstract void |
NSMetadataQuery.setGroupingAttributes(NSArray attrs)
Original signature : -(void)setGroupingAttributes:(NSArray*) native declaration : NSMetadata.h:38 |
abstract void |
NSXMLElement.setNamespaces(NSArray namespaces)
|
abstract void |
NSUndoManager.setRunLoopModes(NSArray runLoopModes)
Original signature : -(void)setRunLoopModes:(NSArray*) native declaration : NSUndoManager.h:70 |
abstract void |
NSMetadataQuery.setSearchScopes(NSArray scopes)
Original signature : -(void)setSearchScopes:(NSArray*) native declaration : NSMetadata.h:44 |
abstract void |
NSMetadataQuery.setSortDescriptors(NSArray descriptors)
Original signature : -(void)setSortDescriptors:(NSArray*) native declaration : NSMetadata.h:32 |
abstract void |
NSMetadataQuery.setValueListAttributes(NSArray attrs)
Original signature : -(void)setValueListAttributes:(NSArray*) native declaration : NSMetadata.h:35 |
Uses of NSArray in org.rococoa.cocoa.foundation.categories |
---|
Methods in org.rococoa.cocoa.foundation.categories that return NSArray | |
---|---|
NSArray |
NSExtendedDictionary.allKeys()
Original signature : -(NSArray*)allKeys from NSExtendedDictionary native declaration : NSDictionary.h:23 |
NSArray |
NSExtendedDictionary.allKeysForObject(ObjCObject anObject)
Original signature : -(NSArray*)allKeysForObject:(id) from NSExtendedDictionary native declaration : NSDictionary.h:24 |
NSArray |
NSExtendedSet.allObjects()
Original signature : -(NSArray*)allObjects from NSExtendedSet native declaration : NSSet.h:23 |
NSArray |
NSExtendedEnumerator.allObjects()
Original signature : -(NSArray*)allObjects from NSExtendedEnumerator native declaration : NSEnumerator.h:41 |
NSArray |
NSArrayConveniences.allObjects()
Original signature : -(NSArray*)allObjects from NSArrayConveniences native declaration : NSPointerArray.h:63 |
NSArray |
NSExtendedDictionary.allValues()
Original signature : -(NSArray*)allValues from NSExtendedDictionary native declaration : NSDictionary.h:25 |
NSArray |
NSArrayCreation._static_.array()
Original signature : +(id)array from NSArrayCreation native declaration : NSArray.h:85 |
NSArray |
NSExtendedArray.arrayByAddingObject(ObjCObject anObject)
Original signature : -(NSArray*)arrayByAddingObject:(id) from NSExtendedArray native declaration : NSArray.h:24 |
NSArray |
NSExtendedArray.arrayByAddingObjectsFromArray(NSArray otherArray)
Original signature : -(NSArray*)arrayByAddingObjectsFromArray:(NSArray*) from NSExtendedArray native declaration : NSArray.h:25 |
NSArray |
NSArrayCreation._static_.arrayWithArray(NSArray array)
Original signature : +(id)arrayWithArray:(NSArray*) from NSArrayCreation native declaration : NSArray.h:89 |
NSArray |
NSArrayCreation._static_.arrayWithContentsOfFile(NSString path)
Original signature : +(id)arrayWithContentsOfFile:(NSString*) from NSArrayCreation native declaration : NSArray.h:96 |
NSArray |
NSArrayCreation._static_.arrayWithContentsOfURL(NSURL url)
Original signature : +(id)arrayWithContentsOfURL:(NSURL*) from NSArrayCreation native declaration : NSArray.h:97 |
NSArray |
NSArrayCreation._static_.arrayWithObject(ObjCObject anObject)
Original signature : +(id)arrayWithObject:(id) from NSArrayCreation native declaration : NSArray.h:86 |
NSArray |
NSArrayCreation._static_.arrayWithObjects_count(ObjCObject[] objects,
NSUInteger cnt)
Original signature : +(id)arrayWithObjects:(const id*) count:(NSUInteger) from NSArrayCreation native declaration : NSArray.h:87 |
NSArray |
NSArrayCreation._static_.arrayWithObjects_count(ObjCObject objects,
NSUInteger cnt)
Deprecated. use the safer methods NSArrayCreation._static_.arrayWithObjects_count(org.rococoa.ObjCObject[], org.rococoa.cocoa.foundation.NSUInteger) and NSArrayCreation._static_.arrayWithObjects_count(org.rococoa.ObjCObject, org.rococoa.cocoa.foundation.NSUInteger) instead |
NSArray |
NSArrayCreation._static_.arrayWithObjects(ObjCObject firstObj,
NSObject... varargs)
Original signature : +(id)arrayWithObjects:(id), ... |
NSArray |
NSClassDescriptionPrimitives.attributeKeys()
Original signature : -(NSArray*)attributeKeys from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:27 |
NSArray |
NSLocaleGeneralInfo._static_.availableLocaleIdentifiers()
Original signature : +(NSArray*)availableLocaleIdentifiers from NSLocaleGeneralInfo native declaration : NSLocale.h:41 |
NSArray |
NSClientCertificate.certificates()
|
NSArray |
NSLocaleGeneralInfo._static_.commonISOCurrencyCodes()
Original signature : +(NSArray*)commonISOCurrencyCodes from NSLocaleGeneralInfo native declaration : NSLocale.h:45 |
NSArray |
NSStringExtensionMethods.componentsSeparatedByCharactersInSet(NSCharacterSet separator)
Original signature : -(NSArray*)componentsSeparatedByCharactersInSet:(NSCharacterSet*) from NSStringExtensionMethods native declaration : NSString.h:155 |
NSArray |
NSStringExtensionMethods.componentsSeparatedByString(NSString separator)
Original signature : -(NSArray*)componentsSeparatedByString:(NSString*) from NSStringExtensionMethods native declaration : NSString.h:153 |
NSArray |
NSClientCertificateSpace.distinguishedNames()
|
NSArray |
NSPredicateSupport.filteredArrayUsingPredicate(NSPredicate predicate)
evaluate a predicate against an array of objects and return a filtered array Original signature : -(NSArray*)filteredArrayUsingPredicate:(NSPredicate*) from NSPredicateSupport native declaration : NSPredicate.h:42 |
NSArray |
NSScriptObjectSpecifiers.indicesOfObjectsByEvaluatingObjectSpecifier(NSScriptObjectSpecifier specifier)
Original signature : -(NSArray*)indicesOfObjectsByEvaluatingObjectSpecifier:(NSScriptObjectSpecifier*) from NSScriptObjectSpecifiers native declaration : NSScriptObjectSpecifiers.h:130 |
NSArray |
NSArrayCreation.initWithArray_copyItems(NSArray array,
boolean flag)
Original signature : -(id)initWithArray:(NSArray*) copyItems:(BOOL) from NSArrayCreation native declaration : NSArray.h:94 |
NSArray |
NSArrayCreation.initWithArray(NSArray array)
Original signature : -(id)initWithArray:(NSArray*) from NSArrayCreation native declaration : NSArray.h:93 |
NSArray |
NSArrayCreation.initWithContentsOfFile(NSString path)
Original signature : -(id)initWithContentsOfFile:(NSString*) from NSArrayCreation native declaration : NSArray.h:98 |
NSArray |
NSArrayCreation.initWithContentsOfURL(NSURL url)
Original signature : -(id)initWithContentsOfURL:(NSURL*) from NSArrayCreation native declaration : NSArray.h:99 |
NSArray |
NSArrayCreation.initWithObjects_count(ObjCObject[] objects,
NSUInteger cnt)
Original signature : -(id)initWithObjects:(const id*) count:(NSUInteger) from NSArrayCreation native declaration : NSArray.h:91 |
NSArray |
NSArrayCreation.initWithObjects_count(ObjCObject objects,
NSUInteger cnt)
Deprecated. use the safer methods NSArrayCreation.initWithObjects_count(org.rococoa.ObjCObject[], org.rococoa.cocoa.foundation.NSUInteger) and NSArrayCreation.initWithObjects_count(org.rococoa.ObjCObject, org.rococoa.cocoa.foundation.NSUInteger) instead |
NSArray |
NSArrayCreation.initWithObjects(ObjCObject firstObj,
NSObject... varargs)
Original signature : -(id)initWithObjects:(id), ... |
NSArray |
NSLocaleGeneralInfo._static_.ISOCountryCodes()
Original signature : +(NSArray*)ISOCountryCodes from NSLocaleGeneralInfo native declaration : NSLocale.h:43 |
NSArray |
NSLocaleGeneralInfo._static_.ISOCurrencyCodes()
Original signature : +(NSArray*)ISOCurrencyCodes from NSLocaleGeneralInfo native declaration : NSLocale.h:44 |
NSArray |
NSLocaleGeneralInfo._static_.ISOLanguageCodes()
Original signature : +(NSArray*)ISOLanguageCodes from NSLocaleGeneralInfo native declaration : NSLocale.h:42 |
NSArray |
NSExtendedDictionary.keysSortedByValueUsingSelector(Selector comparator)
Original signature : -(NSArray*)keysSortedByValueUsingSelector:(SEL) from NSExtendedDictionary native declaration : NSDictionary.h:36 |
NSArray |
NSExtendedTimeZone._static_.knownTimeZoneNames()
Original signature : +(NSArray*)knownTimeZoneNames from NSExtendedTimeZone native declaration : NSTimeZone.h:34 |
NSArray |
NSExtendedArray.objectsAtIndexes(NSIndexSet indexes)
Original signature : -(NSArray*)objectsAtIndexes:(NSIndexSet*) from NSExtendedArray native declaration : NSArray.h:52 |
NSArray |
NSExtendedDictionary.objectsForKeys_notFoundMarker(NSArray keys,
ObjCObject marker)
Original signature : -(NSArray*)objectsForKeys:(NSArray*) notFoundMarker:(id) from NSExtendedDictionary native declaration : NSDictionary.h:32 |
NSArray |
NSURLPathUtilities.pathComponents()
Original signature : -(NSArray*)pathComponents from NSURLPathUtilities native declaration : NSURL.h:187 |
NSArray |
NSStringPathExtensions.pathComponents()
Original signature : -(NSArray*)pathComponents from NSStringPathExtensions native declaration : NSPathUtilities.h:12 |
NSArray |
NSArrayPathExtensions.pathsMatchingExtensions(NSArray filterTypes)
Original signature : -(NSArray*)pathsMatchingExtensions:(NSArray*) from NSArrayPathExtensions native declaration : NSPathUtilities.h:42 |
NSArray |
NSLocaleGeneralInfo._static_.preferredLanguages()
Original signature : +(NSArray*)preferredLanguages from NSLocaleGeneralInfo native declaration : NSLocale.h:46 |
NSArray |
NSSortDescriptorSorting.sortedArrayUsingDescriptors(NSArray sortDescriptors)
returns a new array by sorting the objects of the receiver Original signature : -(NSArray*)sortedArrayUsingDescriptors:(NSArray*) from NSSortDescriptorSorting native declaration : NSSortDescriptor.h:53 |
NSArray |
NSExtendedArray.sortedArrayUsingFunction_context_hint(NSExtendedArray.sortedArrayUsingFunction_comparator_callback comparator,
Pointer context,
NSData hint)
Original signature : -(NSArray*)sortedArrayUsingFunction:(sortedArrayUsingFunction_comparator_callback) context:(void*) hint:(NSData*) from NSExtendedArray native declaration : NSArray.h:43 |
NSArray |
NSExtendedArray.sortedArrayUsingFunction_context(NSExtendedArray.sortedArrayUsingFunction_comparator_callback comparator,
Pointer context)
Original signature : -(NSArray*)sortedArrayUsingFunction:(sortedArrayUsingFunction_comparator_callback) context:(void*) from NSExtendedArray native declaration : NSArray.h:42 |
NSArray |
NSExtendedArray.sortedArrayUsingSelector(Selector comparator)
Original signature : -(NSArray*)sortedArrayUsingSelector:(SEL) from NSExtendedArray native declaration : NSArray.h:44 |
NSArray |
NSStringPathExtensions.stringsByAppendingPaths(NSArray paths)
Original signature : -(NSArray*)stringsByAppendingPaths:(NSArray*) from NSStringPathExtensions native declaration : NSPathUtilities.h:31 |
NSArray |
NSClassDescriptionPrimitives.toManyRelationshipKeys()
Original signature : -(NSArray*)toManyRelationshipKeys from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:29 |
NSArray |
NSClassDescriptionPrimitives.toOneRelationshipKeys()
Original signature : -(NSArray*)toOneRelationshipKeys from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:28 |
Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSArray | |
---|---|
void |
NSFileHandleAsynchronousAccess.acceptConnectionInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)acceptConnectionInBackgroundAndNotifyForModes:(NSArray*) from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:67 |
void |
NSExtendedMutableSet.addObjectsFromArray(NSArray array)
Original signature : -(void)addObjectsFromArray:(NSArray*) from NSExtendedMutableSet native declaration : NSSet.h:77 |
void |
NSExtendedMutableArray.addObjectsFromArray(NSArray otherArray)
Original signature : -(void)addObjectsFromArray:(NSArray*) from NSExtendedMutableArray native declaration : NSArray.h:125 |
NSArray |
NSExtendedArray.arrayByAddingObjectsFromArray(NSArray otherArray)
Original signature : -(NSArray*)arrayByAddingObjectsFromArray:(NSArray*) from NSExtendedArray native declaration : NSArray.h:25 |
NSArray |
NSArrayCreation._static_.arrayWithArray(NSArray array)
Original signature : +(id)arrayWithArray:(NSArray*) from NSArrayCreation native declaration : NSArray.h:89 |
NSUInteger |
NSStringPathExtensions.completePathIntoString_caseSensitive_matchesIntoArray_filterTypes(PointerByReference outputName,
boolean flag,
PointerByReference outputArray,
NSArray filterTypes)
Original signature : -(NSUInteger)completePathIntoString:(NSString**) caseSensitive:(BOOL) matchesIntoArray:(NSArray**) filterTypes:(NSArray*) from NSStringPathExtensions native declaration : NSPathUtilities.h:33 |
NSDictionary |
NSDictionaryCreation._static_.dictionaryWithObjects_forKeys(NSArray objects,
NSArray keys)
Original signature : +(id)dictionaryWithObjects:(NSArray*) forKeys:(NSArray*) from NSDictionaryCreation native declaration : NSDictionary.h:59 |
NSDictionary |
NSKeyValueCoding.dictionaryWithValuesForKeys(NSArray keys)
Given an array of keys, return a dictionary containing the keyed attribute values, to-one-related objects, and/or collections of to-many-related objects. |
NSURL |
NSURLPathUtilities._static_.fileURLWithPathComponents(NSArray components)
The following methods work on the path portion of a URL in the same manner that the NSPathUtilities methods on NSString do. |
NSObject |
NSExtendedArray.firstObjectCommonWithArray(NSArray otherArray)
Original signature : -(id)firstObjectCommonWithArray:(NSArray*) from NSExtendedArray native declaration : NSArray.h:31 |
NSArray |
NSArrayCreation.initWithArray_copyItems(NSArray array,
boolean flag)
Original signature : -(id)initWithArray:(NSArray*) copyItems:(BOOL) from NSArrayCreation native declaration : NSArray.h:94 |
NSSet |
NSSetCreation.initWithArray(NSArray array)
Original signature : -(id)initWithArray:(NSArray*) from NSSetCreation native declaration : NSSet.h:62 |
NSArray |
NSArrayCreation.initWithArray(NSArray array)
Original signature : -(id)initWithArray:(NSArray*) from NSArrayCreation native declaration : NSArray.h:93 |
NSDictionary |
NSDictionaryCreation.initWithObjects_forKeys(NSArray objects,
NSArray keys)
Original signature : -(id)initWithObjects:(NSArray*) forKeys:(NSArray*) from NSDictionaryCreation native declaration : NSDictionary.h:65 |
void |
NSExtendedMutableArray.insertObjects_atIndexes(NSArray objects,
NSIndexSet indexes)
Original signature : -(void)insertObjects:(NSArray*) atIndexes:(NSIndexSet*) from NSExtendedMutableArray native declaration : NSArray.h:141 |
boolean |
NSExtendedArray.isEqualToArray(NSArray otherArray)
Original signature : -(BOOL)isEqualToArray:(NSArray*) from NSExtendedArray native declaration : NSArray.h:37 |
NSTask |
NSTaskConveniences._static_.launchedTaskWithLaunchPath_arguments(NSString path,
NSArray arguments)
Original signature : +(NSTask*)launchedTaskWithLaunchPath:(NSString*) arguments:(NSArray*) from NSTaskConveniences native declaration : NSTask.h:77 |
NSArray |
NSExtendedDictionary.objectsForKeys_notFoundMarker(NSArray keys,
ObjCObject marker)
Original signature : -(NSArray*)objectsForKeys:(NSArray*) notFoundMarker:(id) from NSExtendedDictionary native declaration : NSDictionary.h:32 |
NSArray |
NSArrayPathExtensions.pathsMatchingExtensions(NSArray filterTypes)
Original signature : -(NSArray*)pathsMatchingExtensions:(NSArray*) from NSArrayPathExtensions native declaration : NSPathUtilities.h:42 |
NSString |
NSStringPathExtensions._static_.pathWithComponents(NSArray components)
Original signature : +(NSString*)pathWithComponents:(NSArray*) from NSStringPathExtensions native declaration : NSPathUtilities.h:11 |
void |
NSThreadPerformAdditions.performSelector_onThread_withObject_waitUntilDone_modes(Selector aSelector,
NSThread thr,
ObjCObject arg,
boolean wait_,
NSArray array)
Original signature : -(void)performSelector:(SEL) onThread:(NSThread*) withObject:(id) waitUntilDone:(BOOL) modes:(NSArray*) from NSThreadPerformAdditions native declaration : NSThread.h:81 |
void |
NSOrderedPerform.performSelector_target_argument_order_modes(Selector aSelector,
ObjCObject target,
ObjCObject arg,
NSUInteger order,
NSArray modes)
Original signature : -(void)performSelector:(SEL) target:(id) argument:(id) order:(NSUInteger) modes:(NSArray*) from NSOrderedPerform native declaration : NSRunLoop.h:68 |
void |
NSThreadPerformAdditions.performSelectorOnMainThread_withObject_waitUntilDone_modes(Selector aSelector,
ObjCObject arg,
boolean wait_,
NSArray array)
Original signature : -(void)performSelectorOnMainThread:(SEL) withObject:(id) waitUntilDone:(BOOL) modes:(NSArray*) from NSThreadPerformAdditions native declaration : NSThread.h:75 |
void |
NSFileHandleAsynchronousAccess.readInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)readInBackgroundAndNotifyForModes:(NSArray*) from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:61 |
void |
NSFileHandleAsynchronousAccess.readToEndOfFileInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)readToEndOfFileInBackgroundAndNotifyForModes:(NSArray*) from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:64 |
void |
NSExtendedMutableDictionary.removeObjectsForKeys(NSArray keyArray)
Original signature : -(void)removeObjectsForKeys:(NSArray*) from NSExtendedMutableDictionary native declaration : NSDictionary.h:87 |
void |
NSExtendedMutableArray.removeObjectsInArray(NSArray otherArray)
Original signature : -(void)removeObjectsInArray:(NSArray*) from NSExtendedMutableArray native declaration : NSArray.h:133 |
void |
NSExtendedMutableArray.replaceObjectsAtIndexes_withObjects(NSIndexSet indexes,
NSArray objects)
Original signature : -(void)replaceObjectsAtIndexes:(NSIndexSet*) withObjects:(NSArray*) from NSExtendedMutableArray native declaration : NSArray.h:143 |
void |
NSExtendedMutableArray.setArray(NSArray otherArray)
Original signature : -(void)setArray:(NSArray*) from NSExtendedMutableArray native declaration : NSArray.h:137 |
NSSet |
NSExtendedSet.setByAddingObjectsFromArray(NSArray other)
Original signature : -(NSSet*)setByAddingObjectsFromArray:(NSArray*) from NSExtendedSet native declaration : NSSet.h:37 |
void |
NSDeprecatedKeyValueObservingCustomization._static_.setKeys_triggerChangeNotificationsForDependentKey(NSArray keys,
NSString dependentKey)
A method that was deprecated in Mac OS 10.5, in favor of using +keyPathsForValuesAffectingValueForKey:. |
NSSet |
NSSetCreation._static_.setWithArray(NSArray array)
Original signature : +(id)setWithArray:(NSArray*) from NSSetCreation native declaration : NSSet.h:56 |
NSArray |
NSSortDescriptorSorting.sortedArrayUsingDescriptors(NSArray sortDescriptors)
returns a new array by sorting the objects of the receiver Original signature : -(NSArray*)sortedArrayUsingDescriptors:(NSArray*) from NSSortDescriptorSorting native declaration : NSSortDescriptor.h:53 |
NSArray |
NSStringPathExtensions.stringsByAppendingPaths(NSArray paths)
Original signature : -(NSArray*)stringsByAppendingPaths:(NSArray*) from NSStringPathExtensions native declaration : NSPathUtilities.h:31 |
NSDictionary |
NSDeprecatedKeyValueCoding.valuesForKeys(NSArray keys)
Original signature : -(NSDictionary*)valuesForKeys:(NSArray*) from NSDeprecatedKeyValueCoding native declaration : NSKeyValueCoding.h:190 |
void |
NSFileHandleAsynchronousAccess.waitForDataInBackgroundAndNotifyForModes(NSArray modes)
Original signature : -(void)waitForDataInBackgroundAndNotifyForModes:(NSArray*) from NSFileHandleAsynchronousAccess native declaration : NSFileHandle.h:70 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |