home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / HeaderViewer.app / HeaderDriver.nib / data.classes next >
Text File  |  1992-07-06  |  710b  |  55 lines

  1. MachO = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     new:;
  5.     open:;
  6.     };
  7.     OUTLETS = {
  8.     editorList;
  9.     iconEnteredEditor;
  10.     openPanel;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. FindPanel = {
  20.     ACTIONS = {
  21.     enterSelection:;
  22.     findPanel:;
  23.     findPrevious:;
  24.     findNext:;
  25.     };
  26.     OUTLETS = {
  27.     findPanel;
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. HeaderDriver = {
  32.     ACTIONS = {
  33.     new:;
  34.     clearAll:;
  35.     nextSymbol:;
  36.     addDidInit:;
  37.     enterSelection:;
  38.     prevSymbol:;
  39.     contractSel:;
  40.     listing:;
  41.     expandSel:;
  42.     browser:;
  43.     open:;
  44.     showInfo:;
  45.     };
  46.     OUTLETS = {
  47.     finderLanguageElements;
  48.     findOptionsPanel;
  49.     };
  50.     SUPERCLASS = Object;
  51. };
  52. MyMachO = {
  53.     SUPERCLASS = MachO;
  54. };
  55.