home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- emptyRecycler:;
- makeNewFolder:;
- compressSelection:;
- makeItalics:;
- makeBold:;
- inspectTools:;
- sortIcons:;
- changeToIconView:;
- diskUnmountAndEject:;
- destroySelection:;
- changeToExpertView:;
- inspectAttributes:;
- duplicateSelection:;
- diskInitialize:;
- changeToBrowser:;
- inspectContents:;
- openAsFolder:;
- inspectAccess:;
- cleanupIcons:;
- encryptSelection:;
- decompressSelection:;
- showDebugPanel:;
- openSelection:;
- };
- SUPERCLASS = Object;
- };
- Workspace = {
- ACTIONS = {
- showConsole:;
- inspectSelection:;
- flushAll:;
- showInfoPanel:;
- inspectAttributes:;
- inspectContents:;
- showTrash:;
- emptyRecycler:;
- updateEverything:;
- showPreferencesPanel:;
- showProcesses:;
- newUnixShell:;
- showFindPanel:;
- diskInitialize:;
- diskEject:;
- showLegalPanel:;
- makeNewBrowser:;
- inspectTools:;
- diskUnmountAndEject:;
- };
- OUTLETS = {
- lastMountedDevice;
- toolsMenu;
- diskMenu;
- fileMenu;
- windowsMenu2;
- servicesMenu2;
- viewMenu;
- currentBrowser;
- };
- SUPERCLASS = Application;
- };
-