home *** CD-ROM | disk | FTP | other *** search
- "SampleView" = {
- ACTIONS = ("stop:", "changeExecPath:", "start:");
- OUTLETS = (interval, pid);
- SUPERCLASS = NSView;
- };
- "StackController" = {OUTLETS = (view); SUPERCLASS = Controller; };
- "BrowserView" = {OUTLETS = (interval, pid); SUPERCLASS = NSView; };
- "FirstResponder" = {
- ACTIONS = (
- "findPrevious:",
- "jumpSelection:",
- "findNext:",
- "enterSelection:",
- "showBrowserView:",
- "showFindPanel:",
- "showStackView:",
- "showSamplerHelp:",
- "descendMax:",
- "descendUnique:",
- "saveTo:",
- "remember:",
- "forget:"
- );
- SUPERCLASS = NSObject;
- };
- "Controller" = {
- ACTIONS = ("stop:", "changeExecPath:", "toggleStart:");
- OUTLETS = (window, pid, interval, startButton, stopButton);
- SUPERCLASS = NSObject;
- };
- "FindPanel" = {
- ACTIONS = ("filter:", "returnHit:", "previous:", "next:", "showFindPanel:");
- OUTLETS = (form, window, findButton, matrix);
- SUPERCLASS = Object;
- };
- "BrowserController" = {
- ACTIONS = (
- "unfilter:",
- "changeMode:",
- "browserClicked:",
- "openFile:",
- "showFilterPanel:"
- );
- OUTLETS = (popup, filterButton, browser, stackCount, selectedCount);
- SUPERCLASS = Controller;
- };
-