Uses of Class
com.jniwrapper.macosx.cocoa.nsprintoperation.NSPrintOperation

Packages that use NSPrintOperation
com.jniwrapper.macosx.cocoa.nsdocument   
com.jniwrapper.macosx.cocoa.nsprintoperation   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsdocument with parameters of type NSPrintOperation
 void NSDocument.runModalPrintOperation_delegate_didRunSelector_contextInfo(NSPrintOperation printOperation, Id delegate, Sel didRunSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the runModalPrintOperation() method of the NSDocument Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsprintoperation with parameters of type NSPrintOperation
static void NSPrintOperation.static_setCurrentOperation(NSPrintOperation operation)