home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / CDPlayer.app / English.lproj / CDDrive.nib / data.classes next >
Text File  |  1994-05-10  |  632b  |  46 lines

  1. ThumbWheel = {
  2.     SUPERCLASS = Control;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. CDDrive = {
  10.     ACTIONS = {
  11.     playSpecifiedTrack:;
  12.     setPlayMode:;
  13.     pause:;
  14.     playTrackButton:;
  15.     stop:;
  16.     skipForward:;
  17.     eject:;
  18.     diskCatalog:;
  19.     debugPlayMode:;
  20.     skipBackward:;
  21.     setVolume:;
  22.     resetDrive:;
  23.     switchDisplay:;
  24.     play:;
  25.     skipTime:;
  26.     };
  27.     OUTLETS = {
  28.     modeMatrix;
  29.     trackMatrix;
  30.     volumeControl;
  31.     trackReadout;
  32.     pauseButton;
  33.     rewindButton;
  34.     thumbWheel;
  35.     displayButton;
  36.     timeReadout;
  37.     playButton;
  38.     fastForwardButton;
  39.     playerWindow;
  40.     };
  41.     SUPERCLASS = Object;
  42. };
  43. DigitalReadout = {
  44.     SUPERCLASS = View;
  45. };
  46.