NSDataLink
From GNUstepWiki
(Difference between revisions)
| Revision as of 20:38, 28 February 2007 Martin (Talk | contribs) ← Previous diff |
Revision as of 20:42, 28 February 2007 Martin (Talk | contribs) Next diff → |
||
| Line 2: | Line 2: | ||
| This functionality is ''not'' present in [[Cocoa]], though the open source [http://www.linkbackproject.org/ LinkBack] mimics that behavior. | This functionality is ''not'' present in [[Cocoa]], though the open source [http://www.linkbackproject.org/ LinkBack] mimics that behavior. | ||
| + | |||
| + | [http://www.gnustep.org/resources/OpenStepSpec/ApplicationKit/Classes/NSDataLink.html OpenStep specification of NSDataLink] | ||
Revision as of 20:42, 28 February 2007
NSDataLink (part of AppKit) defines a mechanism for embedding "live" data in a document, e.g. an updated image in a word processing document. If one were to change the image, the version in the document would reflect those changes immediately, without needing user intervention.
This functionality is not present in Cocoa, though the open source LinkBack mimics that behavior.
