Document based applications

From GNUstepWiki
Revision as of 06:27, 22 November 2005 by Quineska (talk | contribs) (Filled out page a bit more with some better details)
Jump to navigation Jump to search

Document based applications are those that are primarily concerned with user documents, allowing multiple (context-sensitive) document windows and a consistent mechanism for file loading and saving. GNUstep provides a model and associated services, for the rapid development of applications following this paradigm.

Document based applications in GNUstep use NSDocument and NSDocumentController to support and coordinate this behaviour. Below are some articles describing how you can add this functionality to your program, and the role these classes in play in gnustep-gui.

NSDocument

Creating document based applications