home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / StopWatch / Source / English.lproj / ClientMgr.nib / data.classes next >
Encoding:
Text File  |  1993-04-28  |  359 b   |  28 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ClientMgr = {
  7.     ACTIONS = {
  8.     deleteClient:;
  9.     newClient:;
  10.     updateClient:;
  11.     addClient:;
  12.     cancel:;
  13.     selectClient:;
  14.     };
  15.     OUTLETS = {
  16.     cancelButton;
  17.     clientList;
  18.     updateButton;
  19.     clientBrowser;
  20.     panel;
  21.     deleteButton;
  22.     dataForm;
  23.     newButton;
  24.     addButton;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28.