home *** CD-ROM | disk | FTP | other *** search
- Molecule = {
- ACTIONS = {
- showInfo:;
- showWaveFunc:;
- };
- OUTLETS = {
- infopanel;
- wavefunc;
- };
- SUPERCLASS = Application;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MoleculeView = {
- ACTIONS = {
- flipLabels:;
- changeRotation:;
- flipAnimate:;
- changeMagnification:;
- cycleColors:;
- openIt:;
- };
- OUTLETS = {
- description;
- };
- SUPERCLASS = View;
- };
-