home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Classes / ContourView / CVtest.app / CVtest.nib / data.classes next >
Encoding:
Text File  |  1992-12-02  |  448 b   |  34 lines

  1. CVtestApp = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     colorWellsAction:;
  5.     clearAction:;
  6.     drawAction:;
  7.     setNcontourLevels:;
  8.     useColorAction:;
  9.     };
  10.     OUTLETS = {
  11.     nlevelField;
  12.     bgCWell;
  13.     darkCWell;
  14.     brightCWell;
  15.     contourView;
  16.     };
  17.     SUPERCLASS = Application;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. ContourView = {
  25.     ACTIONS = {
  26.     copy:;
  27.     clear:;
  28.     copyPScode:;
  29.     };
  30.     OUTLETS = {
  31.     };
  32.     SUPERCLASS = View;
  33. };
  34.