Uses of Class
org.rococoa.cocoa.appkit.NSFileWrapper

Packages that use NSFileWrapper
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.appkit.categories   
 

Uses of NSFileWrapper in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSFileWrapper
static NSFileWrapper NSFileWrapper.alloc()
           
abstract  NSFileWrapper NSFileWrapper._class_.alloc()
           
static NSFileWrapper NSFileWrapper.createDirectoryWithFileWrappers(NSDictionary childrenByPreferredName)
          Factory method
static NSFileWrapper NSFileWrapper.createRegularFileWithContents(NSData contents)
          Factory method
static NSFileWrapper NSFileWrapper.createSymbolicLinkWithDestinationURL(NSURL url)
          Factory method
static NSFileWrapper NSFileWrapper.createWithSerializedRepresentation(NSData serializeRepresentation)
          Factory method
static NSFileWrapper NSFileWrapper.createWithURL_options_error(NSURL url, NSUInteger options, PointerByReference outError)
          Factory method
abstract  NSFileWrapper NSDocument.fileWrapperOfType_error(NSString typeName, PointerByReference outError)
          Create and return a file wrapper that contains the contents of this document, formatted to a specified type, or return nil after setting *outError to an NSError that encapsulates the reason why the file wrapper could not be created.
abstract  NSFileWrapper NSFileWrapper.initDirectoryWithFileWrappers(NSDictionary childrenByPreferredName)
          A designated initializer for creating an instance for which -isDirectory returns YES.
abstract  NSFileWrapper NSFileWrapper.initRegularFileWithContents(NSData contents)
          A designated initializer for creating an instance for which -isRegularFile returns YES.
abstract  NSFileWrapper NSFileWrapper.initSymbolicLinkWithDestinationURL(NSURL url)
          A designated initializer for creating an instance for which -isSymbolicLink returns YES.
abstract  NSFileWrapper NSFileWrapper.initWithSerializedRepresentation(NSData serializeRepresentation)
          A designated initializer.
abstract  NSFileWrapper NSFileWrapper.initWithURL_options_error(NSURL url, NSUInteger options, PointerByReference outError)
          A designated initializer for creating an instance whose kind (directory, regular file, or symbolic link) is determined based on what the URL locates.
static NSFileWrapper NSFileWrapper.new_()
           
abstract  NSFileWrapper NSFileWrapper._class_.new_()
           
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSFileWrapper
abstract  NSString NSFileWrapper.addFileWrapper(NSFileWrapper child)
          Add a file wrapper to the receiver's children and return the file name that uniquely identifies it among the receiver's children.
abstract  NSString NSFileWrapper.keyForFileWrapper(NSFileWrapper child)
          Return the unique file name that has been assigned to a child or nil if it is not a child of the receiver.
abstract  boolean NSDocument.readFromFileWrapper_ofType_error(NSFileWrapper fileWrapper, NSString typeName, PointerByReference outError)
          Set the contents of this document by reading from a file wrapper of a specified type, and return YES if successful.
abstract  void NSFileWrapper.removeFileWrapper(NSFileWrapper child)
          Remove a file wrapper from the receiver's children.
 

Uses of NSFileWrapper in org.rococoa.cocoa.appkit.categories
 

Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSFileWrapper
 NSAttributedString NSAttributedStringKitAdditions.initWithRTFDFileWrapper_documentAttributes(NSFileWrapper wrapper, PointerByReference dict)
          A separate method is available for initializing from an RTFD file wrapper.
 



Copyright © 2009. All Rights Reserved.