home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- CNAppManager = {
- ACTIONS = {
- "app:" = "app:";
- "appDidBecomeActive:" = "appDidBecomeActive:";
- "appDidInit:" = "appDidInit:";
- "appWillInit:" = "appWillInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "escape:" = "escape:";
- "new:" = "new:";
- "open:" = "open:";
- "pasteAsNote:" = "pasteAsNote:";
- "print:" = "print:";
- "revert:" = "revert:";
- "save:" = "save:";
- "showInfo:" = "showInfo:";
- "showPreferences:" = "showPreferences:";
- "textDidChange:" = "textDidChange:";
- };
- OUTLETS = {
- composeText = composeText;
- dateFormatField = dateFormatField;
- enableServicesSwitch = enableServicesSwitch;
- newPasteCountField = newPasteCountField;
- notesCreationModeSwitch = notesCreationModeSwitch;
- notesPathField = notesPathField;
- notesTemplateText = notesTemplateText;
- notesText = notesText;
- notesWindow = notesWindow;
- replaceSelectionSwitch = replaceSelectionSwitch;
- saveWithBackupSwitch = saveWithBackupSwitch;
- tempNoteText = tempNoteText;
- tempPb = tempPb;
- timeFormatField = timeFormatField;
- };
- SUPERCLASS = Object;
- };
-