Uses of Class
org.rococoa.cocoa.foundation.NSValue

Packages that use NSValue
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSValue in org.rococoa.cocoa.foundation
 

Subclasses of NSValue in org.rococoa.cocoa.foundation
 class NSDecimalNumber
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSNumber
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

Methods in org.rococoa.cocoa.foundation that return NSValue
static NSValue NSValue.alloc()
           
abstract  NSValue NSValue._class_.alloc()
           
static NSValue NSValue.new_()
           
abstract  NSValue NSValue._class_.new_()
           
 

Uses of NSValue in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories that return NSValue
 NSValue NSValueCreation.initWithBytes_objCType(Pointer value, Pointer type)
          Deprecated. use the safer methods NSValueCreation.initWithBytes_objCType(com.sun.jna.Pointer, java.lang.String) and NSValueCreation.initWithBytes_objCType(com.sun.jna.Pointer, com.sun.jna.Pointer) instead
 NSValue NSValueCreation.initWithBytes_objCType(Pointer value, String type)
          Original signature : -(id)initWithBytes:(const void*) objCType:(const char*)
from NSValueCreation native declaration : NSValue.h:19
 NSValue NSValueCreation._static_.value_withObjCType(Pointer value, Pointer type)
          Deprecated. use the safer methods NSValueCreation._static_.value_withObjCType(com.sun.jna.Pointer, java.lang.String) and NSValueCreation._static_.value_withObjCType(com.sun.jna.Pointer, com.sun.jna.Pointer) instead
 NSValue NSValueCreation._static_.value_withObjCType(Pointer value, String type)
          Original signature : +(NSValue*)value:(const void*) withObjCType:(const char*)
from NSValueCreation native declaration : NSValue.h:21
 NSValue NSValueCreation._static_.valueWithBytes_objCType(Pointer value, Pointer type)
          Deprecated. use the safer methods NSValueCreation._static_.valueWithBytes_objCType(com.sun.jna.Pointer, java.lang.String) and NSValueCreation._static_.valueWithBytes_objCType(com.sun.jna.Pointer, com.sun.jna.Pointer) instead
 NSValue NSValueCreation._static_.valueWithBytes_objCType(Pointer value, String type)
          Original signature : +(NSValue*)valueWithBytes:(const void*) objCType:(const char*)
from NSValueCreation native declaration : NSValue.h:20
 NSValue NSValueExtensionMethods._static_.valueWithNonretainedObject(ObjCObject anObject)
          Original signature : +(NSValue*)valueWithNonretainedObject:(id)
from NSValueExtensionMethods native declaration : NSValue.h:27
 NSValue NSValueGeometryExtensions._static_.valueWithPoint(NSPoint.ByValue point)
          Original signature : +(NSValue*)valueWithPoint:(NSPoint)
from NSValueGeometryExtensions native declaration : NSGeometry.h:196
 NSValue NSValueExtensionMethods._static_.valueWithPointer(Pointer pointer)
          Original signature : +(NSValue*)valueWithPointer:(const void*)
from NSValueExtensionMethods native declaration : NSValue.h:30
 NSValue NSValueRangeExtensions._static_.valueWithRange(NSRange.ByValue range)
          Original signature : +(NSValue*)valueWithRange:(NSRange)
from NSValueRangeExtensions native declaration : NSRange.h:44
 NSValue NSValueGeometryExtensions._static_.valueWithRect(NSRect.ByValue rect)
          Original signature : +(NSValue*)valueWithRect:(NSRect)
from NSValueGeometryExtensions native declaration : NSGeometry.h:198
 NSValue NSValueGeometryExtensions._static_.valueWithSize(NSSize.ByValue size)
          Original signature : +(NSValue*)valueWithSize:(NSSize)
from NSValueGeometryExtensions native declaration : NSGeometry.h:197
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSValue
 boolean NSValueExtensionMethods.isEqualToValue(NSValue value)
          Original signature : -(BOOL)isEqualToValue:(NSValue*)
from NSValueExtensionMethods native declaration : NSValue.h:33
 



Copyright © 2009. All Rights Reserved.