home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Apps / ProjectBuilder.app / Grepper.bundle / English.lproj / Grepper.nib / data.classes next >
Encoding:
Text File  |  1993-12-01  |  438 b   |  34 lines

  1. ProjectDriver = {
  2.     ACTIONS = {
  3.     revert:;
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. FirstResponder = {
  10.     ACTIONS = {
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. Grepper = {
  15.     ACTIONS = {
  16.     search:;
  17.     prevSearch:;
  18.     nextResult:;
  19.     selectResult:;
  20.     options:;
  21.     nextSearch:;
  22.     prevResult:;
  23.     };
  24.     OUTLETS = {
  25.     searchText;
  26.     window;
  27.     resultText;
  28.     searchButton;
  29.     resultScroll;
  30.     resultMatrix;
  31.     };
  32.     SUPERCLASS = ProjectDriver;
  33. };
  34.