Uses of Class
com.jniwrapper.macosx.cocoa.nsprintinfo.NSPrintInfo

Packages that use NSPrintInfo
com.jniwrapper.macosx.cocoa.nsdocument   
com.jniwrapper.macosx.cocoa.nspagelayout   
com.jniwrapper.macosx.cocoa.nsprintinfo   
com.jniwrapper.macosx.cocoa.nsprintoperation   
com.jniwrapper.macosx.cocoa.nsprintpanel   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsdocument with parameters of type NSPrintInfo
 void NSDocument.runModalPageLayoutWithPrintInfo_delegate_didRunSelector_contextInfo(NSPrintInfo printInfo, Id delegate, Sel didRunSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the runModalPageLayoutWithPrintInfo() method of the NSDocument Objective-C class.
 void NSDocument.setPrintInfo(NSPrintInfo printInfo)
           
 com.jniwrapper.Bool NSDocument.shouldChangePrintInfo(NSPrintInfo newPrintInfo)
           
 com.jniwrapper.Int NSDocument.runModalPageLayoutWithPrintInfo(NSPrintInfo printInfo)
           
 

Uses of NSPrintInfo in com.jniwrapper.macosx.cocoa.nspagelayout
 

Methods in com.jniwrapper.macosx.cocoa.nspagelayout with parameters of type NSPrintInfo
 com.jniwrapper.Int NSPageLayout.runModalWithPrintInfo(NSPrintInfo pInfo)
           
 

Uses of NSPrintInfo in com.jniwrapper.macosx.cocoa.nsprintinfo
 

Methods in com.jniwrapper.macosx.cocoa.nsprintinfo with parameters of type NSPrintInfo
static void NSPrintInfo.static_setSharedPrintInfo(NSPrintInfo printInfo)
           
 

Uses of NSPrintInfo in com.jniwrapper.macosx.cocoa.nsprintoperation
 

Methods in com.jniwrapper.macosx.cocoa.nsprintoperation with parameters of type NSPrintInfo
static com.jniwrapper.Pointer.Void NSPrintOperation.static_EPSOperationWithView_insideRect_toData_printInfo(NSView aView, NSRect rect, NSMutableData data, NSPrintInfo aPrintInfo)
          This method represents the EPSOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_printOperationWithView_printInfo(NSView aView, NSPrintInfo aPrintInfo)
          This method represents the printOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_PDFOperationWithView_insideRect_toPath_printInfo(NSView aView, NSRect rect, java.lang.String path, NSPrintInfo aPrintInfo)
          This method represents the PDFOperationWithView() method of the NSPrintOperation Objective-C class.
 void NSPrintOperation.setPrintInfo(NSPrintInfo aPrintInfo)
           
static com.jniwrapper.Pointer.Void NSPrintOperation.static_EPSOperationWithView_insideRect_toPath_printInfo(NSView aView, NSRect rect, java.lang.String path, NSPrintInfo aPrintInfo)
          This method represents the EPSOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_PDFOperationWithView_insideRect_toData_printInfo(NSView aView, NSRect rect, NSMutableData data, NSPrintInfo aPrintInfo)
          This method represents the PDFOperationWithView() method of the NSPrintOperation Objective-C class.
 

Uses of NSPrintInfo in com.jniwrapper.macosx.cocoa.nsprintpanel
 

Methods in com.jniwrapper.macosx.cocoa.nsprintpanel with parameters of type NSPrintInfo
 void NSPrintPanel.beginSheetWithPrintInfo_modalForWindow_delegate_didEndSelector_contextInfo(NSPrintInfo printInfo, NSWindow docWindow, Id delegate, Sel didEndSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the beginSheetWithPrintInfo() method of the NSPrintPanel Objective-C class.