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

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

Uses of NSThread in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSThread
static NSThread NSThread.alloc()
           
abstract  NSThread NSThread._class_.alloc()
           
static NSThread NSThread.create()
          Factory method
static NSThread NSThread.createWithTarget_selector_object(ObjCObject target, Selector selector, ObjCObject argument)
          Factory method
static NSThread NSThread.currentThread()
          Original signature : +(NSThread*)currentThread
native declaration : NSThread.h:17
abstract  NSThread NSThread._class_.currentThread()
          Original signature : +(NSThread*)currentThread
native declaration : NSThread.h:17
abstract  NSThread NSThread.init()
          designated initializer
Original signature : -(id)init
native declaration : NSThread.h:51
abstract  NSThread NSThread.initWithTarget_selector_object(ObjCObject target, Selector selector, ObjCObject argument)
          Original signature : -(id)initWithTarget:(id) selector:(SEL) object:(id)
native declaration : NSThread.h:52
static NSThread NSThread.mainThread()
          Original signature : +(NSThread*)mainThread
native declaration : NSThread.h:49
abstract  NSThread NSThread._class_.mainThread()
          Original signature : +(NSThread*)mainThread
native declaration : NSThread.h:49
static NSThread NSThread.new_()
           
abstract  NSThread NSThread._class_.new_()
           
 

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

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSThread
 void NSThreadPerformAdditions.performSelector_onThread_withObject_waitUntilDone_modes(Selector aSelector, NSThread thr, ObjCObject arg, boolean wait_, NSArray array)
          Original signature : -(void)performSelector:(SEL) onThread:(NSThread*) withObject:(id) waitUntilDone:(BOOL) modes:(NSArray*)
from NSThreadPerformAdditions native declaration : NSThread.h:81
 void NSThreadPerformAdditions.performSelector_onThread_withObject_waitUntilDone(Selector aSelector, NSThread thr, ObjCObject arg, boolean wait_)
          Original signature : -(void)performSelector:(SEL) onThread:(NSThread*) withObject:(id) waitUntilDone:(BOOL)
from NSThreadPerformAdditions native declaration : NSThread.h:82
 



Copyright © 2009. All Rights Reserved.