home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / ChartInspector.nib / data.classes < prev    next >
Text File  |  1994-03-08  |  8KB  |  594 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.     inspectHit:;
  56.     arrowHit:;
  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. PrefsPanel = {
  154.     ACTIONS = {
  155.     doRevert:;
  156.     setPrefs:;
  157.     };
  158.     OUTLETS = {
  159.     columnText;
  160.     headSizeText;
  161.     cellSizeText;
  162.     headFontText;
  163.     cellFontText;
  164.     rowText;
  165.     };
  166.     SUPERCLASS = Panel;
  167. };
  168. DeletePanel = {
  169.     ACTIONS = {
  170.     doCancel:;
  171.     doOK:;
  172.     };
  173.     OUTLETS = {
  174.     moveMtx;
  175.     };
  176.     SUPERCLASS = Panel;
  177. };
  178. SpreadSheetDoc = {
  179.     ACTIONS = {
  180.     save;
  181.     changeLayout;
  182.     revertToSaved;
  183.     saveTo;
  184.     saveAs;
  185.     changeSaveType;
  186.     };
  187.     OUTLETS = {
  188.     listener;
  189.     window;
  190.     view;
  191.     printInfo;
  192.     };
  193.     SUPERCLASS = Responder;
  194. };
  195. FullImpactApp = {
  196.     ACTIONS = {
  197.     open:;
  198.     doInputX:;
  199.     activateDocument:;
  200.     showFormatInspector:;
  201.     performIconAction:;
  202.     setFileType:;
  203.     doInputCheck:;
  204.     performMenuAction:;
  205.     showChartInspector:;
  206.     showIconBar:;
  207.     new:;
  208.     showSpreadSheetInspector:;
  209.     showGraphicsInspector:;
  210.     showMacroInspector:;
  211.     };
  212.     OUTLETS = {
  213.     deletePanel;
  214.     MacroInspector;
  215.     cellName;
  216.     inputWindow;
  217.     FormatInspector;
  218.     formatPanel;
  219.     pasteSpecPanel;
  220.     activateMenu;
  221.     SheetInspector;
  222.     textControl;
  223.     iconDummy;
  224.     ChartInspector;
  225.     ixType;
  226.     inputDummy;
  227.     incFillPanel;
  228.     insertPanel;
  229.     iconBar;
  230.     GraphicsInspector;
  231.     };
  232.     SUPERCLASS = Application;
  233. };
  234. FormatInsp = {
  235.     OUTLETS = {
  236.     inspectorView;
  237.     generalView;
  238.     lastInspector;
  239.     viewPopList;
  240.     iconView;
  241.     viewPopup;
  242.     iconList;
  243.     nullInspector;
  244.     };
  245.     SUPERCLASS = Panel;
  246. };
  247. PrintRowView = {
  248.     SUPERCLASS = View;
  249. };
  250. ObjInsp = {
  251.     ACTIONS = {
  252.     doArrowButton:;
  253.     doViewPick:;
  254.     doObjPick:;
  255.     doShadeText:;
  256.     doShadeSlider:;
  257.     doFillPick:;
  258.     doShadeButton:;
  259.     doWeightText:;
  260.     makeKeyAndOrderFront:;
  261.     doOKButton:;
  262.     doStrokePick:;
  263.     doWeightSlider:;
  264.     };
  265.     OUTLETS = {
  266.     weightSlider;
  267.     strokeSampleView;
  268.     strokePopList;
  269.     strokeShadeInspector;
  270.     strokeShadeText;
  271.     viewPopup;
  272.     arrowInspector;
  273.     arrowBlank;
  274.     arrowMatrix;
  275.     fillShadeButtons;
  276.     lastStrokeInspector;
  277.     fillShadeInspector;
  278.     strokeShadeSlider;
  279.     strokeInspector;
  280.     strokeShadeButtons;
  281.     strokeView;
  282.     fillSampleView;
  283.     shadeView;
  284.     notApplicableView;
  285.     fillPopup;
  286.     fillNoInspectorView;
  287.     generalView;
  288.     inspectorView;
  289.     iconView;
  290.     viewPopList;
  291.     weightText;
  292.     arrowView;
  293.     fillShadeSlider;
  294.     fillView;
  295.     lastInspector;
  296.     lastFillInspector;
  297.     strokePopup;
  298.     fillShadeText;
  299.     fillPopList;
  300.     iconList;
  301.     strokeNoInspectorView;
  302.     nullInspector;
  303.     fillInspector;
  304.     };
  305.     SUPERCLASS = Panel;
  306. };
  307. ChartInsp = {
  308.     ACTIONS = {
  309.     doWeightSlider:;
  310.     doViewPick:;
  311.     borderEnableCheck:;
  312.     doChartButton:;
  313.     borderColorChanged:;
  314.     fillEnableCheck:;
  315.     fillColorChanged:;
  316.     doWeightText:;
  317.     fill:;
  318.     openColorPanel:;
  319.     makeKeyAndOrderFront:;
  320.     doOKButton:;
  321.     doRevert:;
  322.     };
  323.     OUTLETS = {
  324.     scatXTickStartText;
  325.     freezeCheck;
  326.     lineShowPointsCheck;
  327.     vMargText;
  328.     std3DXGridCheck;
  329.     stdYTickCheck;
  330.     lnAr3DmiRotAngTxt;
  331.     viewPopList;
  332.     hiLowScaleMtx;
  333.     std3DZLabelCheck;
  334.     stdXMtx;
  335.     lnAr3DmiElvAngTxt;
  336.     noBorderCheck;
  337.     sBarPerspCheck;
  338.     hrzYLabelCheck;
  339.     iconView;
  340.     dataPopList;
  341.     weightText;
  342.     stdMarks;
  343.     wire3DmiInterpCheck;
  344.     stdTickStartText;
  345.     vBarInterpCheck;
  346.     lnAr3DmiScaleMtx;
  347.     hMargText;
  348.     revertButton;
  349.     pieCatCheck;
  350.     iconList;
  351.     bar3DmiElvAngTxt;
  352.     bar3DmiXAxThkTxt;
  353.     stdAutoCalcCheck;
  354.     scatXLabelCheck;
  355.     pieLabelButton;
  356.     scatXMtx;
  357.     scatterMisc;
  358.     stdXTickCheck;
  359.     pieMarks;
  360.     std3DTickStartText;
  361.     wire3DmiRotAngTxt;
  362.     dataPopup;
  363.     std3DYLabelCheck;
  364.     scatYMtx;
  365.     std3DXLabelCheck;
  366.     hrzXMtx;
  367.     scatShowPointsCheck;
  368.     scatYGridCheck;
  369.     scatXGridCheck;
  370.     hrzXGridCheck;
  371.     hrzYGridCheck;
  372.     pieAngleText;
  373.     scatXTickNumText;
  374.     marks3DView;
  375.     hrzYTickCheck;
  376.     bar3DmiInterpCheck;
  377.     lnAr3DmiZAxThkTxt;
  378.     stdYMtx;
  379.     nullInspector;
  380.     bar3DMisc;
  381.     lineScaleMtx;
  382.     scatYLabelCheck;
  383.     bar3DmiZAxThkTxt;
  384.     inspectorView;
  385.     lineMisc;
  386.     pieValCheck;
  387.     bar3DmiPrspAngTxt;
  388.     stdXGridCheck;
  389.     stdYGridCheck;
  390.     lineInterpCheck;
  391.     marksView;
  392.     scatInterpCheck;
  393.     stdYLabelCheck;
  394.     std3DYMtx;
  395.     hilowMisc;
  396.     bar3DmiRotAngTxt;
  397.     stdTickNumText;
  398.     scatterMarks;
  399.     scatXTickCheck;
  400.     horzMarks;
  401.     hrzTickNumText;
  402.     std3DZTickCheck;
  403.     areaMisc;
  404.     scatYTickStartText;
  405.     scatShowLinesCheck;
  406.     hrzXTickCheck;
  407.     scatYTickNumText;
  408.     lnAr3DmiPrspAngTxt;
  409.     hrzTickEndText;
  410.     std3DTickNumText;
  411.     bar3DmiScaleMtx;
  412.     areaScaleMtx;
  413.     nameText;
  414.     sBarShowTotalCheck;
  415.     legendCheck;
  416.     scatYTickEndText;
  417.     proxyView;
  418.     barMisc;
  419.     dataMtx;
  420.     std3DXMtx;
  421.     piePcntCheck;
  422.     scatScaleXMtx;
  423.     strokeInspector;
  424.     areaInterpCheck;
  425.     stdXLabelCheck;
  426.     generalView;
  427.     lastInspector;
  428.     pieMisc;
  429.     scatScaleYMtx;
  430.     setButton;
  431.     vBarPerspCheck;
  432.     std3DZGridCheck;
  433.     std3DYGridCheck;
  434.     sBarInterpCheck;
  435.     hrzAutoCalcCheck;
  436.     stdTickEndText;
  437.     scatYTickCheck;
  438.     std3DAutoCalcCheck;
  439.     std3DZMtx;
  440.     vBarShowValCheck;
  441.     wire3DMisc;
  442.     LnAr3DMisc;
  443.     borderColorWell;
  444.     wire3DmiPrspAngTxt;
  445.     vBarScaleMtx;
  446.     frameCheck;
  447.     weightSlider;
  448.     hrzYMtx;
  449.     lineShowLinesCheck;
  450.     std3DTickEndText;
  451.     scatXTickEndText;
  452.     hrzXLabelCheck;
  453.     wire3DmiScaleMtx;
  454.     chartNumText;
  455.     std3DXTickCheck;
  456.     std3DYTickCheck;
  457.     fillColorWell;
  458.     scatYAutoCalcCheck;
  459.     scatXAutoCalcCheck;
  460.     hrzTickStartText;
  461.     wire3DmiElvAngTxt;
  462.     sBarScaleMtx;
  463.     viewPopup;
  464.     hiLowPlotMtx;
  465.     noFillCheck;
  466.     lnAr3DmiInterpCheck;
  467.     sbarMisc;
  468.     };
  469.     SUPERCLASS = Panel;
  470. };
  471. TextInputControl = {
  472.     ACTIONS = {
  473.     lParen:;
  474.     leftArrow:;
  475.     sqrt:;
  476.     lessThan:;
  477.     undo:;
  478.     add:;
  479.     OK:;
  480.     rParen:;
  481.     comma:;
  482.     mul:;
  483.     one:;
  484.     grtrThan:;
  485.     X:;
  486.     dot;
  487.     summation:;
  488.     pow:;
  489.     div:;
  490.     sub:;
  491.     };
  492.     OUTLETS = {
  493.     cellNameField;
  494.     valueInputField;
  495.     };
  496.     SUPERCLASS = Responder;
  497. };
  498. IncFillPanel = {
  499.     ACTIONS = {
  500.     DoOK:;
  501.     DoCancel:;
  502.     };
  503.     OUTLETS = {
  504.     EndVal;
  505.     StartVal;
  506.     TypeMatx;
  507.     StepVal;
  508.     DateMtx;
  509.     SeriesMtx;
  510.     };
  511.     SUPERCLASS = Panel;
  512. };
  513. ObjView = {
  514.     SUPERCLASS = View;
  515. };
  516. PrintCellView = {
  517.     SUPERCLASS = View;
  518. };
  519. MacroInsp = {
  520.     OUTLETS = {
  521.     inspectorView;
  522.     generalView;
  523.     lastInspector;
  524.     viewPopList;
  525.     iconView;
  526.     viewPopup;
  527.     iconList;
  528.     nullInspector;
  529.     };
  530.     SUPERCLASS = Panel;
  531. };
  532. RowView = {
  533.     OUTLETS = {
  534.     cacheWindow;
  535.     };
  536.     SUPERCLASS = View;
  537. };
  538. SoundPanel = {
  539.     SUPERCLASS = Panel;
  540. };
  541. ShadeView = {
  542.     SUPERCLASS = View;
  543. };
  544. InsertPanel = {
  545.     ACTIONS = {
  546.     doCancel:;
  547.     doOK:;
  548.     };
  549.     OUTLETS = {
  550.     MoveMtx;
  551.     };
  552.     SUPERCLASS = Panel;
  553. };
  554. PrintView = {
  555.     OUTLETS = {
  556.     columnView;
  557.     rowView;
  558.     cellView;
  559.     };
  560.     SUPERCLASS = View;
  561. };
  562. CellView = {
  563.     ACTIONS = {
  564.     selectAll;
  565.     copy;
  566.     paste;
  567.     deSelectAll;
  568.     cut;
  569.     };
  570.     OUTLETS = {
  571.     CollumView;
  572.     cacheWindow;
  573.     RowView;
  574.     };
  575.     SUPERCLASS = View;
  576. };
  577. PrintColView = {
  578.     SUPERCLASS = View;
  579. };
  580. PasteSpcDriver = {
  581.     ACTIONS = {
  582.     doCancel:;
  583.     doOK:;
  584.     };
  585.     OUTLETS = {
  586.     pasteMtx;
  587.     pasteIntoChk;
  588.     contentsMtx;
  589.     origRefChk;
  590.     usingMtx;
  591.     };
  592.     SUPERCLASS = Object;
  593. };
  594.