added .gitignore converted from svn:ignore
[TestXSLT.git] / English.lproj / MainMenu.nib / classes.nib
1 {
2     IBClasses = (
3         {
4             CLASS = AppDelegate; 
5             LANGUAGE = ObjC; 
6             OUTLETS = {prefsWindow = NSPanel; }; 
7             SUPERCLASS = NSObject; 
8         }, 
9         {
10             CLASS = FindPanelController; 
11             LANGUAGE = ObjC; 
12             SUPERCLASS = NSWindowController; 
13         }, 
14         {
15             ACTIONS = {
16                 findNext = id; 
17                 findPrevious = id; 
18                 openResultURL = id; 
19                 process = id; 
20                 saveCurrent = id; 
21                 saveCurrentAs = id; 
22                 selectTab = id; 
23                 showFindPanel = id; 
24                 showJumpToLinePanel = id; 
25                 showUnsavedChangesPanel = id; 
26                 toggleContentAnalysis = id; 
27                 useSelectionForFind = id; 
28             }; 
29             CLASS = FirstResponder; 
30             LANGUAGE = ObjC; 
31             SUPERCLASS = NSObject; 
32         }, 
33         {
34             ACTIONS = {
35                 findNext = id; 
36                 findPrevious = id; 
37                 loadXml = id; 
38                 loadXslt = id; 
39                 newParameter = id; 
40                 openResultURL = id; 
41                 process = id; 
42                 removeParameter = id; 
43                 saveResult = id; 
44                 saveResultAs = id; 
45                 saveXml = id; 
46                 saveXmlAs = id; 
47                 saveXslt = id; 
48                 saveXsltAs = id; 
49                 selectTab = id; 
50                 setProcessorType = id; 
51                 showErrorLocation = id; 
52                 showFindPanel = id; 
53                 showInBrowser = id; 
54                 showJumpToLinePanel = id; 
55                 useSelectionForFind = id; 
56             }; 
57             CLASS = MyDocument; 
58             LANGUAGE = ObjC; 
59             OUTLETS = {
60                 autoSaveCheckbox = NSButton; 
61                 autoShowCheckbox = NSButton; 
62                 drawerMessageField = NSTextField; 
63                 errorDrawer = NSDrawer; 
64                 openResultURLButton = NSButton; 
65                 paramRemoveButton = NSButton; 
66                 parameterTable = NSTableView; 
67                 processButton = NSButton; 
68                 processingTimeField = NSTextField; 
69                 resultView = NSTextView; 
70                 saveResultAsButton = NSButton; 
71                 saveResultButton = NSButton; 
72                 saveResultFilenameField = NSTextField; 
73                 saveXmlAsButton = NSButton; 
74                 saveXmlButton = NSButton; 
75                 saveXmlFilenameField = NSTextField; 
76                 saveXsltAsButton = NSButton; 
77                 saveXsltButton = NSButton; 
78                 saveXsltFilenameField = NSTextField; 
79                 tabView = NSTabView; 
80                 xmlView = XMLTextView; 
81                 xmlWellFormedIcon = NSImageView; 
82                 xsltView = XMLTextView; 
83                 xsltWellFormedIcon = NSImageView; 
84             }; 
85             SUPERCLASS = NSDocument; 
86         }, 
87         {CLASS = NSDocumentController; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
88     ); 
89     IBVersion = 1; 
90 }