home *** CD-ROM | disk | FTP | other *** search
- IconWell = {
- ACTIONS = {};
- OUTLETS = {delegate = delegate; icon = icon; };
- SUPERCLASS = View;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- QueryController = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "appendAND:" = "appendAND:";
- "appendOR:" = "appendOR:";
- "clearQualifier:" = "clearQualifier:";
- "performQuery:" = "performQuery:";
- "replaceQualifier:" = "replaceQualifier:";
- "selectAttribute:" = "selectAttribute:";
- "selectOperation:" = "selectOperation:";
- };
- OUTLETS = {
- browser = browser;
- modelPath = modelPath;
- negator = negator;
- qualifierBrowser = qualifierBrowser;
- qualifierOperation = qualifierOperation;
- qualifierText = qualifierText;
- queryText = queryText;
- resultTable = resultTable;
- resultWindow = resultWindow;
- window = window;
- };
- SUPERCLASS = NSObject;
- };
-