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

  1. SimpleTableView = {
  2.     ACTIONS = {
  3.     openTable:;
  4.     };
  5.     SUPERCLASS = Application;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     close:;
  10.     addRow:;
  11.     save:;
  12.     duplicateRow:;
  13.     deleteRow:;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17.