|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSObject | |
---|---|
org.bridj.objc | BridJ Objective-C runtime (MacOS X only, not working properly yet). |
Uses of NSObject in org.bridj.objc |
---|
Subclasses of NSObject in org.bridj.objc | |
---|---|
class |
NSAutoreleasePool
|
class |
NSDictionary
|
class |
NSInvocation
|
class |
NSMethodSignature
|
class |
NSNumber
|
class |
NSString
|
Methods in org.bridj.objc that return types with arguments of type NSObject | |
---|---|
Pointer<NSObject> |
NSDictionary.objectForKey(Pointer<NSObject> key)
|
Map<String,NSObject> |
NSDictionary.toMap()
|
Pointer<NSObject> |
NSDictionary.valueForKey(Pointer<NSString> key)
|
Method parameters in org.bridj.objc with type arguments of type NSObject | |
---|---|
static Pointer<NSDictionary> |
NSDictionary.dictionaryWithObjects_forKeys_count(Pointer<Pointer<NSObject>> objects,
Pointer<Pointer<NSObject>> keys,
int count)
|
static Pointer<NSDictionary> |
NSDictionary.dictionaryWithObjects_forKeys_count(Pointer<Pointer<NSObject>> objects,
Pointer<Pointer<NSObject>> keys,
int count)
|
void |
NSDictionary.getObjects_andKeys(Pointer<Pointer<NSObject>> objects,
Pointer<Pointer<NSObject>> keys)
|
void |
NSDictionary.getObjects_andKeys(Pointer<Pointer<NSObject>> objects,
Pointer<Pointer<NSObject>> keys)
|
Pointer<NSObject> |
NSDictionary.objectForKey(Pointer<NSObject> key)
|
static Pointer<NSDictionary> |
NSDictionary.pointerToNSDictionary(Map<String,NSObject> map)
|
static NSDictionary |
NSDictionary.valueOf(Map<String,NSObject> map)
|
Constructor parameters in org.bridj.objc with type arguments of type NSObject | |
---|---|
NSObject(Pointer<? extends NSObject> peer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |