home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextDeveloper / Demos / Molecule.app / English.lproj / Molecule.nib / data.classes next >
Encoding:
Text File  |  1993-06-28  |  411 b   |  31 lines

  1. Molecule = {
  2.     ACTIONS = {
  3.     showInfo:;
  4.     showWaveFunc:;
  5.     };
  6.     OUTLETS = {
  7.     infopanel;
  8.     wavefunc;
  9.     };
  10.     SUPERCLASS = Application;
  11. };
  12. FirstResponder = {
  13.     ACTIONS = {
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. MoleculeView = {
  18.     ACTIONS = {
  19.     flipLabels:;
  20.     changeRotation:;
  21.     flipAnimate:;
  22.     changeMagnification:;
  23.     cycleColors:;
  24.     openIt:;
  25.     };
  26.     OUTLETS = {
  27.     description;
  28.     };
  29.     SUPERCLASS = View;
  30. };
  31.