3 {CLASS = DragDestinationTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; },
4 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
27 setProcessorType = id;
28 showErrorLocation = id;
31 showJumpToLinePanel = id;
32 useSelectionForFind = id;
37 autoSaveCheckbox = NSButton;
38 autoShowCheckbox = NSButton;
39 errorDrawer = NSDrawer;
40 openResultURLButton = NSButton;
41 paramRemoveButton = NSButton;
42 parameterTable = NSTableView;
43 pdfCurrentPageField = NSTextField;
44 pdfNextPageButton = NSButton;
45 pdfPageCountField = NSTextField;
46 pdfPreviousPageButton = NSButton;
47 pdfSaveAsButton = NSButton;
48 processButton = NSButton;
49 processingTimeField = NSTextField;
50 processorTypePopUp = NSPopUpButton;
51 resultImageView = NSImageView;
52 resultTabView = NSTabView;
53 resultView = NSTextView;
54 resultWebView = WebView;
55 saveResultAsButton = NSButton;
56 saveResultButton = NSButton;
57 saveResultFilenameField = NSTextField;
58 saveXmlAsButton = NSButton;
59 saveXmlButton = NSButton;
60 saveXmlFilenameField = NSTextField;
61 saveXsltAsButton = NSButton;
62 saveXsltButton = NSButton;
63 saveXsltFilenameField = NSTextField;
65 webViewBaseURL = NSTextField;
66 xmlTagStackField = NSTextField;
67 xmlView = XMLTextView;
68 xmlWellFormedIcon = NSImageView;
69 xsltTagStackField = NSTextField;
70 xsltView = XMLTextView;
71 xsltWellFormedIcon = NSImageView;
73 SUPERCLASS = NSDocument;
76 ACTIONS = {myAction = id; };
81 {CLASS = XMLTextView; LANGUAGE = ObjC; SUPERCLASS = DragDestinationTextView; }