Uses of Class
com.jniwrapper.macosx.cocoa.nsfilewrapper.NSFileWrapper

Packages that use NSFileWrapper
com.jniwrapper.macosx.cocoa.nsattributedstring   
com.jniwrapper.macosx.cocoa.nsdocument   
com.jniwrapper.macosx.cocoa.nsfilewrapper   
com.jniwrapper.macosx.cocoa.nspasteboard   
com.jniwrapper.macosx.cocoa.nstextattachment   
 

Uses of NSFileWrapper in com.jniwrapper.macosx.cocoa.nsattributedstring
 

Methods in com.jniwrapper.macosx.cocoa.nsattributedstring with parameters of type NSFileWrapper
 Id NSAttributedString.initWithRTFDFileWrapper_documentAttributes(NSFileWrapper wrapper, NSDictionary dict)
          This method represents the initWithRTFDFileWrapper() method of the NSAttributedString Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsdocument with parameters of type NSFileWrapper
 com.jniwrapper.Bool NSDocument.loadFileWrapperRepresentation_ofType(NSFileWrapper wrapper, java.lang.String type)
          This method represents the loadFileWrapperRepresentation() method of the NSDocument Objective-C class.
 

Uses of NSFileWrapper in com.jniwrapper.macosx.cocoa.nsfilewrapper
 

Methods in com.jniwrapper.macosx.cocoa.nsfilewrapper with parameters of type NSFileWrapper
 com.jniwrapper.Pointer.Void NSFileWrapper.addFileWrapper(NSFileWrapper doc)
           
 void NSFileWrapper.removeFileWrapper(NSFileWrapper doc)
           
 com.jniwrapper.Pointer.Void NSFileWrapper.keyForFileWrapper(NSFileWrapper doc)
           
 

Uses of NSFileWrapper in com.jniwrapper.macosx.cocoa.nspasteboard
 

Methods in com.jniwrapper.macosx.cocoa.nspasteboard with parameters of type NSFileWrapper
 com.jniwrapper.Bool NSPasteboard.writeFileWrapper(NSFileWrapper wrapper)
           
 

Uses of NSFileWrapper in com.jniwrapper.macosx.cocoa.nstextattachment
 

Methods in com.jniwrapper.macosx.cocoa.nstextattachment with parameters of type NSFileWrapper
 void NSTextAttachment.setFileWrapper(NSFileWrapper fileWrapper)
           
 Id NSTextAttachment.initWithFileWrapper(NSFileWrapper fileWrapper)