home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / TreeView / English.lproj / TreeView.nib / data.classes next >
Encoding:
Text File  |  1993-04-20  |  578 b   |  47 lines

  1. TreeButton = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     myTreeNode;
  6.     };
  7.     SUPERCLASS = Button;
  8. };
  9. TreeController = {
  10.     ACTIONS = {
  11.     info:;
  12.     open:;
  13.     };
  14.     OUTLETS = {
  15.     infoPanel;
  16.     openMenuItem;
  17.     treeView;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. Tree = {
  22.     ACTIONS = {
  23.     };
  24.     OUTLETS = {
  25.     label;
  26.     branches;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. FirstResponder = {
  31.     ACTIONS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. String = {
  36.     ACTIONS = {
  37.     setStringValue:;
  38.     concatenate:;
  39.     };
  40.     OUTLETS = {
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44. TreeView = {
  45.     SUPERCLASS = View;
  46. };
  47.