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