home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / ManPagesFromHeaders / Source / English.lproj / info.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  360 b   |  29 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Controller = {
  7.     ACTIONS = {
  8.     fetchPrice:;
  9.     showInfoPanel:;
  10.     };
  11.     OUTLETS = {
  12.     outputText;
  13.     stringTable;
  14.     server;
  15.     currentSymbols;
  16.     matrix;
  17.     infoview;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. InfoView = {
  22.     ACTIONS = {
  23.     fadeAway:;
  24.     };
  25.     OUTLETS = {
  26.     };
  27.     SUPERCLASS = View;
  28. };
  29.