home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ProcessView = {
- ACTIONS = {
- update:;
- };
- OUTLETS = {
- procs;
- iconScroller;
- iconMatrix;
- speaker;
- };
- SUPERCLASS = View;
- };
- ProcessMonitor = {
- ACTIONS = {
- clearMons:;
- print:;
- info:;
- update:;
- showNonApps:;
- changeApp:;
- monitor:;
- };
- OUTLETS = {
- inspectorView;
- monitorButton;
- inspector;
- inspectorButton;
- processView;
- windowsMenu;
- inspectorPopUp;
- };
- SUPERCLASS = Object;
- };
-