home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- fetchPrice:;
- showInfoPanel:;
- };
- OUTLETS = {
- outputText;
- stringTable;
- server;
- currentSymbols;
- matrix;
- infoview;
- };
- SUPERCLASS = Object;
- };
- InfoView = {
- ACTIONS = {
- fadeAway:;
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
-