home *** CD-ROM | disk | FTP | other *** search
- FepSwitcher = {
- ACTIONS = {
- "clickBrowser:" = "clickBrowser:";
- "deleteAppNameField:" = "deleteAppNameField:";
- "pressDefaultSystemButton:" = "pressDefaultSystemButton:";
- "setAppNameField:" = "setAppNameField:";
- "setAutoSwitch:" = "setAutoSwitch:";
- };
- OUTLETS = {
- addButton = addButton;
- appNameView = appNameView;
- autoLaunchSwitch = autoLaunchSwitch;
- defaultFep = defaultFep;
- deleteButton = deleteButton;
- inputAppName = inputAppName;
- selectFep = selectFep;
- tableMatrix = tableMatrix;
- window = window;
- };
- SUPERCLASS = Layout;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Layout = {
- ACTIONS = {
- "didHide:" = "didHide:";
- "didSelect:" = "didSelect:";
- "didUnhide:" = "didUnhide:";
- "didUnselect:" = "didUnselect:";
- "willSelect:" = "willSelect:";
- "willUnselect:" = "willUnselect:";
- };
- OUTLETS = {view = view; };
- SUPERCLASS = Object;
- };
-