home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Apps / HeaderViewer.app / Japanese.lproj / Find.nib / data.classes next >
Encoding:
Text File  |  1996-10-07  |  518 b   |  23 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     "all:" = "all:"; 
  4.     "backwardFind:" = "backwardFind:"; 
  5.     "find:" = "find:"; 
  6.     "ignoreCase:" = "ignoreCase:"; 
  7.     "regExpr:" = "regExpr:"; 
  8.     "replace:" = "replace:"; 
  9.     "replaceFind:" = "replaceFind:"; 
  10.     }; 
  11.     SUPERCLASS = Object; 
  12. };
  13. FindPanel = {
  14.     ACTIONS = {
  15.     "enterSelection:" = "enterSelection:"; 
  16.     "findNext:" = "findNext:"; 
  17.     "findPanel:" = "findPanel:"; 
  18.     "findPrevious:" = "findPrevious:"; 
  19.     }; 
  20.     OUTLETS = {findPanel = findPanel; }; 
  21.     SUPERCLASS = Object; 
  22. };
  23.