ResKnife/Cocoa/English.lproj/ResourceDocument.nib/classes.nib

48 lines
1.6 KiB
Plaintext
Raw Normal View History

2001-10-19 19:41:13 +00:00
{
IBClasses = (
{CLASS = AttributesFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
2002-04-14 14:18:02 +00:00
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
2001-10-19 19:41:13 +00:00
{
2002-04-14 14:18:02 +00:00
CLASS = NameFormatter;
2001-10-19 19:41:13 +00:00
LANGUAGE = ObjC;
2002-04-14 14:18:02 +00:00
OUTLETS = {outlineView = NSOutlineView; };
SUPERCLASS = NSFormatter;
2001-10-19 19:41:13 +00:00
},
{
CLASS = OutlineViewDelegate;
LANGUAGE = ObjC;
OUTLETS = {
2002-04-14 14:18:02 +00:00
attributesFormatter = NSFormatter;
nameFormatter = NSFormatter;
sizeFormatter = NSNumberFormatter;
window = NSWindow;
2001-10-19 19:41:13 +00:00
};
SUPERCLASS = NSObject;
},
{
CLASS = ResourceDataSource;
LANGUAGE = ObjC;
2002-04-14 14:18:02 +00:00
OUTLETS = {document = ResourceDocument; outlineView = NSOutlineView; window = NSWindow; };
2001-10-19 19:41:13 +00:00
SUPERCLASS = NSObject;
},
{
2002-04-14 14:18:02 +00:00
ACTIONS = {
clear = id;
openResource = id;
openResourceAsHex = id;
playSound = id;
showCreateResourceSheet = id;
};
2001-10-19 19:41:13 +00:00
CLASS = ResourceDocument;
LANGUAGE = ObjC;
2002-04-14 14:18:02 +00:00
OUTLETS = {
dataSource = ResourceDataSource;
mainWindow = NSWindow;
outlineView = NSOutlineView;
};
2001-10-19 19:41:13 +00:00
SUPERCLASS = NSDocument;
},
{CLASS = SizeFormatter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; }
);
IBVersion = 1;
}