Uses of Class
com.jniwrapper.macosx.cocoa.nswindowcontroller.NSWindowController

Packages that use NSWindowController
com.jniwrapper.macosx.cocoa.nsdocument   
com.jniwrapper.macosx.cocoa.nswindow   
 

Uses of NSWindowController in com.jniwrapper.macosx.cocoa.nsdocument
 

Methods in com.jniwrapper.macosx.cocoa.nsdocument with parameters of type NSWindowController
 void NSDocument.removeWindowController(NSWindowController windowController)
           
 void NSDocument.addWindowController(NSWindowController windowController)
           
 void NSDocument.shouldCloseWindowController_delegate_shouldCloseSelector_contextInfo(NSWindowController windowController, Id delegate, Sel callback, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the shouldCloseWindowController() method of the NSDocument Objective-C class.
 void NSDocument.windowControllerDidLoadNib(NSWindowController windowController)
           
 com.jniwrapper.Bool NSDocument.shouldCloseWindowController(NSWindowController windowController)
           
 void NSDocument.windowControllerWillLoadNib(NSWindowController windowController)
           
 

Uses of NSWindowController in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSWindowController
 void NSWindow.setWindowController(NSWindowController windowController)