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

Packages that use NSPortMessage
org.rococoa.cocoa.foundation   
 

Uses of NSPortMessage in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSPortMessage
static NSPortMessage NSPortMessage.alloc()
           
abstract  NSPortMessage NSPortMessage._class_.alloc()
           
static NSPortMessage NSPortMessage.createWithSendPort_receivePort_components(NSPort sendPort, NSPort replyPort, NSArray components)
          Factory method
abstract  NSPortMessage NSPortMessage.initWithSendPort_receivePort_components(NSPort sendPort, NSPort replyPort, NSArray components)
          Original signature : -(id)initWithSendPort:(NSPort*) receivePort:(NSPort*) components:(NSArray*)
native declaration : NSPortMessage.h:20
static NSPortMessage NSPortMessage.new_()
           
abstract  NSPortMessage NSPortMessage._class_.new_()
           
 



Copyright © 2009. All Rights Reserved.