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

Packages that use NSDocument
org.rococoa.cocoa.appkit   
 

Uses of NSDocument in org.rococoa.cocoa.appkit
 

Subclasses of NSDocument in org.rococoa.cocoa.appkit
 class NSPersistentDocument
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

Methods in org.rococoa.cocoa.appkit that return NSDocument
static NSDocument NSDocument.alloc()
           
abstract  NSDocument NSDocument._class_.alloc()
           
static NSDocument NSDocument.create()
          Factory method
static NSDocument NSDocument.createForURL_withContentsOfURL_ofType_error(NSURL absoluteDocumentURL, NSURL absoluteDocumentContentsURL, NSString typeName, PointerByReference outError)
          Factory method
static NSDocument NSDocument.createWithContentsOfURL_ofType_error(NSURL absoluteURL, NSString typeName, PointerByReference outError)
          Factory method
static NSDocument NSDocument.createWithType_error(NSString typeName, PointerByReference outError)
          Factory method
abstract  NSDocument NSDocument.init()
          The designated initializer.
abstract  NSDocument NSDocument.initForURL_withContentsOfURL_ofType_error(NSURL absoluteDocumentURL, NSURL absoluteDocumentContentsURL, NSString typeName, PointerByReference outError)
          Initialize a document located by a URL, of a specified type, but by reading the contents for the document from another URL, and return it if successful.
abstract  NSDocument NSDocument.initWithContentsOfURL_ofType_error(NSURL absoluteURL, NSString typeName, PointerByReference outError)
          Initialize a document located by a URL, of a specified type, and return it if successful.
abstract  NSDocument NSDocument.initWithType_error(NSString typeName, PointerByReference outError)
          Initialize a new empty document of a specified type, and return it if successful.
static NSDocument NSDocument.new_()
           
abstract  NSDocument NSDocument._class_.new_()
           
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSDocument
abstract  void NSDocumentController.addDocument(NSDocument document)
          Add or remove a document from the list of open documents.
abstract  void NSDocumentController.noteNewRecentDocument(NSDocument document)
          Add an item corresponding to a document to the Open Recent menu, or replace an existing item for the same document.
abstract  void NSDocumentController.removeDocument(NSDocument document)
          Original signature : -(void)removeDocument:(NSDocument*)
native declaration : NSDocumentController.h:63
abstract  void NSWindowController.setDocument(NSDocument document)
          Original signature : -(void)setDocument:(NSDocument*)
native declaration : NSWindowController.h:68
 



Copyright © 2009. All Rights Reserved.