home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextDeveloper / Demos / Sound.app / Spanish.lproj / SoundEditor.nib / data.classes next >
Encoding:
Text File  |  1994-10-04  |  1.6 KB  |  65 lines

  1. SoundEditor = {
  2.     ACTIONS = {
  3.     "changeInspector:" = "changeInspector:"; 
  4.     "changeMaxDuration:" = "changeMaxDuration:"; 
  5.     "changeSource:" = "changeSource:"; 
  6.     "changeView:" = "changeView:"; 
  7.     "edit:" = "edit:"; 
  8.     "erase:" = "erase:"; 
  9.     "ok:" = "ok:"; 
  10.     "pause:" = "pause:"; 
  11.     "play:" = "play:"; 
  12.     "playCommand:" = "playCommand:"; 
  13.     "record:" = "record:"; 
  14.     "recordCommand:" = "recordCommand:"; 
  15.     "revert:" = "revert:"; 
  16.     "showInfo:" = "showInfo:"; 
  17.     "showInspector:" = "showInspector:"; 
  18.     "showPreferences:" = "showPreferences:"; 
  19.     "stopCommand:" = "stopCommand:"; 
  20.     }; 
  21.     OUTLETS = {
  22.     durationField = durationField; 
  23.     durationSlider = durationSlider; 
  24.     editButton = editButton; 
  25.     editor = editor; 
  26.     eraseButton = eraseButton; 
  27.     fileIcon = fileIcon; 
  28.     iChannels = iChannels; 
  29.     iFormat = iFormat; 
  30.     iInfo = iInfo; 
  31.     iName = iName; 
  32.     iOK = iOK; 
  33.     iRate = iRate; 
  34.     iRevert = iRevert; 
  35.     iSamples = iSamples; 
  36.     iSeconds = iSeconds; 
  37.     iSize = iSize; 
  38.     infoPanel = infoPanel; 
  39.     inspectorPanel = inspectorPanel; 
  40.     meter = meter; 
  41.     pauseButton = pauseButton; 
  42.     playButton = playButton; 
  43.     preferencePanel = preferencePanel; 
  44.     recordButton = recordButton; 
  45.     stopButton = stopButton; 
  46.     stringTable = stringTable; 
  47.     window = window; 
  48.     }; 
  49.     SUPERCLASS = Application; 
  50. };
  51. FirstResponder = {
  52.     ACTIONS = {
  53.     "erase:" = "erase:"; 
  54.     "newFile:" = "newFile:"; 
  55.     "openFile:" = "openFile:"; 
  56.     "revertFile:" = "revertFile:"; 
  57.     "saveFile:" = "saveFile:"; 
  58.     "saveFileAs:" = "saveFileAs:"; 
  59.     "showInfo:" = "showInfo:"; 
  60.     "showPreferences:" = "showPreferences:"; 
  61.     }; 
  62.     SUPERCLASS = Object; 
  63. };
  64. FileIcon = {OUTLETS = {controller = controller; }; SUPERCLASS = View; };
  65.