1{
2    "## Comment" = "Do NOT change this file, Gorm maintains it";
3    BoldCell = {
4	Actions = (
5	);
6	Outlets = (
7	);
8	Super = NSTextFieldCell;
9    };
10    CollectionController = {
11	Actions = (
12	    "addSelected:",
13	    "updateCollection:",
14	    "selectionChanged:",
15	    "doubleClicked:",
16	    "filterCollection:",
17	    "clearFilter:"
18	);
19	Outlets = (
20	    collectionView,
21	    trackView,
22	    filterField
23	);
24	Super = NSWindowController;
25    };
26    FirstResponder = {
27	Actions = (
28	    "addSelected:",
29	    "doubleClicked:",
30	    "filterCollection:",
31	    "clearFilter:",
32	    "selectionChanged:",
33	    "updateCollection:"
34	);
35	Super = NSObject;
36    };
37    OwnTableView = {
38	Actions = (
39	);
40	Outlets = (
41	);
42	Super = NSTableView;
43    };
44}