Uses of Interface
org.rococoa.ObjCObject

Packages that use ObjCObject
org.rococoa   
org.rococoa.cocoa.foundation   
org.rococoa.internal   
 

Uses of ObjCObject in org.rococoa
 

Subinterfaces of ObjCObject in org.rococoa
 interface ObjCClass
          Marker interface that an OCObject represents a Class.
 

Methods in org.rococoa with type parameters of type ObjCObject
static
<T extends ObjCObject>
T
Rococoa.cast(ObjCObject object, Class<T> desiredType)
          Create a Java NSObject down-casting an existing NSObject to a more derived type.
static
<T extends ObjCObject>
T
Rococoa.create(String ocClassName, Class<T> javaClass)
          Create a Java NSObject representing an instance of the Objective-C class ocClassName, created with the class method +new.
static
<T extends ObjCObject>
T
Rococoa.create(String ocClassName, Class<T> javaClass, String ocMethodName, Object... args)
          Create a Java NSObject representing an instance of the Objective-C class ocClassName.
<T extends ObjCObject>
T
ObjCObjectByReference.getValueAs(Class<T> javaClass)
           
static
<T extends ObjCObject>
T
Rococoa.proxy(Object javaObject, Class<T> javaType)
           
static
<T extends ObjCObject>
T
Rococoa.wrap(ID id, Class<T> javaClass)
          Create a Java NSObject wrapping an existing Objective-C instance, represented by id.
static
<T extends ObjCObject>
T
Rococoa.wrap(ID id, Class<T> javaClass, boolean retain)
           
 

Methods in org.rococoa that return ObjCObject
static ObjCObject Rococoa.proxy(Object javaObject)
          Return a new Objective-C object that will forward messages to javaObject, for use in delegates, notifications etc.
 

Methods in org.rococoa with parameters of type ObjCObject
static
<T extends ObjCObject>
T
Rococoa.cast(ObjCObject object, Class<T> desiredType)
          Create a Java NSObject down-casting an existing NSObject to a more derived type.
 void ObjCObjectByReference.setObject(ObjCObject object)
           
 

Uses of ObjCObject in org.rococoa.cocoa.foundation
 

Subinterfaces of ObjCObject in org.rococoa.cocoa.foundation
static interface NSArray._Class
           
static interface NSData._Class
           
static interface NSDate._Class
           
static interface NSDictionary._Class
           
static interface NSError._Class
           
static interface NSMutableArray._Class
           
static interface NSMutableDictionary._Class
           
static interface NSNotification._Class
           
static interface NSNotificationCenter._Class
           
static interface NSNumber._Class
           
static interface NSString._Class
           
static interface NSURL._Class
           
static interface NSValue._Class
           
 

Classes in org.rococoa.cocoa.foundation that implement ObjCObject
 class NSArray
           
 class NSAutoreleasePool
           
 class NSData
           
 class NSDate
           
 class NSDictionary
           
 class NSError
           
 class NSImage
           
 class NSIndexSet
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
static class NSIndexSet._class_
           
 class NSInvocation
           
 class NSMethodSignature
           
 class NSMutableArray
           
 class NSMutableDictionary
           
 class NSMutableIndexSet
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
static class NSMutableIndexSet._class_
           
 class NSNotification
           
 class NSNotificationCenter
           
 class NSNumber
           
 class NSObject
           
static class NSObject._class_
           
 class NSString
           
 class NSURL
           
 class NSValue
           
 

Uses of ObjCObject in org.rococoa.internal
 

Constructor parameters in org.rococoa.internal with type arguments of type ObjCObject
ObjCObjectInvocationHandler(ID ocInstance, Class<? extends ObjCObject> javaClass, boolean retain)
           
 



Copyright © 2012. All Rights Reserved.