home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / ClassEditor.0.3 / Source / English.lproj / ClassWindow.nib / data.classes next >
Encoding:
Text File  |  1995-02-11  |  1.4 KB  |  45 lines

  1. CEClassEditor = {
  2.     ACTIONS = {
  3.     "browser:" = "browser:"; 
  4.     "checkDocumentation:" = "checkDocumentation:"; 
  5.     "close:" = "close:"; 
  6.     "reparseMethods:" = "reparseMethods:"; 
  7.     "save:" = "save:"; 
  8.     "selectNewMethod:" = "selectNewMethod:"; 
  9.     "showCheatWindow:" = "showCheatWindow:"; 
  10.     "showDocumentationOnly:" = "showDocumentationOnly:"; 
  11.     "showImplementationOnly:" = "showImplementationOnly:"; 
  12.     "showInterfaceOnly:" = "showInterfaceOnly:"; 
  13.     "switchToNewDisplayMode:" = "switchToNewDisplayMode:"; 
  14.     "textDidChange:" = "textDidChange:"; 
  15.     "textDidGetKeys:" = "textDidGetKeys:"; 
  16.     "undo:" = "undo:"; 
  17.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  18.     "windowWillClose:" = "windowWillClose:"; 
  19.     }; 
  20.     OUTLETS = {
  21.     accessTypeSwitches = accessTypeSwitches; 
  22.     browser = browser; 
  23.     browserModePopup = browserModePopup; 
  24.     categoryField = categoryField; 
  25.     cheatWindow = cheatWindow; 
  26.     classHierarchyField = classHierarchyField; 
  27.     displayTypeSwitches = displayTypeSwitches; 
  28.     docuFile = docuFile; 
  29.     docuTextView = docuTextView; 
  30.     filename = filename; 
  31.     headerFile = headerFile; 
  32.     methodList = methodList; 
  33.     methodNameField = methodNameField; 
  34.     methodTypeSwitches = methodTypeSwitches; 
  35.     popUp = popUp; 
  36.     seeAlsoField = seeAlsoField; 
  37.     selectorNameField = selectorNameField; 
  38.     sourceFile = sourceFile; 
  39.     sourceTextView = sourceTextView; 
  40.     window = window; 
  41.     }; 
  42.     SUPERCLASS = Object; 
  43. };
  44. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  45.