home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Examples / MiscTree_Browser / English.lproj / Arbor.nib / data.classes next >
Encoding:
Text File  |  1994-03-26  |  320 b   |  24 lines

  1. ExtendedApp = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = Application;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. AppDelegate = {
  14.     ACTIONS = {
  15.     loadTree:;
  16.     };
  17.     OUTLETS = {
  18.     selectedLabelPath;
  19.     selectedLabelNode;
  20.     theBrowser;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24.