|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSViewController | |
---|---|
org.rococoa.cocoa.appkit |
Uses of NSViewController in org.rococoa.cocoa.appkit |
---|
Subclasses of NSViewController in org.rococoa.cocoa.appkit | |
---|---|
class |
NSCollectionViewItem
This file was autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects. |
Methods in org.rococoa.cocoa.appkit that return NSViewController | |
---|---|
static NSViewController |
NSViewController.alloc()
|
abstract NSViewController |
NSViewController._class_.alloc()
|
static NSViewController |
NSViewController.createWithNibName_bundle(NSString nibNameOrNil,
NSBundle nibBundleOrNil)
Factory method |
abstract NSViewController |
NSViewController.initWithNibName_bundle(NSString nibNameOrNil,
NSBundle nibBundleOrNil)
The designated initializer. |
static NSViewController |
NSViewController.new_()
|
abstract NSViewController |
NSViewController._class_.new_()
|
Methods in org.rococoa.cocoa.appkit with parameters of type NSViewController | |
---|---|
abstract void |
NSPrintPanel.addAccessoryController(NSViewController accessoryController)
Controllers for the accessory views that will be presented in the print panel by the methods below. |
abstract void |
NSPageLayout.addAccessoryController(NSViewController accessoryController)
Controllers for the accessory views that will be presented in the page setup panel by the methods below. |
abstract void |
NSPrintPanel.removeAccessoryController(NSViewController accessoryController)
Original signature : -(void)removeAccessoryController:(NSViewController native declaration : NSPrintPanel.h:109 |
abstract void |
NSPageLayout.removeAccessoryController(NSViewController accessoryController)
Original signature : -(void)removeAccessoryController:(NSViewController*) native declaration : NSPageLayout.h:38 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |