Initial revision
[TestXSLT.git] / English.lproj / MyDocument~.nib / classes.nib
1 {
2     IBClasses = (
3         {CLASS = DragDestinationTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 
4         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
5         {
6             ACTIONS = {
7                 findAgain = id; 
8                 findNext = id; 
9                 findPrevious = id; 
10                 loadXml = id; 
11                 loadXslt = id; 
12                 newParameter = id; 
13                 openResultURL = id; 
14                 process = id; 
15                 removeParameter = id; 
16                 saveResult = id; 
17                 saveResultAs = id; 
18                 saveXml = id; 
19                 saveXmlAs = id; 
20                 saveXslt = id; 
21                 saveXsltAs = id; 
22                 selectTab = id; 
23                 setProcessorType = id; 
24                 showErrorLocation = id; 
25                 showFindPanel = id; 
26                 showInBrowser = id; 
27                 showJumpToLinePanel = id; 
28                 useSelectionForFind = id; 
29             }; 
30             CLASS = MyDocument; 
31             LANGUAGE = ObjC; 
32             OUTLETS = {
33                 autoSaveCheckbox = NSButton; 
34                 autoShowCheckbox = NSButton; 
35                 drawerMessageField = NSTextField; 
36                 errorDrawer = NSDrawer; 
37                 openResultURLButton = NSButton; 
38                 paramRemoveButton = NSButton; 
39                 parameterTable = NSTableView; 
40                 processButton = NSButton; 
41                 processingTimeField = NSTextField; 
42                 processorTypePopUp = NSPopUpButton; 
43                 resultView = NSTextView; 
44                 resultWebView = WebView; 
45                 saveResultAsButton = NSButton; 
46                 saveResultButton = NSButton; 
47                 saveResultFilenameField = NSTextField; 
48                 saveXmlAsButton = NSButton; 
49                 saveXmlButton = NSButton; 
50                 saveXmlFilenameField = NSTextField; 
51                 saveXsltAsButton = NSButton; 
52                 saveXsltButton = NSButton; 
53                 saveXsltFilenameField = NSTextField; 
54                 tabView = NSTabView; 
55                 xmlView = XMLTextView; 
56                 xmlWellFormedIcon = NSImageView; 
57                 xsltView = XMLTextView; 
58                 xsltWellFormedIcon = NSImageView; 
59             }; 
60             SUPERCLASS = NSDocument; 
61         }, 
62         {
63             ACTIONS = {myAction = id; }; 
64             CLASS = NSScrollView; 
65             LANGUAGE = ObjC; 
66             SUPERCLASS = NSView; 
67         }, 
68         {CLASS = XMLTextView; LANGUAGE = ObjC; SUPERCLASS = DragDestinationTextView; }
69     ); 
70     IBVersion = 1; 
71 }