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

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