home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Diagram_2.5 / Application / Diagram.app / English.lproj / SymbolInspector.nib / data.classes next >
Text File  |  1993-03-01  |  1KB  |  71 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. LSSymbolInspector = {
  7.     ACTIONS = {
  8.     setNewShapeFromMatrix:;
  9.     };
  10.     OUTLETS = {
  11.     shapeMatrix;
  12.     };
  13.     SUPERCLASS = LSGraphicInspector;
  14. };
  15. LSGraphicInspector = {
  16.     ACTIONS = {
  17.     setTrackingMasterValue:;
  18.     };
  19.     OUTLETS = {
  20.     trackingMasterCheck;
  21.     };
  22.     SUPERCLASS = LSInspector;
  23. };
  24. DGSymbolInspector = {
  25.     ACTIONS = {
  26.     setImage:;
  27.     changeTextPlacement:;
  28.     changeShape:;
  29.     clearImage:;
  30.     clearAttachment:;
  31.     setAttachment:;
  32.     };
  33.     OUTLETS = {
  34.     setImageButton;
  35.     clearImageButton;
  36.     textPlacementMatrix;
  37.     shapeMatrix;
  38.     setAttachmentButton;
  39.     clearAttachmentButton;
  40.     pathCell;
  41.     };
  42.     SUPERCLASS = DGInspector;
  43. };
  44. LTTriIconView = {
  45.     ACTIONS = {
  46.     };
  47.     OUTLETS = {
  48.     dataLink;
  49.     };
  50.     SUPERCLASS = View;
  51. };
  52. DGInspector = {
  53.     ACTIONS = {
  54.     };
  55.     OUTLETS = {
  56.     myInspectorView;
  57.     myInspectorWindow;
  58.     };
  59.     SUPERCLASS = Object;
  60. };
  61. MySubclass = {
  62.     SUPERCLASS = Object;
  63. };
  64. LSInspector = {
  65.     OUTLETS = {
  66.     myInspectorView;
  67.     myInspectorWindow;
  68.     };
  69.     SUPERCLASS = Object;
  70. };
  71.