home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Graphics / Multimedia / MPEG_Play.app / English.lproj / MPEG_Play.nib / data.classes next >
Encoding:
Text File  |  1993-03-14  |  614 b   |  42 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     runAgain:;
  4.     playTransport:;
  5.     stopTransport:;
  6.     pauseTransport:;
  7.     };
  8.     OUTLETS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. Controller = {
  13.     ACTIONS = {
  14.     windowWillClose:;
  15.     saveVideo:;
  16.     windowDidMove:;
  17.     openVideo:;
  18.     showAboutPanel:;
  19.     showStatsInfo:;
  20.     appWillInit:;
  21.     updateInfoPanels:;
  22.     showFileInfo:;
  23.     showToolsSettings:;
  24.     detachFromView:;
  25.     windowDidBecomeMain:;
  26.     openRequest:;
  27.     showToolsTransport:;
  28.     };
  29.     OUTLETS = {
  30.     savePanel;
  31.     settings;
  32.     statsInfo;
  33.     playAgainMenuItem;
  34.     transport;
  35.     currentMPEGView;
  36.     aboutPanel;
  37.     openPanel;
  38.     fileInfo;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42.