6 OUTLETS = {prefsWindow = NSPanel; };
10 CLASS = FindPanelController;
12 SUPERCLASS = NSWindowController;
24 showJumpToLinePanel = id;
25 showUnsavedChangesPanel = id;
26 toggleContentAnalysis = id;
27 useSelectionForFind = id;
29 CLASS = FirstResponder;
31 SUPERCLASS = NSObject;
50 setProcessorType = id;
51 showErrorLocation = id;
54 showJumpToLinePanel = id;
55 useSelectionForFind = id;
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;
80 xmlView = XMLTextView;
81 xmlWellFormedIcon = NSImageView;
82 xsltView = XMLTextView;
83 xsltWellFormedIcon = NSImageView;
85 SUPERCLASS = NSDocument;
87 {CLASS = NSDocumentController; LANGUAGE = ObjC; SUPERCLASS = NSObject; }