home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Database / SimpleTableView-1 / SimpleTableView.app / DataEditor.nib / data.classes next >
Encoding:
Text File  |  1993-06-02  |  291 b   |  22 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. DataEditor = {
  7.     ACTIONS = {
  8.     keyResponse:;
  9.     };
  10.     OUTLETS = {
  11.     dataTableView;
  12.     rcdCount;
  13.     editorWindow;
  14.     dataTableBox;
  15.     dataNamePanel;
  16.     dataNameField;
  17.     headerBox;
  18.     dataNameError;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22.