home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Apps / DBModeler.app / English.lproj / Inspector.nib / data.classes next >
Encoding:
Text File  |  1992-12-17  |  1.2 KB  |  89 lines

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