home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- MeterView = {SUPERCLASS = View; };
- Controller = {
- ACTIONS = {
- "abortCopy:" = "abortCopy:";
- "addClient:" = "addClient:";
- "appDidInit:" = "appDidInit:";
- "archPopped:" = "archPopped:";
- "buildDisk:" = "buildDisk:";
- "configureServer:" = "configureServer:";
- "deleteClient:" = "deleteClient:";
- "deleteServer:" = "deleteServer:";
- "info:" = "info:";
- "makeCustom:" = "makeCustom:";
- "popped:" = "popped:";
- "selectDriver:" = "selectDriver:";
- };
- OUTLETS = {
- archPopup = archPopup;
- clientBox = clientBox;
- clientBrowser = clientBrowser;
- customButton = customButton;
- diskBox = diskBox;
- diskDriverButton = diskDriverButton;
- diskDriverText = diskDriverText;
- diskDriverTitle = diskDriverTitle;
- diskMatrix = diskMatrix;
- driverChooser = driverChooser;
- infoPanel = infoPanel;
- infoVersion = infoVersion;
- mainBox = mainBox;
- mainPopup = mainPopup;
- mainWindow = mainWindow;
- meter = meter;
- networkDriverButton = networkDriverButton;
- networkDriverText = networkDriverText;
- networkDriverTitle = networkDriverTitle;
- releaseNameText = releaseNameText;
- rootImageText = rootImageText;
- serverBox = serverBox;
- serverButton = serverButton;
- };
- SUPERCLASS = Object;
- };
-