home *** CD-ROM | disk | FTP | other *** search
/ Freeware for SPARC / sparcapps.tar / me / Apps / Games / Splat.app / English.lproj / Preferences.nib / data.classes next >
Text File  |  1994-06-07  |  669b  |  47 lines

  1. SplatView = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     soundManager;
  6.     };
  7.     SUPERCLASS = BoardView;
  8. };
  9. FirstResponder = {
  10.     ACTIONS = {
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. EKDefaultsManager = {
  15.     ACTIONS = {
  16.     showPreferencesPanel:;
  17.     };
  18.     OUTLETS = {
  19.     prefsPanel;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. SplatDefaults = {
  24.     ACTIONS = {
  25.     setDefaultPlayerName:;
  26.     setMoveAnimation:;
  27.     setBoardFile:;
  28.     setSoundEnabled:;
  29.     };
  30.     OUTLETS = {
  31.     moveAnimationSwitch;
  32.     boardView;
  33.     playSoundsSwitch;
  34.     boardBundle;
  35.     playerNameField;
  36.     };
  37.     SUPERCLASS = EKDefaultsManager;
  38. };
  39. BoardView = {
  40.     ACTIONS = {
  41.     };
  42.     OUTLETS = {
  43.     game;
  44.     };
  45.     SUPERCLASS = View;
  46. };
  47.