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