home *** CD-ROM | disk | FTP | other *** search
/ NeXT 3rd Party Products 1993 / NEXT_3rd_party_products_93.iso / Xanthus / Questor_Demo / QuestorDemo.app / English.lproj / SubInspector_Format.nib / data.classes next >
Text File  |  1993-05-07  |  1KB  |  70 lines

  1. DecimalMatrix = {
  2.     ACTIONS = {
  3.     resetDecimals:;
  4.     takeDecimalsFrom:;
  5.     };
  6.     SUPERCLASS = Matrix;
  7. };
  8. SubInspector_Format = {
  9.     ACTIONS = {
  10.     negativeSelected:;
  11.     formatSelected:;
  12.     prefixSelected:;
  13.     decimalsSelected:;
  14.     thousandsEntered:;
  15.     currencySelected:;
  16.     negativeEntered:;
  17.     thousandsSelected:;
  18.     timeSelected:;
  19.     currencyEntered:;
  20.     dateSelected:;
  21.     postfixSelected:;
  22.     };
  23.     OUTLETS = {
  24.     theDecimals;
  25.     theNegativeField;
  26.     thePrefixField;
  27.     theThousandsField;
  28.     theDate;
  29.     theFormat;
  30.     theCurrency;
  31.     theCurrencyField;
  32.     thePostfixField;
  33.     theTimeField;
  34.     theDateField;
  35.     theThousands;
  36.     theNegative;
  37.     theExample;
  38.     theTime;
  39.     };
  40.     SUPERCLASS = InspectorObject;
  41. };
  42. FirstResponder = {
  43.     ACTIONS = {
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47. ProtectedObject = {
  48.     SUPERCLASS = Object;
  49. };
  50. InspectorObject = {
  51.     ACTIONS = {
  52.     okSelected:;
  53.     saveSelected:;
  54.     duplicate:;
  55.     copyAsEPS:;
  56.     paste:;
  57.     inspectorWillChangeAspect:;
  58.     delete:;
  59.     cut:;
  60.     copyAsTIFF:;
  61.     copy:;
  62.     };
  63.     OUTLETS = {
  64.     theSheet;
  65.     theObject;
  66.     theInspectorView;
  67.     };
  68.     SUPERCLASS = ProtectedObject;
  69. };
  70.