home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / Applications / BuildaDudeII / English.lproj / InfoPanel.nib / data.classes next >
Encoding:
Text File  |  1995-03-22  |  439 b   |  34 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     deleteLink:;
  4.     toggleLeaf:;
  5.     openFolder:;
  6.     duplicate:;
  7.     openFile:;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. AppDelegate = {
  12.     ACTIONS = {
  13.     appDidInit:;
  14.     newViewer:;
  15.     showInfo:;
  16.     };
  17.     OUTLETS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. WW3DTesterAppController = {
  22.     ACTIONS = {
  23.     showInfoPanel:;
  24.     newWell:;
  25.     open:;
  26.     };
  27.     OUTLETS = {
  28.     infoPanel;
  29.     currentDoc;
  30.     docList;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.