|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSMutableArray | |
---|---|
org.rococoa.cocoa.appkit | |
org.rococoa.cocoa.foundation | |
org.rococoa.cocoa.foundation.categories |
Uses of NSMutableArray in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSMutableArray | |
---|---|
abstract NSMutableArray |
NSTreeNode.mutableChildNodes()
returns a mutable proxy - parentNode of inserted/removed child nodes is automatically updated Original signature : -(NSMutableArray*)mutableChildNodes native declaration : NSTreeNode.h:38 |
Uses of NSMutableArray in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return NSMutableArray | |
---|---|
static NSMutableArray |
NSMutableArray.alloc()
|
abstract NSMutableArray |
NSMutableArray._class_.alloc()
|
static NSMutableArray |
NSMutableArray.new_()
|
abstract NSMutableArray |
NSMutableArray._class_.new_()
|
Methods in org.rococoa.cocoa.foundation with parameters of type NSMutableArray | |
---|---|
abstract boolean |
NSPort.sendBeforeDate_components_from_reserved(NSDate limitDate,
NSMutableArray components,
NSPort receivePort,
NSUInteger headerSpaceReserved)
Original signature : -(BOOL)sendBeforeDate:(NSDate*) components:(NSMutableArray*) from:(NSPort*) reserved:(NSUInteger) native declaration : NSPort.h:43 |
abstract boolean |
NSPort.sendBeforeDate_msgid_components_from_reserved(NSDate limitDate,
NSUInteger msgID,
NSMutableArray components,
NSPort receivePort,
NSUInteger headerSpaceReserved)
Original signature : -(BOOL)sendBeforeDate:(NSDate*) msgid:(NSUInteger) components:(NSMutableArray*) from:(NSPort*) reserved:(NSUInteger) native declaration : NSPort.h:44 |
Uses of NSMutableArray in org.rococoa.cocoa.foundation.categories |
---|
Methods in org.rococoa.cocoa.foundation.categories that return NSMutableArray | |
---|---|
NSMutableArray |
NSMutableArrayCreation._static_.arrayWithCapacity(NSUInteger numItems)
Original signature : +(id)arrayWithCapacity:(NSUInteger) from NSMutableArrayCreation native declaration : NSArray.h:154 |
NSMutableArray |
NSMutableArrayCreation.initWithCapacity(NSUInteger numItems)
Original signature : -(id)initWithCapacity:(NSUInteger) from NSMutableArrayCreation native declaration : NSArray.h:155 |
NSMutableArray |
NSKeyValueCoding.mutableArrayValueForKey(NSString key)
Given a key that identifies an _ordered_ to-many relationship, return a mutable array that provides read-write access to the related objects. |
NSMutableArray |
NSKeyValueCoding.mutableArrayValueForKeyPath(NSString keyPath)
Original signature : -(NSMutableArray*)mutableArrayValueForKeyPath:(NSString*) from NSKeyValueCoding native declaration : NSKeyValueCoding.h:108 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |