home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Quantrix_1.2 / Application / Quantrix.app / English.lproj / LTPTemplate.nib / data.classes next >
Text File  |  1995-03-19  |  1KB  |  72 lines

  1. LTSwapViewOwner = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     swapView;
  6.     };
  7.     SUPERCLASS = LTInspector;
  8. };
  9. LTSwapView = {
  10.     ACTIONS = {
  11.     swapInViewNamed:;
  12.     swapInViewOwnerNamed:;
  13.     };
  14.     OUTLETS = {
  15.     firstText;
  16.     content;
  17.     delegate;
  18.     };
  19.     SUPERCLASS = View;
  20. };
  21. LTInspector = {
  22.     ACTIONS = {
  23.     update:;
  24.     endEditingFor:;
  25.     updateNow:;
  26.     };
  27.     OUTLETS = {
  28.     image;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. FirstResponder = {
  33.     ACTIONS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. LTTriFontField = {
  38.     ACTIONS = {
  39.     changeFont:;
  40.     selectText:;
  41.     performClick:;
  42.     };
  43.     OUTLETS = {
  44.     };
  45.     SUPERCLASS = LTTriTextField;
  46. };
  47. LTTriTextField = {
  48.     ACTIONS = {
  49.     };
  50.     OUTLETS = {
  51.     };
  52.     SUPERCLASS = TextField;
  53. };
  54. LTPTemplate = {
  55.     ACTIONS = {
  56.     matrixAction:;
  57.     setFont:;
  58.     setTemplate:;
  59.     };
  60.     OUTLETS = {
  61.     subSwapPlaceHolder;
  62.     orientationMatrix;
  63.     templateField;
  64.     templateMatrix;
  65.     fontNameField;
  66.     settingsView;
  67.     templateView;
  68.     templateButton;
  69.     };
  70.     SUPERCLASS = LTSwapViewOwner;
  71. };
  72.