home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / SQLViewer.app / English.lproj / Info.nib / data.classes next >
Encoding:
Text File  |  1994-12-15  |  1.1 KB  |  41 lines

  1. ScreenController = {
  2.     ACTIONS = {
  3.     "asciiPressed:" = "asciiPressed:"; 
  4.     "changePressed:" = "changePressed:"; 
  5.     "excelPressed:" = "excelPressed:"; 
  6.     "fetchPressed:" = "fetchPressed:"; 
  7.     "limitFieldEntered:" = "limitFieldEntered:"; 
  8.     "showInfoPanel:" = "showInfoPanel:"; 
  9.     "sqlPressed:" = "sqlPressed:"; 
  10.     }; 
  11.     OUTLETS = {
  12.     SQLButton = SQLButton; 
  13.     asciiButton = asciiButton; 
  14.     changeButton = changeButton; 
  15.     dataView = dataView; 
  16.     excelButton = excelButton; 
  17.     fetchButton = fetchButton; 
  18.     infoPanel = infoPanel; 
  19.     limitText = limitText; 
  20.     window = window; 
  21.     }; 
  22.     SUPERCLASS = Object; 
  23. };
  24. MainController = {
  25.     ACTIONS = {"appDidInit:" = "appDidInit:"; "openSqlPanel:" = "openSqlPanel:"; }; 
  26.     OUTLETS = {
  27.     infoPanel = infoPanel; 
  28.     prefsController = prefsController; 
  29.     queryInspector = queryInspector; 
  30.     queryParser = queryParser; 
  31.     screenController = screenController; 
  32.     servicesController = servicesController; 
  33.     sqlDataSource = sqlDataSource; 
  34.     sqlPanel = sqlPanel; 
  35.     sqlTraceText = sqlTraceText; 
  36.     window = window; 
  37.     }; 
  38.     SUPERCLASS = Application; 
  39. };
  40. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  41.