home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / PasteSpec.nib / data.classes next >
Text File  |  1994-03-08  |  8KB  |  573 lines

  1. SpreadSheetView = {
  2.     OUTLETS = {
  3.     ssColumnView;
  4.     ssRowView;
  5.     };
  6.     SUPERCLASS = ScrollView;
  7. };
  8. GoonInsp = {
  9.     OUTLETS = {
  10.     generalView;
  11.     inspectorView;
  12.     lastInspector;
  13.     viewPopList;
  14.     iconView;
  15.     viewPopup;
  16.     iconList;
  17.     nullInspector;
  18.     };
  19.     SUPERCLASS = Panel;
  20. };
  21. CellText = {
  22.     ACTIONS = {
  23.     setStyle:;
  24.     setFont:;
  25.     cellComposite:at::;
  26.     setSize:;
  27.     setText:;
  28.     };
  29.     OUTLETS = {
  30.     cacheWindow;
  31.     targetView;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. PasteSpecialPanel = {
  36.     ACTIONS = {
  37.     contentsAction:;
  38.     DoOK:;
  39.     DoCancel:;
  40.     };
  41.     OUTLETS = {
  42.     pasteMtx;
  43.     formatsChk;
  44.     pasteIntoChk;
  45.     origRefChk;
  46.     contentsChk;
  47.     usingMtx;
  48.     };
  49.     SUPERCLASS = Panel;
  50. };
  51. GIControl = {
  52.     ACTIONS = {
  53.     arrowHit:;
  54.     shadeHit:;
  55.     inspectHit:;
  56.     lineFillHit:;
  57.     thickHit:;
  58.     };
  59.     SUPERCLASS = Responder;
  60. };
  61. FormulaText = {
  62.     SUPERCLASS = Text;
  63. };
  64. FirstResponder = {
  65.     ACTIONS = {
  66.     };
  67.     SUPERCLASS = Object;
  68. };
  69. InpsMatrix = {
  70.     SUPERCLASS = Matrix;
  71. };
  72. SoundPanelDriver = {
  73.     ACTIONS = {
  74.     playPressed:;
  75.     editPressed:;
  76.     recordPressed:;
  77.     stopPressed:;
  78.     windowWillClose:;
  79.     };
  80.     OUTLETS = {
  81.     playButton;
  82.     editButton;
  83.     soundPanel;
  84.     recordButton;
  85.     };
  86.     SUPERCLASS = Object;
  87. };
  88. ColumnView = {
  89.     OUTLETS = {
  90.     cacheWindow;
  91.     };
  92.     SUPERCLASS = View;
  93. };
  94. IncFillDriver = {
  95.     ACTIONS = {
  96.     doCancel:;
  97.     doOK:;
  98.     };
  99.     OUTLETS = {
  100.     SeriesMtx;
  101.     startValue;
  102.     DateMtx;
  103.     TypeMtx;
  104.     stepValue;
  105.     endValue;
  106.     };
  107.     SUPERCLASS = Object;
  108. };
  109. FormatPanel = {
  110.     ACTIONS = {
  111.     doCancel:;
  112.     doFmtListHit:;
  113.     doDelete:;
  114.     doOK:;
  115.     };
  116.     OUTLETS = {
  117.     formatScrollView;
  118.     formatPatternText;
  119.     formatNameText;
  120.     formatSampleText;
  121.     formatListMtx;
  122.     };
  123.     SUPERCLASS = Panel;
  124. };
  125. DummyWindow = {
  126.     SUPERCLASS = Window;
  127. };
  128. SheetInsp = {
  129.     OUTLETS = {
  130.     generalView;
  131.     inspectorView;
  132.     lastInspector;
  133.     viewPopList;
  134.     iconView;
  135.     viewPopup;
  136.     iconList;
  137.     nullInspector;
  138.     };
  139.     SUPERCLASS = Panel;
  140. };
  141. FloatingWindow = {
  142.     OUTLETS = {
  143.     theFloater;
  144.     };
  145.     SUPERCLASS = Menu;
  146. };
  147. SpreadSheetWindow = {
  148.     ACTIONS = {
  149.     setTextWinOrigin::;
  150.     setIconWinOrigin::;
  151.     };
  152.     SUPERCLASS = Window;
  153. };
  154. PrefsPanel = {
  155.     ACTIONS = {
  156.     doRevert:;
  157.     setPrefs:;
  158.     };
  159.     OUTLETS = {
  160.     columnText;
  161.     headSizeText;
  162.     cellSizeText;
  163.     headFontText;
  164.     cellFontText;
  165.     rowText;
  166.     };
  167.     SUPERCLASS = Panel;
  168. };
  169. DeletePanel = {
  170.     ACTIONS = {
  171.     doCancel:;
  172.     doOK:;
  173.     };
  174.     OUTLETS = {
  175.     moveMtx;
  176.     };
  177.     SUPERCLASS = Panel;
  178. };
  179. SpreadSheetDoc = {
  180.     ACTIONS = {
  181.     changeLayout;
  182.     saveAs;
  183.     save;
  184.     changeSaveType;
  185.     revertToSaved;
  186.     saveTo;
  187.     };
  188.     OUTLETS = {
  189.     listener;
  190.     window;
  191.     view;
  192.     printInfo;
  193.     };
  194.     SUPERCLASS = Responder;
  195. };
  196. FullImpactApp = {
  197.     ACTIONS = {
  198.     open:;
  199.     doInputX:;
  200.     activateDocument:;
  201.     showFormatInspector:;
  202.     performIconAction:;
  203.     setFileType:;
  204.     doInputCheck:;
  205.     performMenuAction:;
  206.     showChartInspector:;
  207.     showIconBar:;
  208.     new:;
  209.     showSpreadSheetInspector:;
  210.     showGraphicsInspector:;
  211.     showMacroInspector:;
  212.     };
  213.     OUTLETS = {
  214.     deletePanel;
  215.     MacroInspector;
  216.     cellName;
  217.     inputWindow;
  218.     FormatInspector;
  219.     formatPanel;
  220.     pasteSpecPanel;
  221.     SheetInspector;
  222.     activateMenu;
  223.     textControl;
  224.     iconDummy;
  225.     ChartInspector;
  226.     ixType;
  227.     inputDummy;
  228.     incFillPanel;
  229.     insertPanel;
  230.     iconBar;
  231.     GraphicsInspector;
  232.     };
  233.     SUPERCLASS = Application;
  234. };
  235. ObjInsp = {
  236.     ACTIONS = {
  237.     doArrowButton:;
  238.     doViewPick:;
  239.     doObjPick:;
  240.     doShadeText:;
  241.     doFillPick:;
  242.     doShadeSlider:;
  243.     doShadeButton:;
  244.     doWeightText:;
  245.     makeKeyAndOrderFront:;
  246.     doOKButton:;
  247.     doStrokePick:;
  248.     doWeightSlider:;
  249.     };
  250.     OUTLETS = {
  251.     strokeSampleView;
  252.     weightSlider;
  253.     strokeShadeInspector;
  254.     strokePopList;
  255.     strokeShadeText;
  256.     viewPopup;
  257.     arrowBlank;
  258.     arrowInspector;
  259.     lastStrokeInspector;
  260.     arrowMatrix;
  261.     fillShadeInspector;
  262.     fillShadeButtons;
  263.     strokeShadeButtons;
  264.     strokeView;
  265.     strokeShadeSlider;
  266.     strokeInspector;
  267.     fillSampleView;
  268.     shadeView;
  269.     notApplicableView;
  270.     fillPopup;
  271.     fillNoInspectorView;
  272.     generalView;
  273.     inspectorView;
  274.     iconView;
  275.     viewPopList;
  276.     weightText;
  277.     arrowView;
  278.     fillShadeSlider;
  279.     fillView;
  280.     lastInspector;
  281.     lastFillInspector;
  282.     strokePopup;
  283.     fillShadeText;
  284.     fillPopList;
  285.     iconList;
  286.     nullInspector;
  287.     strokeNoInspectorView;
  288.     fillInspector;
  289.     };
  290.     SUPERCLASS = Panel;
  291. };
  292. FormatInsp = {
  293.     OUTLETS = {
  294.     generalView;
  295.     inspectorView;
  296.     lastInspector;
  297.     viewPopList;
  298.     iconView;
  299.     viewPopup;
  300.     iconList;
  301.     nullInspector;
  302.     };
  303.     SUPERCLASS = Panel;
  304. };
  305. PrintRowView = {
  306.     SUPERCLASS = View;
  307. };
  308. ChartInsp = {
  309.     ACTIONS = {
  310.     doChartButton:;
  311.     doOKButton:;
  312.     doViewPick:;
  313.     makeKeyAndOrderFront:;
  314.     doRevert:;
  315.     };
  316.     OUTLETS = {
  317.     scatXTickStartText;
  318.     lineShowPointsCheck;
  319.     freezeCheck;
  320.     vMargText;
  321.     std3DXGridCheck;
  322.     stdYTickCheck;
  323.     lnAr3DmiRotAngTxt;
  324.     viewPopList;
  325.     hiLowScaleMtx;
  326.     std3DZLabelCheck;
  327.     stdXMtx;
  328.     lnAr3DmiElvAngTxt;
  329.     hrzYLabelCheck;
  330.     sBarPerspCheck;
  331.     iconView;
  332.     dataPopList;
  333.     stdMarks;
  334.     stdTickStartText;
  335.     vBarInterpCheck;
  336.     lnAr3DmiScaleMtx;
  337.     hMargText;
  338.     pieCatCheck;
  339.     iconList;
  340.     bar3DmiElvAngTxt;
  341.     bar3DmiXAxThkTxt;
  342.     stdAutoCalcCheck;
  343.     scatXLabelCheck;
  344.     pieLabelButton;
  345.     scatXMtx;
  346.     scatterMisc;
  347.     stdXTickCheck;
  348.     pieMarks;
  349.     std3DTickStartText;
  350.     wire3DmiRotAngTxt;
  351.     dataPopup;
  352.     scatYMtx;
  353.     std3DYLabelCheck;
  354.     std3DXLabelCheck;
  355.     hrzXMtx;
  356.     pieAngleText;
  357.     scatYGridCheck;
  358.     scatShowPointsCheck;
  359.     hrzXGridCheck;
  360.     scatXGridCheck;
  361.     hrzYGridCheck;
  362.     hrzYTickCheck;
  363.     scatXTickNumText;
  364.     lnAr3DmiZAxThkTxt;
  365.     marks3DView;
  366.     stdYMtx;
  367.     nullInspector;
  368.     bar3DMisc;
  369.     lineScaleMtx;
  370.     scatYLabelCheck;
  371.     bar3DmiZAxThkTxt;
  372.     inspectorView;
  373.     pieValCheck;
  374.     lineMisc;
  375.     bar3DmiPrspAngTxt;
  376.     stdYGridCheck;
  377.     stdXGridCheck;
  378.     lineInterpCheck;
  379.     marksView;
  380.     scatInterpCheck;
  381.     stdYLabelCheck;
  382.     std3DYMtx;
  383.     hilowMisc;
  384.     scatterMarks;
  385.     bar3DmiRotAngTxt;
  386.     stdTickNumText;
  387.     scatXTickCheck;
  388.     horzMarks;
  389.     hrzTickNumText;
  390.     std3DZTickCheck;
  391.     areaMisc;
  392.     scatYTickStartText;
  393.     scatShowLinesCheck;
  394.     hrzXTickCheck;
  395.     scatYTickNumText;
  396.     lnAr3DmiPrspAngTxt;
  397.     hrzTickEndText;
  398.     std3DTickNumText;
  399.     areaScaleMtx;
  400.     bar3DmiScaleMtx;
  401.     nameText;
  402.     sBarShowTotalCheck;
  403.     legendCheck;
  404.     scatYTickEndText;
  405.     barMisc;
  406.     dataMtx;
  407.     piePcntCheck;
  408.     std3DXMtx;
  409.     scatScaleXMtx;
  410.     areaInterpCheck;
  411.     stdXLabelCheck;
  412.     generalView;
  413.     lastInspector;
  414.     pieMisc;
  415.     scatScaleYMtx;
  416.     std3DYGridCheck;
  417.     std3DZGridCheck;
  418.     hrzAutoCalcCheck;
  419.     vBarPerspCheck;
  420.     sBarInterpCheck;
  421.     stdTickEndText;
  422.     scatYTickCheck;
  423.     std3DAutoCalcCheck;
  424.     std3DZMtx;
  425.     vBarShowValCheck;
  426.     wire3DMisc;
  427.     LnAr3DMisc;
  428.     wire3DmiPrspAngTxt;
  429.     vBarScaleMtx;
  430.     frameCheck;
  431.     hrzYMtx;
  432.     lineShowLinesCheck;
  433.     std3DTickEndText;
  434.     scatXTickEndText;
  435.     hrzXLabelCheck;
  436.     wire3DmiScaleMtx;
  437.     std3DXTickCheck;
  438.     std3DYTickCheck;
  439.     scatYAutoCalcCheck;
  440.     scatXAutoCalcCheck;
  441.     hrzTickStartText;
  442.     wire3DmiElvAngTxt;
  443.     sBarScaleMtx;
  444.     viewPopup;
  445.     hiLowPlotMtx;
  446.     sbarMisc;
  447.     };
  448.     SUPERCLASS = Panel;
  449. };
  450. IncFillPanel = {
  451.     ACTIONS = {
  452.     DoOK:;
  453.     DoCancel:;
  454.     };
  455.     OUTLETS = {
  456.     EndVal;
  457.     StartVal;
  458.     TypeMatx;
  459.     StepVal;
  460.     DateMtx;
  461.     SeriesMtx;
  462.     };
  463.     SUPERCLASS = Panel;
  464. };
  465. TextInputControl = {
  466.     ACTIONS = {
  467.     lParen:;
  468.     sqrt:;
  469.     leftArrow:;
  470.     lessThan:;
  471.     undo:;
  472.     add:;
  473.     OK:;
  474.     rParen:;
  475.     comma:;
  476.     mul:;
  477.     one:;
  478.     grtrThan:;
  479.     X:;
  480.     summation:;
  481.     dot;
  482.     pow:;
  483.     div:;
  484.     sub:;
  485.     };
  486.     OUTLETS = {
  487.     cellNameField;
  488.     valueInputField;
  489.     };
  490.     SUPERCLASS = Responder;
  491. };
  492. ObjView = {
  493.     SUPERCLASS = View;
  494. };
  495. PrintCellView = {
  496.     SUPERCLASS = View;
  497. };
  498. RowView = {
  499.     OUTLETS = {
  500.     cacheWindow;
  501.     };
  502.     SUPERCLASS = View;
  503. };
  504. MacroInsp = {
  505.     OUTLETS = {
  506.     generalView;
  507.     inspectorView;
  508.     lastInspector;
  509.     viewPopList;
  510.     iconView;
  511.     viewPopup;
  512.     iconList;
  513.     nullInspector;
  514.     };
  515.     SUPERCLASS = Panel;
  516. };
  517. SoundPanel = {
  518.     SUPERCLASS = Panel;
  519. };
  520. ShadeView = {
  521.     SUPERCLASS = View;
  522. };
  523. InsertPanel = {
  524.     ACTIONS = {
  525.     doCancel:;
  526.     doOK:;
  527.     };
  528.     OUTLETS = {
  529.     MoveMtx;
  530.     };
  531.     SUPERCLASS = Panel;
  532. };
  533. PrintView = {
  534.     OUTLETS = {
  535.     columnView;
  536.     rowView;
  537.     cellView;
  538.     };
  539.     SUPERCLASS = View;
  540. };
  541. CellView = {
  542.     ACTIONS = {
  543.     copy;
  544.     selectAll;
  545.     paste;
  546.     deSelectAll;
  547.     cut;
  548.     };
  549.     OUTLETS = {
  550.     CollumView;
  551.     cacheWindow;
  552.     RowView;
  553.     };
  554.     SUPERCLASS = View;
  555. };
  556. PrintColView = {
  557.     SUPERCLASS = View;
  558. };
  559. PasteSpcDriver = {
  560.     ACTIONS = {
  561.     doCancel:;
  562.     doOK:;
  563.     };
  564.     OUTLETS = {
  565.     pasteMtx;
  566.     contentsMtx;
  567.     pasteIntoChk;
  568.     origRefChk;
  569.     usingMtx;
  570.     };
  571.     SUPERCLASS = Object;
  572. };
  573.