home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Examples / TreeView / English.lproj / DocWindow.nib / data.classes next >
Encoding:
Text File  |  1994-05-16  |  407 b   |  32 lines

  1. TreeController = {
  2.     ACTIONS = {
  3.     info:;
  4.     open:;
  5.     };
  6.     OUTLETS = {
  7.     infoPanel;
  8.     treeView;
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. FirstResponder = {
  13.     ACTIONS = {
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. TreeView = {
  18.     ACTIONS = {
  19.     setCurrButtonByName:;
  20.     scale:;
  21.     displayButByName:;
  22.     };
  23.     OUTLETS = {
  24.     selectedField;
  25.     treeRoot;
  26.     lineList;
  27.     currentButton;
  28.     priorButton;
  29.     };
  30.     SUPERCLASS = View;
  31. };
  32.