home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / Sound.app / German.lproj / SoundEditor.nib / data.classes next >
Text File  |  1992-06-24  |  873b  |  70 lines

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