org.rococoa.cocoa.foundation
Class NSValue

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSValue
All Implemented Interfaces:
NSObject

public abstract class NSValue
extends java.lang.Object
implements NSObject


Nested Class Summary
static interface NSValue._Class
           
 
Field Summary
static NSValue._Class CLASS
           
 
Constructor Summary
NSValue()
           
 
Method Summary
abstract  void getValue(com.sun.jna.Structure p)
           
abstract  NSSize sizeValue()
           
static NSValue valueWithSize(NSSize size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Field Detail

CLASS

public static final NSValue._Class CLASS
Constructor Detail

NSValue

public NSValue()
Method Detail

valueWithSize

public static NSValue valueWithSize(NSSize size)

sizeValue

public abstract NSSize sizeValue()

getValue

public abstract void getValue(com.sun.jna.Structure p)


Copyright © 2009. All Rights Reserved.