|
|
1.1 root 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: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.