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