home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Starter / Source / English.lproj / Document.nib / data.classes next >
Encoding:
Text File  |  1995-02-13  |  1.3 KB  |  51 lines

  1. Document = {
  2.     ACTIONS = {
  3.     "delete:" = "delete:"; 
  4.     "selectAll:" = "selectAll:"; 
  5.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  6.     "windowDidResize:" = "windowDidResize:"; 
  7.     "windowDidUpdate:" = "windowDidUpdate:"; 
  8.     "windowWillClose:" = "windowWillClose:"; 
  9.     }; 
  10.     OUTLETS = {window = window; }; 
  11.     SUPERCLASS = Object; 
  12. };
  13. DocumentWindow = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Window; };
  14. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  15. MenuController = {
  16.     ACTIONS = {"appDidInit:" = "appDidInit:"; }; 
  17.     OUTLETS = {
  18.     documentMenu = documentMenu; 
  19.     editDelete = editDelete; 
  20.     editMenu = editMenu; 
  21.     toolsMenu = toolsMenu; 
  22.     windowsClose = windowsClose; 
  23.     windowsMiniaturize = windowsMiniaturize; 
  24.     }; 
  25.     SUPERCLASS = Controller; 
  26. };
  27. Controller = {
  28.     ACTIONS = {
  29.     "appDidInit:" = "appDidInit:"; 
  30.     "appWillTerminate:" = "appWillTerminate:"; 
  31.     "getInfoPanel:" = "getInfoPanel:"; 
  32.     "getInspectorPanel:" = "getInspectorPanel:"; 
  33.     "getPrefsPanel:" = "getPrefsPanel:"; 
  34.     "openFile:" = "openFile:"; 
  35.     "revert:" = "revert:"; 
  36.     "save:" = "save:"; 
  37.     "saveAs:" = "saveAs:"; 
  38.     "saveTo:" = "saveTo:"; 
  39.     }; 
  40.     OUTLETS = {
  41.     accessoryView = accessoryView; 
  42.     currentDoc = currentDoc; 
  43.     docList = docList; 
  44.     infoPanel = infoPanel; 
  45.     inspectorManager = inspectorManager; 
  46.     newDoc = newDoc; 
  47.     prefManager = prefManager; 
  48.     }; 
  49.     SUPERCLASS = Object; 
  50. };
  51.