home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- "all:" = "all:";
- "backwardFind:" = "backwardFind:";
- "find:" = "find:";
- "ignoreCase:" = "ignoreCase:";
- "regExpr:" = "regExpr:";
- "replace:" = "replace:";
- "replaceFind:" = "replaceFind:";
- };
- SUPERCLASS = Object;
- };
- FindPanel = {
- ACTIONS = {
- "enterSelection:" = "enterSelection:";
- "findNext:" = "findNext:";
- "findPanel:" = "findPanel:";
- "findPrevious:" = "findPrevious:";
- };
- OUTLETS = {findPanel = findPanel; };
- SUPERCLASS = Object;
- };
-