home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / Documents / NeXT / NeXTstep_Advantage.README < prev    next >
Encoding:
Text File  |  1991-09-06  |  3.6 KB  |  85 lines

  1.  
  2. The NeXTstepAdvantage directory contains the complete contents of The
  3. NeXTstep Advantage: Application Development with NeXTstep.  This manual was
  4. initally written as a sales tool that could be read by programmers,
  5. developers, and other technical people interested in evaluating NeXTstep as
  6. a potential development environment.  Because the demand for this manual
  7. has been larger than expected, NeXT Computer, Inc. has decided to make it
  8. available on the Internet archive servers.  You have the right to copy and
  9. distribute these files and their hardcopy equivalent, but not the right to
  10. include excerpts in another document without explicit permission from NeXT
  11. Computer, Inc.
  12.  
  13.  
  14. File:                   Contents:
  15.  
  16. 00_FrontMatter/
  17.     Cover.ps
  18.     TableOfContents.ps
  19.     Intro.ps             1  THE NEXTSTEP ADVANTAGE
  20.                          1  What is NeXTstep?
  21.                          1  What's the NeXTstep Advantage?
  22.                          3  A Recognized Advantage
  23.                          3  Putting the NeXTstep Advantage to Work
  24.                          3  A Look Ahead
  25.  
  26. 01_StepByStep.ps         5  STEP-BY-STEP THROUGH A NEXTSTEP APPLICATION
  27.                          6  Introduction to NeXTstep Programming
  28.                         11  Step 1. Designing the Application
  29.                         13  Step 2. Assembling the User Interface
  30.                         24  Step 3. Defining Custom Classes with
  31.                                       Interface Builder
  32.                         27  Step 4. Connecting Objects in the Application
  33.                         32  Step 5. Implementing the Custom Classes
  34.                         39  Step 6. Making, Running, and Debugging
  35.                                       the Application
  36.                         43  Reusing Application Features
  37.                         52  Summary
  38.  
  39. 02_ObjectiveC.ps        53  OBJECT-ORIENTED PROGRAMMING
  40.                         53  Objects
  41.                         55  Classes
  42.                         59  Using an Object-Oriented Kit
  43.  
  44. 03_NeXTstep.ps          61  FUNDAMENTALS OF NEXTSTEP
  45.                         61  The Window Server
  46.                         62  The Application Kit
  47.                         66  Event Handling
  48.                         67  Drawing
  49.                         69  Messages between Applications
  50.                         71  Summary
  51.  
  52. 04_Classes.ps           73  CLASS SUMMARIES
  53.                         74  Windows
  54.                         75  Text Handling
  55.                         76  Controls
  56.                         78  Panels, Menus, and Pop-up Lists
  57.                         80  Organizational Views
  58.                         81  Fonts
  59.                         82  Support for Printing
  60.                         83  File Management
  61.                         84  Images
  62.                         86  Support for Choosing Colors
  63.                         87  Comprehensive List of Classes
  64.  
  65. 05_Tools.ps             93  NEXT DEVELOPMENT TOOLS
  66.                         93  Interface Builder
  67.                         93  Editors
  68.                         93  Compilers
  69.                         94  Debugging and Performance Tools
  70.                         95  Digital Librarian
  71.                         96  Tools for Development on the 
  72.                               Digital Signal Processor (DSP)
  73.                         96  Tools for PostScript Development
  74.                         96  The Mach Operating System
  75.  
  76. 06_Standards.ps         97  STANDARD DATA FORMATS ON NEXT COMPUTERS
  77.                         97  Tag Image File Format (TIFF)
  78.                         97  The PostScript Language
  79.                         97  Rich Text Format (RTF)
  80.  
  81. 07_PlotterSources/      99  PLOTTER SOURCE LISTINGS
  82.     CodeIntro.ps
  83.     Code.ps
  84.     SourceFiles/
  85.