Next Page > Hide TOC

Introduction to Document-Based Applications Overview

Contents:

Who Should Read This Document
Organization of This Document


This document describes how to use the architecture supplied by the Application Kit to create applications that can create, open, load, and save multiple document files.

Who Should Read This Document

Every developer who wants to use the document architecture of the Application Kit should read this document.

To understand the information in this document you should have a general knowledge of Cocoa programming paradigms and, to understand the code examples, familiarity with the Objective-C language.

Organization of This Document

By using the document architecture provided by the Application Kit, you acquire many features of a well-crafted application “for free,” but you must understand the architecture to implement it properly.

Some of the articles in this document describe window management using the NSWindowController class. However, window management with NSWindowController objects is a technique that is not limited to document-based applications. You can also use NSWindowController without an associated NSWindow object.

This document contains the following articles:



Next Page > Hide TOC


© 2001, 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-01-12)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.