home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Database / OTC_EOFBetaExamples_V1.0 / EOFramework / Querying / English.lproj / QueryBuilder.nib / data.classes next >
Encoding:
Text File  |  1994-06-12  |  863 b   |  32 lines

  1. IconWell = {
  2.     ACTIONS = {}; 
  3.     OUTLETS = {delegate = delegate; icon = icon; }; 
  4.     SUPERCLASS = View; 
  5. };
  6. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  7. QueryController = {
  8.     ACTIONS = {
  9.         "appDidInit:" = "appDidInit:"; 
  10.     "appendAND:" = "appendAND:"; 
  11.     "appendOR:" = "appendOR:"; 
  12.     "clearQualifier:" = "clearQualifier:"; 
  13.     "performQuery:" = "performQuery:"; 
  14.     "replaceQualifier:" = "replaceQualifier:"; 
  15.     "selectAttribute:" = "selectAttribute:"; 
  16.     "selectOperation:" = "selectOperation:"; 
  17.     }; 
  18.     OUTLETS = {
  19.         browser = browser; 
  20.     modelPath = modelPath; 
  21.     negator = negator; 
  22.     qualifierBrowser = qualifierBrowser; 
  23.     qualifierOperation = qualifierOperation; 
  24.     qualifierText = qualifierText; 
  25.     queryText = queryText; 
  26.     resultTable = resultTable; 
  27.     resultWindow = resultWindow; 
  28.     window = window; 
  29.     }; 
  30.     SUPERCLASS = NSObject; 
  31. };
  32.