home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / MachOViewer / Source / MachOViewer.nib / data.classes next >
Encoding:
Text File  |  1994-05-29  |  361 b   |  29 lines

  1. Document = {
  2.     ACTIONS = {
  3.     show:;
  4.     };
  5.     OUTLETS = {
  6.     fileRep;
  7.     viewWindow;
  8.     };
  9.     SUPERCLASS = Menu;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. Controller = {
  17.     ACTIONS = {
  18.     showInfoPanel:;
  19.     closeFile:;
  20.     openNewFile:;
  21.     showHelpPanel:;
  22.     };
  23.     OUTLETS = {
  24.     infoPanel;
  25.     helpPanel;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29.