home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- DocumentController = {
- ACTIONS = {
- "launch:" = "launch:";
- "newDocument:" = "newDocument:";
- "newDocumentWithMasterPage:" = "newDocumentWithMasterPage:";
- "openDocument:" = "openDocument:";
- "previewGotoPage:" = "previewGotoPage:";
- "previewOptionsChanged:" = "previewOptionsChanged:";
- };
- OUTLETS = {
- DocumentClass = DocumentClass;
- accPanel = accPanel;
- docInfoAccess = docInfoAccess;
- docInfoHeight = docInfoHeight;
- docInfoLastSaved = docInfoLastSaved;
- docInfoModified = docInfoModified;
- docInfoNumElements = docInfoNumElements;
- docInfoNumPages = docInfoNumPages;
- docInfoUser = docInfoUser;
- docInfoVersion = docInfoVersion;
- docInfoWidth = docInfoWidth;
- previewLoadText = previewLoadText;
- previewMatrix = previewMatrix;
- previewPage = previewPage;
- previewRadioMatrix = previewRadioMatrix;
- };
- SUPERCLASS = Object;
- };
-