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

Packages that use NSWindowController
org.rococoa.cocoa.appkit   
 

Uses of NSWindowController in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSWindowController
static NSWindowController NSWindowController.alloc()
           
abstract  NSWindowController NSWindowController._class_.alloc()
           
static NSWindowController NSWindowController.createWithWindow(NSWindow window)
          Factory method
static NSWindowController NSWindowController.createWithWindowNibName_owner(NSString windowNibName, ObjCObject owner)
          Factory method
static NSWindowController NSWindowController.createWithWindowNibName(NSString windowNibName)
          Factory method
static NSWindowController NSWindowController.createWithWindowNibPath_owner(NSString windowNibPath, ObjCObject owner)
          Factory method
abstract  NSWindowController NSWindowController.initWithWindow(NSWindow window)
          Original signature : -(id)initWithWindow:(NSWindow*)
native declaration : NSWindowController.h:32
abstract  NSWindowController NSWindowController.initWithWindowNibName_owner(NSString windowNibName, ObjCObject owner)
          Original signature : -(id)initWithWindowNibName:(NSString*) owner:(id)
native declaration : NSWindowController.h:36
abstract  NSWindowController NSWindowController.initWithWindowNibName(NSString windowNibName)
          self is the owner
Original signature : -(id)initWithWindowNibName:(NSString*)
native declaration : NSWindowController.h:35
abstract  NSWindowController NSWindowController.initWithWindowNibPath_owner(NSString windowNibPath, ObjCObject owner)
          Original signature : -(id)initWithWindowNibPath:(NSString*) owner:(id)
native declaration : NSWindowController.h:37
static NSWindowController NSWindowController.new_()
           
abstract  NSWindowController NSWindowController._class_.new_()
           
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSWindowController
abstract  void NSDocument.addWindowController(NSWindowController windowController)
          Add or remove a window controller from this document's list of attached window controllers, and set the document of the passed-in window controller.
abstract  void NSDocument.removeWindowController(NSWindowController windowController)
          Original signature : -(void)removeWindowController:(NSWindowController*)
native declaration : NSDocument.h:464
abstract  void NSWindow.setWindowController(NSWindowController windowController)
          Original signature : -(void)setWindowController:(NSWindowController*)
native declaration : NSWindow.h:569
abstract  void NSDocument.shouldCloseWindowController_delegate_shouldCloseSelector_contextInfo(NSWindowController windowController, ObjCObject delegate, Selector shouldCloseSelector, Pointer contextInfo)
          If the window controller is one whose closing results in the document being closed too, or there is only one window controller attached to the document, do the exact same thing that -canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo: would do.
abstract  void NSDocument.windowControllerDidLoadNib(NSWindowController windowController)
          Original signature : -(void)windowControllerDidLoadNib:(NSWindowController*)
native declaration : NSDocument.h:455
abstract  void NSDocument.windowControllerWillLoadNib(NSWindowController windowController)
          Be notified that a window controller will or did load a nib with this document as the nib file's owner.
 



Copyright © 2009. All Rights Reserved.