home *** CD-ROM | disk | FTP | other *** search
- KeyPanel = {
- ACTIONS = {};
- OUTLETS = {defaultButton = defaultButton; };
- SUPERCLASS = Panel;
- };
- PreferenceManager = {
- ACTIONS = {"dataChanged:" = "dataChanged:"; "set:" = "set:"; };
- OUTLETS = {
- debugFileText = debugFileText;
- openEmptyMatrix = openEmptyMatrix;
- windowHeightText = windowHeightText;
- windowWidthText = windowWidthText;
- };
- SUPERCLASS = MultipleScreenManager;
- };
- MultipleScreenManager = {
- ACTIONS = {
- "changeBox:" = "changeBox:";
- "revert:" = "revert:";
- "windowDidUpdate:" = "windowDidUpdate:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {
- mainPopup = mainPopup;
- noSelectionBox = noSelectionBox;
- panel = panel;
- revertButton = revertButton;
- setButton = setButton;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Controller = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "backward:" = "backward:";
- "closeSticky:" = "closeSticky:";
- "flip:" = "flip:";
- "forward:" = "forward:";
- "getInfoPanel:" = "getInfoPanel:";
- "getInspectorPanel:" = "getInspectorPanel:";
- "getPrefsPanel:" = "getPrefsPanel:";
- "hideAll:" = "hideAll:";
- "invert:" = "invert:";
- "openFile:" = "openFile:";
- "openSticky:" = "openSticky:";
- "refresh:" = "refresh:";
- "revert:" = "revert:";
- "save:" = "save:";
- "saveAs:" = "saveAs:";
- "saveTo:" = "saveTo:";
- "showAll:" = "showAll:";
- "upsideDown:" = "upsideDown:";
- };
- OUTLETS = {
- accessoryView = accessoryView;
- compressionPopup = compressionPopup;
- currentDoc = currentDoc;
- documentMenu = documentMenu;
- editCopy = editCopy;
- editCut = editCut;
- editDelete = editDelete;
- editMenu = editMenu;
- editPaste = editPaste;
- editSelectAll = editSelectAll;
- infoPanel = infoPanel;
- inspectorManager = inspectorManager;
- newDoc = newDoc;
- notesCloseSticky = notesCloseSticky;
- notesHideAll = notesHideAll;
- notesMenu = notesMenu;
- notesOpenSticky = notesOpenSticky;
- notesShowAll = notesShowAll;
- pagesBackward = pagesBackward;
- pagesForward = pagesForward;
- pagesMenu = pagesMenu;
- prefManager = prefManager;
- saveParamsMatrix = saveParamsMatrix;
- toolsFlip = toolsFlip;
- toolsInspector = toolsInspector;
- toolsInvert = toolsInvert;
- toolsMenu = toolsMenu;
- toolsRefresh = toolsRefresh;
- toolsUpsideDown = toolsUpsideDown;
- windowsClose = windowsClose;
- windowsMiniaturize = windowsMiniaturize;
- };
- SUPERCLASS = Object;
- };
-