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

  1. MORegexTextCellInspector = {
  2.     ACTIONS = {
  3.     revert:;
  4.     patternButtonAction:;
  5.     optionsCheckboxAction:;
  6.     textDidChange:;
  7.     textDidGetKeys:;
  8.     ok:;
  9.     browserAction:;
  10.     };
  11.     OUTLETS = {
  12.     tagForm;
  13.     alignmentMatrix;
  14.     borderMatrix;
  15.     patternBrowser;
  16.     allowEmptyStringButton;
  17.     backgroundGrayMatrix;
  18.     patternText;
  19.     textGrayMatrix;
  20.     optionsCheckboxMatrix;
  21.     patternButtonMatrix;
  22.     };
  23.     SUPERCLASS = IBInspector;
  24. };
  25. CellInspector = {
  26.     ACTIONS = {
  27.     revert:;
  28.     ok:;
  29.     };
  30.     OUTLETS = {
  31.     window;
  32.     disabledSwitch;
  33.     tagForm;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. FirstResponder = {
  38.     ACTIONS = {
  39.     performResize:;
  40.     };
  41.     SUPERCLASS = Object;
  42. };
  43.