home *** CD-ROM | disk | FTP | other *** search
- TreeButton = {ACTIONS = {}; OUTLETS = {myTreeNode = myTreeNode; }; SUPERCLASS = Button; };
- TreeView = {
- ACTIONS = {"scale:" = "scale:"; "setCurrButtonByName:" = "setCurrButtonByName:"; };
- OUTLETS = {
- currentButton = currentButton;
- lineList = lineList;
- priorButton = priorButton;
- treeRoot = treeRoot;
- };
- SUPERCLASS = View;
- };
- TreeController = {
- ACTIONS = {"info:" = "info:"; "open:" = "open:"; "save:" = "save:"; };
- OUTLETS = {infoPanel = infoPanel; treeView = treeView; };
- SUPERCLASS = Object;
- };
- Tree = {
- ACTIONS = {};
- OUTLETS = {branches = branches; label = label; };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- String = {
- ACTIONS = {"concatenate:" = "concatenate:"; "setStringValue:" = "setStringValue:"; };
- OUTLETS = {};
- SUPERCLASS = Object;
- };
-