home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / WriteUp_1.2 / Application / WriteUp.app / English.lproj / LinksPanel.nib / data.classes < prev    next >
Text File  |  1995-01-19  |  872b  |  71 lines

  1. LinksPanel = {
  2.     ACTIONS = {
  3.     windowWillResize:;
  4.     ok:;
  5.     init:;
  6.     revert:;
  7.     };
  8.     OUTLETS = {
  9.     inspector;
  10.     };
  11.     SUPERCLASS = Panel;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. PasteUp = {
  19.     OUTLETS = {
  20.     linksPanel;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. WriteUp = {
  25.     ACTIONS = {
  26.     appDidInit:;
  27.     };
  28.     OUTLETS = {
  29.     };
  30.     SUPERCLASS = PasteUp;
  31. };
  32. LinksInspector = {
  33.     ACTIONS = {
  34.     inspect:;
  35.     openFile:;
  36.     showSelection:;
  37.     init:;
  38.     previousItem:;
  39.     ok:;
  40.     break:;
  41.     replaceFile:;
  42.     singleAction:;
  43.     nextItem:;
  44.     sort:;
  45.     doubleAction:;
  46.     };
  47.     OUTLETS = {
  48.     scrollView;
  49.     openButton;
  50.     entrySize;
  51.     updateList;
  52.     iconImage;
  53.     breakButton;
  54.     matrix;
  55.     entryChange;
  56.     iconButton;
  57.     entryButton;
  58.     entryBox;
  59.     view;
  60.     replaceButton;
  61.     fileTitle;
  62.     entryPage;
  63.     sortPopup;
  64.     pathField;
  65.     window;
  66.     pathTitle;
  67.     entryName;
  68.     };
  69.     SUPERCLASS = Object;
  70. };
  71.