home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / SQLExecutor / English.lproj / SQLWindow.nib / data.classes next >
Encoding:
Text File  |  1995-02-17  |  414 b   |  12 lines

  1. Evaluator = {
  2.     ACTIONS = {"clear:" = "clear:"; "evaluate:" = "evaluate:"; }; 
  3.     OUTLETS = {queryView = queryView; resultsView = resultsView; }; 
  4.     SUPERCLASS = Object; 
  5. };
  6. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  7. SQLWindow = {
  8.     ACTIONS = {"clear:" = "clear:"; "evaluate:" = "evaluate:"; }; 
  9.     OUTLETS = {queryView = queryView; resultsView = resultsView; }; 
  10.     SUPERCLASS = Object; 
  11. };
  12.