home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / CDPlayer.app / CDPlayer.nib / data.classes next >
Text File  |  1992-07-02  |  618b  |  46 lines

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