home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / WriteUp_1.2 / Application / WriteUp.app / English.lproj / PanelMergeData.nib / data.classes next >
Text File  |  1995-01-30  |  1KB  |  94 lines

  1. AfsSwapPanel = {
  2.     ACTIONS = {
  3.     setSwapView:;
  4.     swapInForPrint:;
  5.     swapIn:;
  6.     };
  7.     OUTLETS = {
  8.     swapView;
  9.     };
  10.     SUPERCLASS = Panel;
  11. };
  12. AfsSizableSwapView = {
  13.     ACTIONS = {
  14.     viewNextSwapPanel:;
  15.     viewPreviousSwapPanel:;
  16.     swapIn:;
  17.     };
  18.     OUTLETS = {
  19.     firstOutsideText;
  20.     lastOutsideText;
  21.     titleText;
  22.     firstSwapPanel;
  23.     popUpListsButton;
  24.     delegate;
  25.     };
  26.     SUPERCLASS = Control;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. AfsLinkedSwapPanel = {
  34.     ACTIONS = {
  35.     swapOut:;
  36.     swapIn:;
  37.     };
  38.     OUTLETS = {
  39.     nextSwapPanel;
  40.     lastText;
  41.     swapView;
  42.     firstText;
  43.     };
  44.     SUPERCLASS = Panel;
  45. };
  46. anotherDelegate = {
  47.     ACTIONS = {
  48.     viewDidSwap:;
  49.     };
  50.     OUTLETS = {
  51.     };
  52.     SUPERCLASS = Object;
  53. };
  54. PanelMergeData = {
  55.     ACTIONS = {
  56.     loadFromFile:;
  57.     sendPrinter:;
  58.     sendDocument:;
  59.     paste:;
  60.     stopMerge:;
  61.     pickInBrowser:;
  62.     init:;
  63.     };
  64.     OUTLETS = {
  65.     tableSwapView;
  66.     printerButton;
  67.     panel;
  68.     newDocButton;
  69.     docBrowser;
  70.     matrix;
  71.     docList;
  72.     completionPanel;
  73.     dataSwapView;
  74.     swapView;
  75.     noDataSwapView;
  76.     pasteButton;
  77.     docnameForProgress;
  78.     fileButton;
  79.     templateDocument;
  80.     pieChart;
  81.     dataStorage;
  82.     dataTableView;
  83.     cloneDocument;
  84.     };
  85.     SUPERCLASS = Object;
  86. };
  87. PieChart = {
  88.     ACTIONS = {
  89.     };
  90.     OUTLETS = {
  91.     };
  92.     SUPERCLASS = View;
  93. };
  94.