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

  1. Generator = {
  2.     ACTIONS = {
  3.     startRandomTool:;
  4.     save:;
  5.     clear:;
  6.     loadSample:;
  7.     saveAs:;
  8.     runStop:;
  9.     step:;
  10.     drawRandom:;
  11.     setSpeed:;
  12.     load:;
  13.     revertToSaved:;
  14.     showPrefs:;
  15.     showInfo:;
  16.     };
  17.     OUTLETS = {
  18.     lifeView;
  19.     prefController;
  20.     samplesMenu;
  21.     runButton;
  22.     generationField;
  23.     randomGenerator;
  24.     filenameField;
  25.     runMenuButton;
  26.     infoPanel;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. FirstResponder = {
  31.     ACTIONS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. RandomGenerator = {
  36.     ACTIONS = {
  37.     setDistribution:;
  38.     apply:;
  39.     };
  40.     OUTLETS = {
  41.     stepDensityField;
  42.     gaussPercentField;
  43.     window;
  44.     lifeView;
  45.     multiView;
  46.     gaussWidthField;
  47.     isotropicView;
  48.     isoPercentField;
  49.     gaussianView;
  50.     theGenerator;
  51.     stepWidthField;
  52.     stepView;
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56.