|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjCObject | |
|---|---|
| org.bridj.objc | BridJ Objective-C runtime (MacOS X only, not working properly yet). |
| Uses of ObjCObject in org.bridj.objc |
|---|
| Subclasses of ObjCObject in org.bridj.objc | |
|---|---|
class |
NSAutoreleasePool
|
class |
NSCalendar
|
class |
NSDictionary
|
class |
NSInvocation
|
class |
NSMethodSignature
|
class |
NSNumber
|
class |
NSObject
|
class |
NSString
|
class |
ObjCBlock
|
class |
ObjCClass
|
class |
ObjCProxy
|
| Methods in org.bridj.objc with type parameters of type ObjCObject | ||
|---|---|---|
|
ObjCClass.alloc()
|
|
|
ObjCObject.init()
|
|
|
ObjCClass.new$()
|
|
| Methods in org.bridj.objc that return types with arguments of type ObjCObject | |
|---|---|
static Pointer<? extends ObjCObject> |
ObjCJNI.createObjCProxyPeer(ObjCProxy javaInstance)
Deprecated. |
static Pointer<? extends ObjCObject> |
ObjectiveCRuntime.getObjCClass(String name)
|
static Pointer<? extends ObjCObject> |
ObjectiveCRuntime.objc_getProtocol(Pointer<Byte> name)
|
Pointer<? extends ObjCObject> |
NSInvocation.target()
|
| Method parameters in org.bridj.objc with type arguments of type ObjCObject | |
|---|---|
static boolean |
ObjectiveCRuntime.class_addProtocol(Pointer<? extends ObjCObject> cls,
Pointer<? extends ObjCObject> protocol)
|
static boolean |
ObjectiveCRuntime.class_addProtocol(Pointer<? extends ObjCObject> cls,
Pointer<? extends ObjCObject> protocol)
|
boolean |
ObjCObject.isEqual(Pointer<? extends ObjCObject> anObject)
|
boolean |
ObjCObject.isKindOf(Pointer<? extends ObjCObject> aClassObject)
|
boolean |
ObjCObject.isMemberOf(Pointer<? extends ObjCObject> aClassObject)
|
void |
NSInvocation.setTarget(Pointer<? extends ObjCObject> target)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||