Uses of Class
com.jniwrapper.macosx.cocoa.nsdocument.NSSaveOperationType

Packages that use NSSaveOperationType
com.jniwrapper.macosx.cocoa.nsdocument   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsdocument with parameters of type NSSaveOperationType
 com.jniwrapper.Pointer.Void NSDocument.fileNameFromRunningSavePanelForSaveOperation(NSSaveOperationType saveOperation)
           
 void NSDocument.runModalSavePanelForSaveOperation_delegate_didSaveSelector_contextInfo(NSSaveOperationType saveOperation, Id delegate, Sel didSaveSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the runModalSavePanelForSaveOperation() method of the NSDocument Objective-C class.
 com.jniwrapper.Pointer.Void NSDocument.fileAttributesToWriteToFile_ofType_saveOperation(java.lang.String fullDocumentPath, java.lang.String documentTypeName, NSSaveOperationType saveOperationType)
          This method represents the fileAttributesToWriteToFile() method of the NSDocument Objective-C class.
 com.jniwrapper.Bool NSDocument.writeToFile_ofType_originalFile_saveOperation(java.lang.String fullDocumentPath, java.lang.String documentTypeName, java.lang.String fullOriginalDocumentPath, NSSaveOperationType saveOperationType)
          This method represents the writeToFile() method of the NSDocument Objective-C class.
 void NSDocument.saveToFile_saveOperation_delegate_didSaveSelector_contextInfo(java.lang.String fileName, NSSaveOperationType saveOperation, Id delegate, Sel didSaveSelector, com.jniwrapper.Pointer.Void contextInfo)
          This method represents the saveToFile() method of the NSDocument Objective-C class.
 com.jniwrapper.Bool NSDocument.writeWithBackupToFile_ofType_saveOperation(java.lang.String fullDocumentPath, java.lang.String documentTypeName, NSSaveOperationType saveOperationType)
          This method represents the writeWithBackupToFile() method of the NSDocument Objective-C class.