4 ACTIONS = {process = id; selectTab = id; };
10 ACTIONS = {abortFind = id; find = id; findPrevious = id; textChanged = id; };
11 CLASS = FindPanelController;
14 caseInsensitiveCheckbox = NSButton;
15 findField = NSTextField;
16 nextButton = NSButton;
17 previousButton = NSButton;
19 SUPERCLASS = NSWindowController;
22 ACTIONS = {openResultURL = id; process = id; selectTab = id; showFindPanel = id; };
23 CLASS = FirstResponder;
25 SUPERCLASS = NSObject;