home *** CD-ROM | disk | FTP | other *** search
/ Freeware for SPARC / sparcapps.tar / me / Apps / Graphics / Movie.app / Movie.nib / data.classes next >
Text File  |  1994-06-07  |  538b  |  46 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Projectionist = {
  7.     ACTIONS = {
  8.     open:;
  9.     };
  10.     OUTLETS = {
  11.     window;
  12.     panel;
  13.     movieView;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. Controller = {
  18.     ACTIONS = {
  19.     print:;
  20.     open:;
  21.     okPrefs:;
  22.     save:;
  23.     stop:;
  24.     copy:;
  25.     reduce50pct:;
  26.     revStep:;
  27.     appDidInit:;
  28.     restore:;
  29.     rev:;
  30.     cancelPrefs:;
  31.     fwdStep:;
  32.     fwd:;
  33.     expand2x:;
  34.     prefs:;
  35.     windowDidBecomeMain:;
  36.     play:;
  37.     updatePrefs:;
  38.     };
  39.     OUTLETS = {
  40.     defDepthMatrix;
  41.     prefsPanel;
  42.     version;
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46.