home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / VISIONModuleController.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  1.2 KB  |  41 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. VISIONModuleController = {
  3.     ACTIONS = {
  4.     "addModule:" = "addModule:"; 
  5.     "dontLoadOnLaunch:" = "dontLoadOnLaunch:"; 
  6.     "loadAllModules:" = "loadAllModules:"; 
  7.     "loadModule:" = "loadModule:"; 
  8.     "loadOnLaunch:" = "loadOnLaunch:"; 
  9.     "moduleDialog:" = "moduleDialog:"; 
  10.     "moduleSelected:" = "moduleSelected:"; 
  11.     "rebuildHelp:" = "rebuildHelp:"; 
  12.     "removeModules:" = "removeModules:"; 
  13.     "save:" = "save:"; 
  14.     "saveAs:" = "saveAs:"; 
  15.     "showManual:" = "showManual:"; 
  16.     "sortCfg:" = "sortCfg:"; 
  17.     "updateCfg:" = "updateCfg:"; 
  18.     }; 
  19.     OUTLETS = {
  20.     authorsText = authorsText; 
  21.     boxForIcon = boxForIcon; 
  22.     copyrightText = copyrightText; 
  23.     loadAuthorsText = loadAuthorsText; 
  24.     loadBoxForIcon = loadBoxForIcon; 
  25.     loadButton = loadButton; 
  26.     loadCopyrightText = loadCopyrightText; 
  27.     loadNameText = loadNameText; 
  28.     loadPanel = loadPanel; 
  29.     loadPanelTitle = loadPanelTitle; 
  30.     manualButton = manualButton; 
  31.     moduleBrowser = moduleBrowser; 
  32.     modulePanel = modulePanel; 
  33.     nameText = nameText; 
  34.     pathText = pathText; 
  35.     removeButton = removeButton; 
  36.     theStrings = theStrings; 
  37.     unloadButton = unloadButton; 
  38.     }; 
  39.     SUPERCLASS = Object; 
  40. };
  41.