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_Oval.nib / data.classes next >
Text File  |  1993-05-07  |  850b  |  59 lines

  1. SubInspector_Oval = {
  2.     ACTIONS = {
  3.     majorEntered:;
  4.     centerEntered:;
  5.     minorEntered:;
  6.     };
  7.     OUTLETS = {
  8.     theMajor;
  9.     theMinor;
  10.     theCenter;
  11.     };
  12.     SUPERCLASS = OrnamentInspectorObject;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. ProtectedObject = {
  20.     SUPERCLASS = Object;
  21. };
  22. OrnamentInspectorObject = {
  23.     ACTIONS = {
  24.     lineWidthEntered:;
  25.     LCEntered:;
  26.     FCWellEntered:;
  27.     FCEntered:;
  28.     LCWellEntered:;
  29.     };
  30.     OUTLETS = {
  31.     theLCMatrix;
  32.     theFCMatrix;
  33.     theLCWell;
  34.     theLineWidth;
  35.     theFCWell;
  36.     };
  37.     SUPERCLASS = InspectorObject;
  38. };
  39. InspectorObject = {
  40.     ACTIONS = {
  41.     okSelected:;
  42.     saveSelected:;
  43.     duplicate:;
  44.     copyAsEPS:;
  45.     paste:;
  46.     inspectorWillChangeAspect:;
  47.     delete:;
  48.     cut:;
  49.     copyAsTIFF:;
  50.     copy:;
  51.     };
  52.     OUTLETS = {
  53.     theSheet;
  54.     theObject;
  55.     theInspectorView;
  56.     };
  57.     SUPERCLASS = ProtectedObject;
  58. };
  59.