home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Controller = {
- ACTIONS = {
- "makeIcon:" = "makeIcon:";
- "ok:" = "ok:";
- "revert:" = "revert:";
- "saveAs:" = "saveAs:";
- "showPreferences:" = "showPreferences:";
- "showSelectedPath:" = "showSelectedPath:";
- };
- OUTLETS = {
- adaptors = adaptors;
- destinationFile = destinationFile;
- iconWell = iconWell;
- libraries = libraries;
- name = name;
- openInPBSwitch = openInPBSwitch;
- prefsPanel = prefsPanel;
- processLog = processLog;
- selectedTemplatePath = selectedTemplatePath;
- templateList = templateList;
- templatePathnames = templatePathnames;
- templates = templates;
- };
- SUPERCLASS = Object;
- };
-