home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / Molecule.app / English.lproj / Molecule.nib / data.classes next >
Encoding:
Text File  |  1992-06-18  |  411 b   |  30 lines

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