home *** CD-ROM | disk | FTP | other *** search
- CommandView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = View; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- MenuController = {
- ACTIONS = {"appDidInit:" = "appDidInit:"; };
- OUTLETS = {
- documentMenu = documentMenu;
- editDelete = editDelete;
- editMenu = editMenu;
- toolsMenu = toolsMenu;
- windowsClose = windowsClose;
- windowsMiniaturize = windowsMiniaturize;
- };
- SUPERCLASS = Controller;
- };
- Controller = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "close:" = "close:";
- "createDocumentObject:" = "createDocumentObject:";
- "getInfoPanel:" = "getInfoPanel:";
- "getInspectorPanel:" = "getInspectorPanel:";
- "getPrefsPanel:" = "getPrefsPanel:";
- "newDocument:" = "newDocument:";
- "openFile:" = "openFile:";
- "revert:" = "revert:";
- "save:" = "save:";
- "saveAll:" = "saveAll:";
- "saveAs:" = "saveAs:";
- "saveTo:" = "saveTo:";
- };
- OUTLETS = {
- accessoryView = accessoryView;
- currentDoc = currentDoc;
- docList = docList;
- infoPanel = infoPanel;
- inspectorManager = inspectorManager;
- newDoc = newDoc;
- prefManager = prefManager;
- };
- SUPERCLASS = Object;
- };
-