|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NSMutableDictionary | |
|---|---|
| org.rococoa.cocoa.appkit | |
| org.rococoa.cocoa.foundation | |
| org.rococoa.cocoa.foundation.categories | |
| Uses of NSMutableDictionary in org.rococoa.cocoa.appkit |
|---|
| Methods in org.rococoa.cocoa.appkit that return NSMutableDictionary | |
|---|---|
abstract NSMutableDictionary |
NSPrintInfo.dictionary()
Return a dictionary that contains attribute entries. |
abstract NSMutableDictionary |
NSPrintInfo.printSettings()
The print info's print settings. |
| Uses of NSMutableDictionary in org.rococoa.cocoa.foundation |
|---|
| Methods in org.rococoa.cocoa.foundation that return NSMutableDictionary | |
|---|---|
static NSMutableDictionary |
NSMutableDictionary.alloc()
|
abstract NSMutableDictionary |
NSMutableDictionary._class_.alloc()
|
static NSMutableDictionary |
NSMutableDictionary.new_()
|
abstract NSMutableDictionary |
NSMutableDictionary._class_.new_()
|
abstract NSMutableDictionary |
NSThread.threadDictionary()
Original signature : -(NSMutableDictionary*)threadDictionarynative declaration : NSThread.h:23 |
| Methods in org.rococoa.cocoa.foundation with parameters of type NSMutableDictionary | |
|---|---|
abstract NSObject |
NSExpression.expressionValueWithObject_context(ObjCObject object,
NSMutableDictionary context)
evaluate the expression using the object and bindings- note that context is mutable here and can be used by expressions to store temporary state for one predicate evaluation Original signature : -(id)expressionValueWithObject:(id) context:(NSMutableDictionary*)native declaration : NSExpression.h:123 |
| Uses of NSMutableDictionary in org.rococoa.cocoa.foundation.categories |
|---|
| Methods in org.rococoa.cocoa.foundation.categories that return NSMutableDictionary | |
|---|---|
NSMutableDictionary |
NSMutableDictionaryCreation._static_.dictionaryWithCapacity(NSUInteger numItems)
Original signature : +(id)dictionaryWithCapacity:(NSUInteger)from NSMutableDictionaryCreation native declaration : NSDictionary.h:94 |
NSMutableDictionary |
NSMutableDictionaryCreation.initWithCapacity(NSUInteger numItems)
Original signature : -(id)initWithCapacity:(NSUInteger)from NSMutableDictionaryCreation native declaration : NSDictionary.h:95 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||