Uses of Class
org.rococoa.cocoa.appkit.NSNib

Packages that use NSNib
org.rococoa.cocoa.appkit   
 

Uses of NSNib in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSNib
static NSNib NSNib.alloc()
           
abstract  NSNib NSNib._class_.alloc()
           
static NSNib NSNib.createWithContentsOfURL(NSURL nibFileURL)
          Factory method
static NSNib NSNib.createWithNibNamed_bundle(NSString nibName, NSBundle bundle)
          Factory method
abstract  NSNib NSNib.initWithContentsOfURL(NSURL nibFileURL)
          Original signature : -(id)initWithContentsOfURL:(NSURL*)
native declaration : NSNib.h:44
abstract  NSNib NSNib.initWithNibNamed_bundle(NSString nibName, NSBundle bundle)
          Original signature : -(id)initWithNibNamed:(NSString*) bundle:(NSBundle*)
native declaration : NSNib.h:50
static NSNib NSNib.new_()
           
abstract  NSNib NSNib._class_.new_()
           
 



Copyright © 2009. All Rights Reserved.