home *** CD-ROM | disk | FTP | other *** search
- DocManager = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "docWillClose:" = "docWillClose:";
- "open:" = "open:";
- "orderFrontInfo:" = "orderFrontInfo:";
- "orderFrontPrefs:" = "orderFrontPrefs:";
- "save:" = "save:";
- "saveAs:" = "saveAs:";
- "setCurrentDoc:" = "setCurrentDoc:";
- };
- OUTLETS = {
- currentDoc = currentDoc;
- docList = docList;
- info = info;
- openPanel = openPanel;
- prefs = prefs;
- saveAsButton = saveAsButton;
- saveButton = saveButton;
- savePanel = savePanel;
- };
- SUPERCLASS = Object;
- };
- FastManager = {
- ACTIONS = {"fullSize:" = "fullSize:"; "okClicked:" = "okClicked:"; };
- OUTLETS = {movePanel = movePanel; moveText = moveText; };
- SUPERCLASS = DocManager;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-