home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / BPM / English.lproj / BPM.nib / data.classes next >
Encoding:
Text File  |  1995-03-17  |  1.3 KB  |  57 lines

  1. MiscInfoController = {
  2.     ACTIONS = {
  3.     "hideOrShowMenus:" = "hideOrShowMenus:"; 
  4.     "info:" = "info:"; 
  5.     "license:" = "license:"; 
  6.     "orderForm:" = "orderForm:"; 
  7.     "registration:" = "registration:"; 
  8.     "releaseNotes:" = "releaseNotes:"; 
  9.     "suggestion:" = "suggestion:"; 
  10.     }; 
  11.     OUTLETS = {
  12.     info = info; 
  13.     orderForm = orderForm; 
  14.     registration = registration; 
  15.     strings = strings; 
  16.     }; 
  17.     SUPERCLASS = Object; 
  18. };
  19. BPMController = {
  20.     ACTIONS = {"appDidInit:" = "appDidInit:"; }; 
  21.     OUTLETS = {counterView = counterView; }; 
  22.     SUPERCLASS = Object; 
  23. };
  24. CounterView = {
  25.     ACTIONS = {
  26.     "clear:" = "clear:"; 
  27.     "start:" = "start:"; 
  28.     "stop:" = "stop:"; 
  29.     "tap:" = "tap:"; 
  30.     }; 
  31.     OUTLETS = {
  32.     beatsPerMeasure = beatsPerMeasure; 
  33.     beatsPerMinute = beatsPerMinute; 
  34.     clearButton = clearButton; 
  35.     measuresPerMinute = measuresPerMinute; 
  36.     secondsElapsed = secondsElapsed; 
  37.     startButton = startButton; 
  38.     stopButton = stopButton; 
  39.     tapButton = tapButton; 
  40.     }; 
  41.     SUPERCLASS = View; 
  42. };
  43. MiscInfo = {
  44.     ACTIONS = {"info:" = "info:"; "setController:" = "setController:"; }; 
  45.     OUTLETS = {
  46.     controller = controller; 
  47.     infoPanel = infoPanel; 
  48.     niftyView = niftyView; 
  49.     regText = regText; 
  50.     strings = strings; 
  51.     versionDateText = versionDateText; 
  52.     versionText = versionText; 
  53.     }; 
  54.     SUPERCLASS = Object; 
  55. };
  56. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  57.