home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / FormatX.nib / data.classes < prev    next >
Text File  |  1994-09-21  |  9KB  |  616 lines

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