home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / TextInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.8 KB  |  114 lines

  1. BooleanInspector = {
  2.     ACTIONS = {
  3.     changeRepresentation:;
  4.     takeRepresentationFrom:;
  5.     };
  6.     OUTLETS = {
  7.     useSwitchMatrix;
  8.     };
  9.     SUPERCLASS = GeneralTextInspector;
  10. };
  11. MoneyInspector = {
  12.     ACTIONS = {
  13.     takeFormatFrom:;
  14.     changeFormat:;
  15.     };
  16.     OUTLETS = {
  17.     formatMatrix;
  18.     generalTextPlaceHolder;
  19.     };
  20.     SUPERCLASS = GeneralTextInspector;
  21. };
  22. FirstResponder = {
  23.     ACTIONS = {
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. PictureInspector = {
  28.     SUPERCLASS = Inspector;
  29. };
  30. TextInspector = {
  31.     ACTIONS = {
  32.     changeIsScrollable:;
  33.     changeFormat:;
  34.     changeAppkitObjStyle:;
  35.     };
  36.     OUTLETS = {
  37.     formatMatrix;
  38.     styleMatrix;
  39.     isScrollableSwitch;
  40.     };
  41.     SUPERCLASS = InspectorDP;
  42. };
  43. GeneralTextInspector = {
  44.     ACTIONS = {
  45.     takeBorderTypeFrom:;
  46.     changeBgGray:;
  47.     changeBorderType:;
  48.     takeBgGrayFrom:;
  49.     takeAlignmentFrom:;
  50.     takeTextGrayFrom:;
  51.     changeAlignment:;
  52.     changeTextGray:;
  53.     };
  54.     OUTLETS = {
  55.     alignmentMatrix;
  56.     bgGrayMatrix;
  57.     borderTypeMatrix;
  58.     textGrayMatrix;
  59.     textInspectorView;
  60.     };
  61.     SUPERCLASS = Inspector;
  62. };
  63. ScrollableTextAppkitObj = {
  64.     SUPERCLASS = Text;
  65. };
  66. GraphicInspector = {
  67.     SUPERCLASS = Inspector;
  68. };
  69. InspectorDP = {
  70.     OUTLETS = {
  71.     messageField;
  72.     };
  73.     SUPERCLASS = Inspector;
  74. };
  75. ScrollViewAppkitObj = {
  76.     SUPERCLASS = ScrollView;
  77. };
  78. ValueInspector = {
  79.     ACTIONS = {
  80.     takeFormatFrom:;
  81.     changeFormat:;
  82.     };
  83.     OUTLETS = {
  84.     formatMatrix;
  85.     generalTextPlaceHolder;
  86.     };
  87.     SUPERCLASS = GeneralTextInspector;
  88. };
  89. Inspector = {
  90.     ACTIONS = {
  91.     revert:;
  92.     ok:;
  93.     };
  94.     OUTLETS = {
  95.     slist;
  96.     panel;
  97.     controller;
  98.     graphicView;
  99.     selectedGraphic;
  100.     };
  101.     SUPERCLASS = Object;
  102. };
  103. DateInspector = {
  104.     ACTIONS = {
  105.     takeFormatFrom:;
  106.     changeFormat:;
  107.     };
  108.     OUTLETS = {
  109.     formatMatrix;
  110.     generalTextPlaceHolder;
  111.     };
  112.     SUPERCLASS = GeneralTextInspector;
  113. };
  114.