home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / Sampler.app / Resources / English.lproj / Sampler.nib / data.classes next >
Text File  |  1996-07-07  |  1KB  |  47 lines

  1. "SampleView" = {
  2.     ACTIONS = ("stop:", "changeExecPath:", "start:"); 
  3.     OUTLETS = (interval, pid); 
  4.     SUPERCLASS = NSView; 
  5. };
  6. "StackController" = {OUTLETS = (view); SUPERCLASS = Controller; };
  7. "BrowserView" = {OUTLETS = (interval, pid); SUPERCLASS = NSView; };
  8. "FirstResponder" = {
  9.     ACTIONS = (
  10.     "findPrevious:", 
  11.     "jumpSelection:", 
  12.     "findNext:", 
  13.     "enterSelection:", 
  14.     "showBrowserView:", 
  15.     "showFindPanel:", 
  16.     "showStackView:", 
  17.     "showSamplerHelp:", 
  18.     "descendMax:", 
  19.     "descendUnique:", 
  20.     "saveTo:", 
  21.     "remember:", 
  22.     "forget:"
  23.     ); 
  24.     SUPERCLASS = NSObject; 
  25. };
  26. "Controller" = {
  27.     ACTIONS = ("stop:", "changeExecPath:", "toggleStart:"); 
  28.     OUTLETS = (window, pid, interval, startButton, stopButton); 
  29.     SUPERCLASS = NSObject; 
  30. };
  31. "FindPanel" = {
  32.     ACTIONS = ("filter:", "returnHit:", "previous:", "next:", "showFindPanel:"); 
  33.     OUTLETS = (form, window, findButton, matrix); 
  34.     SUPERCLASS = Object; 
  35. };
  36. "BrowserController" = {
  37.     ACTIONS = (
  38.     "unfilter:", 
  39.     "changeMode:", 
  40.     "browserClicked:", 
  41.     "openFile:", 
  42.     "showFilterPanel:"
  43.     ); 
  44.     OUTLETS = (popup, filterButton, browser, stackCount, selectedCount); 
  45.     SUPERCLASS = Controller; 
  46. };
  47.