home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / CDPlayer.app / CDDrive.nib / data.classes next >
Text File  |  1992-06-27  |  635b  |  47 lines

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