home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / TreeView / English.lproj / TreeView.nib / data.classes next >
Encoding:
Text File  |  1995-08-23  |  857 b   |  28 lines

  1. TreeButton = {ACTIONS = {}; OUTLETS = {myTreeNode = myTreeNode; }; SUPERCLASS = Button; };
  2. TreeView = {
  3.     ACTIONS = {"scale:" = "scale:"; "setCurrButtonByName:" = "setCurrButtonByName:"; }; 
  4.     OUTLETS = {
  5.     currentButton = currentButton; 
  6.     lineList = lineList; 
  7.     priorButton = priorButton; 
  8.     treeRoot = treeRoot; 
  9.     }; 
  10.     SUPERCLASS = View; 
  11. };
  12. TreeController = {
  13.     ACTIONS = {"info:" = "info:"; "open:" = "open:"; "save:" = "save:"; }; 
  14.     OUTLETS = {infoPanel = infoPanel; treeView = treeView; }; 
  15.     SUPERCLASS = Object; 
  16. };
  17. Tree = {
  18.     ACTIONS = {}; 
  19.     OUTLETS = {branches = branches; label = label; }; 
  20.     SUPERCLASS = Object; 
  21. };
  22. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  23. String = {
  24.     ACTIONS = {"concatenate:" = "concatenate:"; "setStringValue:" = "setStringValue:"; }; 
  25.     OUTLETS = {}; 
  26.     SUPERCLASS = Object; 
  27. };
  28.