4 ACTIONS = {process = id; selectTab = id; };
10 CLASS = FindPanelController;
12 SUPERCLASS = NSWindowController;
22 showJumpToLinePanel = id;
23 showUnsavedChangesPanel = id;
24 useSelectionForFind = id;
26 CLASS = FirstResponder;
28 SUPERCLASS = NSObject;
47 setProcessorType = id;
48 showErrorLocation = id;
51 showJumpToLinePanel = id;
52 useSelectionForFind = id;
57 autoSaveCheckbox = NSButton;
58 autoShowCheckbox = NSButton;
59 drawerMessageField = NSTextField;
60 errorDrawer = NSDrawer;
61 openResultURLButton = NSButton;
62 paramRemoveButton = NSButton;
63 parameterTable = NSTableView;
64 processButton = NSButton;
65 processingTimeField = NSTextField;
66 resultView = NSTextView;
67 saveResultAsButton = NSButton;
68 saveResultButton = NSButton;
69 saveResultFilenameField = NSTextField;
70 saveXmlAsButton = NSButton;
71 saveXmlButton = NSButton;
72 saveXmlFilenameField = NSTextField;
73 saveXsltAsButton = NSButton;
74 saveXsltButton = NSButton;
75 saveXsltFilenameField = NSTextField;
77 xmlView = XMLTextView;
78 xmlWellFormedIcon = NSImageView;
79 xsltView = XMLTextView;
80 xsltWellFormedIcon = NSImageView;
82 SUPERCLASS = NSDocument;