|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSPageLayout
public abstract class NSPageLayout
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSPageLayout._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSPageLayout()
|
Method Summary | |
---|---|
abstract NSArray |
accessoryControllers()
Original signature : -(NSArray*)accessoryControllers native declaration : NSPageLayout.h:39 |
abstract void |
addAccessoryController(NSViewController accessoryController)
Controllers for the accessory views that will be presented in the page setup panel by the methods below. |
static NSPageLayout |
alloc()
|
NSDeprecated |
as_NSPageLayout_NSDeprecated()
|
abstract void |
beginSheetWithPrintInfo_modalForWindow_delegate_didEndSelector_contextInfo(NSPrintInfo printInfo,
NSWindow docWindow,
ObjCObject delegate,
Selector didEndSelector,
Pointer contextInfo)
Present a page setup panel to the user, document-modally. |
static NSPageLayout._class_ |
getNSClass()
|
static NSPageLayout |
new_()
|
static NSPageLayout |
pageLayout()
Create a new NSPageLayout. |
abstract NSPrintInfo |
printInfo()
A simple accessor. |
abstract void |
removeAccessoryController(NSViewController accessoryController)
Original signature : -(void)removeAccessoryController:(NSViewController*) native declaration : NSPageLayout.h:38 |
abstract NSInteger |
runModal()
Original signature : -(NSInteger)runModal native declaration : NSPageLayout.h:52 |
abstract NSInteger |
runModalWithPrintInfo(NSPrintInfo printInfo)
Present a page setup panel to the user, application-modally, and return either NSOKButton or NSCancelButton. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSPageLayout()
Method Detail |
---|
public NSDeprecated as_NSPageLayout_NSDeprecated()
public static NSPageLayout pageLayout()
+(NSPageLayout*)pageLayout
public abstract void addAccessoryController(NSViewController accessoryController)
-(void)addAccessoryController:(NSViewController*)
public abstract void removeAccessoryController(NSViewController accessoryController)
-(void)removeAccessoryController:(NSViewController*)
public abstract NSArray accessoryControllers()
-(NSArray*)accessoryControllers
public abstract void beginSheetWithPrintInfo_modalForWindow_delegate_didEndSelector_contextInfo(NSPrintInfo printInfo, NSWindow docWindow, ObjCObject delegate, Selector didEndSelector, Pointer contextInfo)
-(void)beginSheetWithPrintInfo:(NSPrintInfo*) modalForWindow:(NSWindow*) delegate:(id) didEndSelector:(SEL) contextInfo:(void*)
public abstract NSInteger runModalWithPrintInfo(NSPrintInfo printInfo)
-(NSInteger)runModalWithPrintInfo:(NSPrintInfo*)
public abstract NSInteger runModal()
-(NSInteger)runModal
public abstract NSPrintInfo printInfo()
-(NSPrintInfo*)printInfo
public static NSPageLayout alloc()
public static NSPageLayout new_()
public static NSPageLayout._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |