// $Revision: 1.10 $ // Copyright (c) 1994-1995 Taligent, Inc. All rights reserved. Examples This directory contains sample code illustrating use of selected CommonPoint(TM) application system frameworks. The code ranges in size from single functions to small programs of half a dozen classes. All the code can be examined, copied, and executed, except for the snippet utilities source code, which is not provided. For more information about the samples, see -AboutExamples-. The remainder of this file is an index to the various projects in the Examples directory. Communications This directory contains samples that cover the CommonPoint Distributed Computing subsystem. Each sample resides in a separate directory. See -MessageStreams-, -RPC-, and -TemplateRPC-. DragAndDrop This directory contains samples that show how to implement drag and drop. See -BasicDragAndDrop-. FileSystem This directory contains files that describe how to use the CommonPoint file system. See -FileSystemSnippets-. Input This directory contains several small samples that illustrate the input system. Each resides in a separate directory. LowLevelOverview is mostly for background. Later samples generally presume familiarity with the issues addressed by earlier ones. See -LowLevelOverview-, -KeyEventsInViews-, -KeyInteractors-, -KeyBehaviors-, -MouseEventsInViews-, -MouseDownAndKeys-, -MouseEntryEvents-, -MouseMovedEvents-, -MouseInteractors-, and -InteractorChains-. Notification The samples in the subdirectories of this directory illustrate progressively more involved uses of the Notification framework. See -BasicNotification-, -MultipleInterests-, -CustomNotification-, -Batching-, -CustomInterest-, and -RemoteNotification-. Presentation These projects demonstrate how to use the Presentation framework to provide useful default behavior for compound document applications. See -UIBHelloWorld-. Printing These projects illustrate how to print in the CommonPoint system. See -PrintingSnippets-. Streaming These projects demonstrate how to implement and use the streaming operators. See -StreamingSnippets-. Text This directory contains files that describe how to use standard text and its associated features. For editable text, see the -TextEditing- samples. See -TextSnippets-. TextEditing This directory contains samples that illustrate how to use the Text Editing framework to provide a means for users to edit text data. For information on basic text operations, see -Text-. See -SimpleTextAndMenus-, -PresFrmwkText-, -CustomTextCommand-, -CustomTextTool-, and -CustomTextSelector-.