2006-10-05 17:20:40 +00:00
|
|
|
{
|
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
2006-10-10 04:01:57 +00:00
|
|
|
"createClassFiles:",
|
2006-10-05 17:20:40 +00:00
|
|
|
"createSubclass:",
|
2006-10-10 04:01:57 +00:00
|
|
|
"instantiateClass:",
|
2006-10-05 17:20:40 +00:00
|
|
|
"loadClass:",
|
2006-10-10 04:01:57 +00:00
|
|
|
"toggleView:",
|
2006-10-05 17:20:40 +00:00
|
|
|
"removeClass:"
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormClassEditor = {
|
|
|
|
Actions = (
|
|
|
|
"instantiateClass:",
|
|
|
|
"createSubclass:",
|
|
|
|
"loadClass:",
|
|
|
|
"createClassFiles:",
|
2006-10-10 04:01:57 +00:00
|
|
|
"removeClass:",
|
|
|
|
"toggleView:"
|
2006-10-05 17:20:40 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
classesView,
|
|
|
|
mainView
|
|
|
|
);
|
|
|
|
Super = NSView;
|
|
|
|
};
|
|
|
|
}
|