home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Intel_Only / MIDIPlayer.1.02 / MIDIPlayer.app / English.lproj / MIDIPlayer.nib / data.classes < prev    next >
Encoding:
Text File  |  1995-05-27  |  1.1 KB  |  40 lines

  1. NiftyMatrix = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Matrix; };
  2. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  3. InterfaceController = {
  4.     ACTIONS = {
  5.     "addFile:" = "addFile:"; 
  6.     "appDidInit:" = "appDidInit:"; 
  7.     "appWillTerminate:" = "appWillTerminate:"; 
  8.     "clearFileList:" = "clearFileList:"; 
  9.     "midiPortChanged:" = "midiPortChanged:"; 
  10.     "modeChanged:" = "modeChanged:"; 
  11.     "pause:" = "pause:"; 
  12.     "play:" = "play:"; 
  13.     "removeFile:" = "removeFile:"; 
  14.     "stepBwd:" = "stepBwd:"; 
  15.     "stepFwd:" = "stepFwd:"; 
  16.     "stop:" = "stop:"; 
  17.     "tempoChanged:" = "tempoChanged:"; 
  18.     "tempoSliderMoved:" = "tempoSliderMoved:"; 
  19.     }; 
  20.     OUTLETS = {
  21.     actionButtons = actionButtons; 
  22.     controlPanel = controlPanel; 
  23.     fileListPanel = fileListPanel; 
  24.     fileListView = fileListView; 
  25.     menuAddFiles = menuAddFiles; 
  26.     menuClearList = menuClearList; 
  27.     menuRemoveFile = menuRemoveFile; 
  28.     midiPortButtons = midiPortButtons; 
  29.     modeButtons = modeButtons; 
  30.     pauseButton = pauseButton; 
  31.     playButton = playButton; 
  32.     prototypeMatrix = prototypeMatrix; 
  33.     scrollView = scrollView; 
  34.     stopButton = stopButton; 
  35.     tempoForm = tempoForm; 
  36.     tempoSlider = tempoSlider; 
  37.     }; 
  38.     SUPERCLASS = Object; 
  39. };
  40.