home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- MainWinController = {
- ACTIONS = {
- "beginSearch:" = "beginSearch:";
- "setDirectoryToSearch:" = "setDirectoryToSearch:";
- "showInfoPanel:" = "showInfoPanel:";
- };
- OUTLETS = {
- dirToSearch = dirToSearch;
- extensionTextfield = extensionTextfield;
- fileSearch = fileSearch;
- fileToSearchFor = fileToSearchFor;
- infoPanel = infoPanel;
- optionsMatrix = optionsMatrix;
- popup = popup;
- scrollView = scrollView;
- swapView = swapView;
- updator = updator;
- };
- SUPERCLASS = Object;
- };
-