home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Apps / ProjectBuilder.app / English.lproj / Builder.nib / data.classes next >
Encoding:
Text File  |  1993-07-07  |  949 b   |  72 lines

  1. VariableTextField = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = TextField;
  7. };
  8. Maker = {
  9.     ACTIONS = {
  10.     clear:;
  11.     openMakeFile:;
  12.     cancelAddTarget:;
  13.     options:;
  14.     changeSize:;
  15.     addTarget:;
  16.     nextError:;
  17.     make:;
  18.     selectError:;
  19.     prevError:;
  20.     };
  21.     OUTLETS = {
  22.     addTargetForm;
  23.     optionsButton;
  24.     errorTitles;
  25.     doingText;
  26.     errorScroll;
  27.     errorMatrix;
  28.     buildButton;
  29.     shellText;
  30.     errorBox;
  31.     controller;
  32.     targetButton;
  33.     errorSizer;
  34.     targetField;
  35.     arrowsMatrix;
  36.     addTargetPanel;
  37.     makeWindow;
  38.     outputSplit;
  39.     container;
  40.     shellScroll;
  41.     targetText;
  42.     outputBox;
  43.     };
  44.     SUPERCLASS = ProjectDriver;
  45. };
  46. FirstResponder = {
  47.     ACTIONS = {
  48.     openMakeFile:;
  49.     };
  50.     SUPERCLASS = Object;
  51. };
  52. Sizer = {
  53.     OUTLETS = {
  54.     sizeView;
  55.     };
  56.     SUPERCLASS = Control;
  57. };
  58. ShellText = {
  59.     SUPERCLASS = Text;
  60. };
  61. ProjectDriver = {
  62.     ACTIONS = {
  63.     revert:;
  64.     };
  65.     OUTLETS = {
  66.     window;
  67.     contentView;
  68.     projectEditor;
  69.     };
  70.     SUPERCLASS = Object;
  71. };
  72.