home *** CD-ROM | disk | FTP | other *** search
- CEClassEditor = {
- ACTIONS = {
- "browser:" = "browser:";
- "checkDocumentation:" = "checkDocumentation:";
- "close:" = "close:";
- "reparseMethods:" = "reparseMethods:";
- "save:" = "save:";
- "selectNewMethod:" = "selectNewMethod:";
- "showCheatWindow:" = "showCheatWindow:";
- "showDocumentationOnly:" = "showDocumentationOnly:";
- "showImplementationOnly:" = "showImplementationOnly:";
- "showInterfaceOnly:" = "showInterfaceOnly:";
- "switchToNewDisplayMode:" = "switchToNewDisplayMode:";
- "textDidChange:" = "textDidChange:";
- "textDidGetKeys:" = "textDidGetKeys:";
- "undo:" = "undo:";
- "windowDidBecomeKey:" = "windowDidBecomeKey:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {
- accessTypeSwitches = accessTypeSwitches;
- browser = browser;
- browserModePopup = browserModePopup;
- categoryField = categoryField;
- cheatWindow = cheatWindow;
- classHierarchyField = classHierarchyField;
- displayTypeSwitches = displayTypeSwitches;
- docuFile = docuFile;
- docuTextView = docuTextView;
- filename = filename;
- headerFile = headerFile;
- methodList = methodList;
- methodNameField = methodNameField;
- methodTypeSwitches = methodTypeSwitches;
- popUp = popUp;
- seeAlsoField = seeAlsoField;
- selectorNameField = selectorNameField;
- sourceFile = sourceFile;
- sourceTextView = sourceTextView;
- window = window;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-