home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Palettes / MORegex / English.lproj / MORegexFormCellInspector.nib / data.classes next >
Encoding:
Text File  |  1993-09-19  |  510 b   |  37 lines

  1. CellInspector = {
  2.     ACTIONS = {
  3.     revert:;
  4.     ok:;
  5.     };
  6.     OUTLETS = {
  7.     window;
  8.     disabledSwitch;
  9.     tagForm;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     performResize:;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. MORegexFormCellInspector = {
  20.     ACTIONS = {
  21.     revert:;
  22.     patternButtonAction:;
  23.     textDidChange:;
  24.     textDidGetKeys:;
  25.     ok:;
  26.     browserAction:;
  27.     };
  28.     OUTLETS = {
  29.     patternButtonMatrix;
  30.     checkboxMatrix;
  31.     patternText;
  32.     patternBrowser;
  33.     tagForm;
  34.     };
  35.     SUPERCLASS = IBInspector;
  36. };
  37.