home *** CD-ROM | disk | FTP | other *** search
- BGProcess = {
- ACTIONS = {
- "activateProcess:" = "activateProcess:";
- "deactivateProcess:" = "deactivateProcess:";
- };
- OUTLETS = {window = window; };
- SUPERCLASS = Object;
- };
- DiskProcessUI = {
- ACTIONS = {"abort:" = "abort:"; };
- OUTLETS = {diskWindow = diskWindow; iconButton = iconButton; opField = opField; };
- SUPERCLASS = BGProcess;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-