home *** CD-ROM | disk | FTP | other *** search
- ThumbWheel = {
- SUPERCLASS = Control;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- CDDrive = {
- ACTIONS = {
- setPlayMode:;
- pause:;
- playTrackButton:;
- stop:;
- skipForward:;
- eject:;
- diskCatalog:;
- debugPlayMode:;
- skipBackward:;
- setVolume:;
- resetDrive:;
- switchDisplay:;
- play:;
- skipTime:;
- };
- OUTLETS = {
- trackReadout;
- volumeControl;
- timeReadout;
- playButton;
- thumbWheel;
- trackMatrix;
- rewindButton;
- playerWindow;
- timeField;
- fastForwardButton;
- displayButton;
- pauseButton;
- trackField;
- modeMatrix;
- };
- SUPERCLASS = Object;
- };
- DigitalReadout = {
- SUPERCLASS = View;
- };
-