home *** CD-ROM | disk | FTP | other *** search
- RelationshipInspector = {
- ACTIONS = {
- takeInnerOuterFrom:;
- browserClick:;
- takeArityFrom:;
- takeToEntityFrom:;
- takeLazyFrom:;
- takeNameFrom:;
- };
- OUTLETS = {
- newToAttribute;
- toAttributeBrowser;
- fromEntityIcon;
- editor;
- fromAttributeBrowser;
- model;
- relationship;
- toEntity;
- arity;
- toEntityIcon;
- name;
- expensive;
- relationshipText;
- innerOuter;
- fromEntity;
- newFromAttribute;
- };
- SUPERCLASS = Object;
- };
- Icon = {
- OUTLETS = {
- owner;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Inspector = {
- ACTIONS = {
- };
- OUTLETS = {
- inspectorVie RrelationshipInspector;
- owner;
- window;
- model;
- relationshipPanel;
- attributeInspector;
- attributePanel;
- noSelectionPanel;
- inspectorObject;
- };
- SUPERCLASS = Object;
- };
- AttributeInspector = {
- ACTIONS = {
- takeInternalNameFrom:;
- takeDataTypeFrom:;
- takeIsKeyFrom:;
- takeIsReadOnlyFrom:;
- takeNameFrom:;
- takeIsAggregateFrom:;
- };
- OUTLETS = {
- isAggregate;
- editor;
- classLabel;
- model;
- isKey;
- internalName;
- attribute;
- name;
- pboardTypeLabel;
- entityImage;
- classField;
- dataType;
- pboardTypeField;
- isReadOnly;
- };
- SUPERCLASS = Object;
- };
-