libs-gscoredata/DataBuilder/English.lproj/RelationshipEditor.nib/classes.nib
H. Nikolaus Schaller 9ef0038b11 Fixed loading of NIBs (the ModelEditor.h superclass was not properly added to the NIBs and did not use IBOutlet specifiers)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep@25834 72102866-910b-0410-8b05-ffd578937521
2008-01-02 11:41:59 +00:00

54 lines
No EOL
1.7 KiB
Text

{
IBClasses = (
{
ACTIONS = {
refresh = id;
updateName = id;
updateOptional = id;
updateTransient = id;
updateType = id;
updateValueClassName = id;
};
CLASS = AttributeEditor;
LANGUAGE = ObjC;
OUTLETS = {name = id; optional = id; transient = id; type = id; valueClassName = id; };
SUPERCLASS = ModelEditor;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = ModelEditor;
LANGUAGE = ObjC;
OUTLETS = {bogusWindow = NSWindow; view = NSView; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {
refresh = id;
updateDeleteRule = id;
updateDestinationEntity = id;
updateInverseRelationship = id;
updateMaxCount = id;
updateMinCount = id;
updateName = id;
updateOptional = id;
updateToMany = id;
updateTransient = id;
};
CLASS = RelationshipEditor;
LANGUAGE = ObjC;
OUTLETS = {
deleteRule = id;
destinationEntity = id;
inverseRelationship = id;
maxCount = id;
minCount = id;
name = id;
optional = id;
toMany = id;
transient = id;
};
SUPERCLASS = ModelEditor;
}
);
IBVersion = 1;
}