home *** CD-ROM | disk | FTP | other *** search
- ScreenController = {
- ACTIONS = {
- "asciiPressed:" = "asciiPressed:";
- "changePressed:" = "changePressed:";
- "excelPressed:" = "excelPressed:";
- "fetchPressed:" = "fetchPressed:";
- "limitFieldEntered:" = "limitFieldEntered:";
- "showInfoPanel:" = "showInfoPanel:";
- "sqlPressed:" = "sqlPressed:";
- };
- OUTLETS = {
- SQLButton = SQLButton;
- asciiButton = asciiButton;
- changeButton = changeButton;
- dataView = dataView;
- excelButton = excelButton;
- fetchButton = fetchButton;
- infoPanel = infoPanel;
- limitText = limitText;
- window = window;
- };
- SUPERCLASS = Object;
- };
- MainController = {
- ACTIONS = {"appDidInit:" = "appDidInit:"; "openSqlPanel:" = "openSqlPanel:"; };
- OUTLETS = {
- infoPanel = infoPanel;
- prefsController = prefsController;
- queryInspector = queryInspector;
- queryParser = queryParser;
- screenController = screenController;
- servicesController = servicesController;
- sqlDataSource = sqlDataSource;
- sqlPanel = sqlPanel;
- sqlTraceText = sqlTraceText;
- window = window;
- };
- SUPERCLASS = Application;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-