home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / InsDel.nib / data.classes next >
Text File  |  1994-10-26  |  9KB  |  632 lines

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