home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / DBModeler.app / English.lproj / Inspector.nib / data.classes next >
Text File  |  1992-07-07  |  1KB  |  84 lines

  1. RelationshipInspector = {
  2.     ACTIONS = {
  3.     takeInnerOuterFrom:;
  4.     browserClick:;
  5.     takeArityFrom:;
  6.     takeToEntityFrom:;
  7.     takeLazyFrom:;
  8.     takeNameFrom:;
  9.     };
  10.     OUTLETS = {
  11.     newToAttribute;
  12.     toAttributeBrowser;
  13.     fromEntityIcon;
  14.     editor;
  15.     fromAttributeBrowser;
  16.     model;
  17.     relationship;
  18.     toEntity;
  19.     arity;
  20.     toEntityIcon;
  21.     name;
  22.     expensive;
  23.     relationshipText;
  24.     innerOuter;
  25.     fromEntity;
  26.     newFromAttribute;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. Icon = {
  31.     OUTLETS = {
  32.     owner;
  33.     };
  34.     SUPERCLASS = View;
  35. };
  36. FirstResponder = {
  37.     ACTIONS = {
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. Inspector = {
  42.     ACTIONS = {
  43.     };
  44.     OUTLETS = {
  45.     inspectorVie    RrelationshipInspector;
  46.     owner;
  47.     window;
  48.     model;
  49.     relationshipPanel;
  50.     attributeInspector;
  51.     attributePanel;
  52.     noSelectionPanel;
  53.     inspectorObject;
  54.     };
  55.     SUPERCLASS = Object;
  56. };
  57. AttributeInspector = {
  58.     ACTIONS = {
  59.     takeInternalNameFrom:;
  60.     takeDataTypeFrom:;
  61.     takeIsKeyFrom:;
  62.     takeIsReadOnlyFrom:;
  63.     takeNameFrom:;
  64.     takeIsAggregateFrom:;
  65.     };
  66.     OUTLETS = {
  67.     isAggregate;
  68.     editor;
  69.     classLabel;
  70.     model;
  71.     isKey;
  72.     internalName;
  73.     attribute;
  74.     name;
  75.     pboardTypeLabel;
  76.     entityImage;
  77.     classField;
  78.     dataType;
  79.     pboardTypeField;
  80.     isReadOnly;
  81.     };
  82.     SUPERCLASS = Object;
  83. };
  84.