home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / RTFSyntax / RTFSyntax.app / English.lproj / RTFSyntax.nib / data.classes next >
Encoding:
Text File  |  1994-01-05  |  661 b   |  40 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Controller = {
  7.     ACTIONS = {
  8.     deleteItem:;
  9.     openConfiguration:;
  10.     previousItem:;
  11.     saveAsConfiguration:;
  12.     appDidInit:;
  13.     setUnmatchedColor:;
  14.     suggestion:;
  15.     nextItem:;
  16.     showInfo:;
  17.     setDefaultConfigurationName:;
  18.     newConfiguration:;
  19.     setMatchedColor:;
  20.     saveConfiguration:;
  21.     insertItem:;
  22.     revertToSavedConfiguration:;
  23.     };
  24.     OUTLETS = {
  25.     configurationWindow;
  26.     matchedSampleText;
  27.     regularExpression;
  28.     defaultConfiguration;
  29.     unmatchedColorWell;
  30.     infoPanel;
  31.     itemNumber;
  32.     infoWindow;
  33.     numberOfItems;
  34.     preferenceWindow;
  35.     unmatchedSampleText;
  36.     matchedColorWell;
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40.