home *** CD-ROM | disk | FTP | other *** search
- Document = {
- ACTIONS = {
- "delete:" = "delete:";
- "selectAll:" = "selectAll:";
- "windowDidBecomeKey:" = "windowDidBecomeKey:";
- "windowDidResize:" = "windowDidResize:";
- "windowDidUpdate:" = "windowDidUpdate:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {window = window; };
- SUPERCLASS = Object;
- };
- DocumentWindow = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Window; };
- 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:";
- "getInfoPanel:" = "getInfoPanel:";
- "getInspectorPanel:" = "getInspectorPanel:";
- "getPrefsPanel:" = "getPrefsPanel:";
- "openFile:" = "openFile:";
- "revert:" = "revert:";
- "save:" = "save:";
- "saveAs:" = "saveAs:";
- "saveTo:" = "saveTo:";
- };
- OUTLETS = {
- accessoryView = accessoryView;
- currentDoc = currentDoc;
- docList = docList;
- infoPanel = infoPanel;
- inspectorManager = inspectorManager;
- newDoc = newDoc;
- prefManager = prefManager;
- };
- SUPERCLASS = Object;
- };
-