home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / BugNeXT.app / Resources / English.lproj / FindPanel.nib / data.classes next >
Encoding:
Text File  |  1995-10-17  |  411 b   |  21 lines

  1. "ResponderText" = {SUPERCLASS = NSCStringText; };
  2. "TextFinder" = {
  3.     ACTIONS = (
  4.     "findNext:", 
  5.     "findNextAndOrderFindPanelOut:", 
  6.     "findPrevious:", 
  7.     "replace:", 
  8.     "replaceAll:", 
  9.     "replaceAndFind:"
  10.     ); 
  11.     OUTLETS = (
  12.     findNextButton, 
  13.     findTextField, 
  14.     ignoreCaseButton, 
  15.     replaceAllScopeMatrix, 
  16.     replaceTextField
  17.     ); 
  18.     SUPERCLASS = NSObject; 
  19. };
  20. "FirstResponder" = {CATEGORY = LocalActions; };
  21.