home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / IncFill.nib / data.classes next >
Text File  |  1994-03-08  |  8KB  |  578 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.     DoOK:;
  38.     DoCancel:;
  39.     };
  40.     OUTLETS = {
  41.     pasteMtx;
  42.     formatsChk;
  43.     pasteIntoChk;
  44.     origRefChk;
  45.     contentsChk;
  46.     usingMtx;
  47.     };
  48.     SUPERCLASS = Panel;
  49. };
  50. GIControl = {
  51.     ACTIONS = {
  52.     arrowHit:;
  53.     shadeHit:;
  54.     inspectHit:;
  55.     lineFillHit:;
  56.     thickHit:;
  57.     };
  58.     SUPERCLASS = Responder;
  59. };
  60. FormulaText = {
  61.     SUPERCLASS = Text;
  62. };
  63. FirstResponder = {
  64.     ACTIONS = {
  65.     };
  66.     SUPERCLASS = Object;
  67. };
  68. InpsMatrix = {
  69.     SUPERCLASS = Matrix;
  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. IncFillDriver = {
  94.     ACTIONS = {
  95.     doCancel:;
  96.     doOK:;
  97.     };
  98.     OUTLETS = {
  99.     SeriesMtx;
  100.     startValue;
  101.     DateMtx;
  102.     TypeMtx;
  103.     stepValue;
  104.     endValue;
  105.     };
  106.     SUPERCLASS = Object;
  107. };
  108. FormatPanel = {
  109.     ACTIONS = {
  110.     doCancel:;
  111.     doFmtListHit:;
  112.     doDelete:;
  113.     doOK:;
  114.     };
  115.     OUTLETS = {
  116.     formatScrollView;
  117.     formatPatternText;
  118.     formatNameText;
  119.     formatSampleText;
  120.     formatListMtx;
  121.     };
  122.     SUPERCLASS = Panel;
  123. };
  124. DummyWindow = {
  125.     SUPERCLASS = Window;
  126. };
  127. SheetInsp = {
  128.     OUTLETS = {
  129.     generalView;
  130.     inspectorView;
  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.     changeLayout;
  181.     saveAs;
  182.     save;
  183.     changeSaveType;
  184.     revertToSaved;
  185.     saveTo;
  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.     SheetInspector;
  221.     activateMenu;
  222.     textControl;
  223.     iconDummy;
  224.     ChartInspector;
  225.     ixType;
  226.     inputDummy;
  227.     incFillPanel;
  228.     insertPanel;
  229.     iconBar;
  230.     GraphicsInspector;
  231.     };
  232.     SUPERCLASS = Application;
  233. };
  234. ObjInsp = {
  235.     ACTIONS = {
  236.     doArrowButton:;
  237.     doViewPick:;
  238.     doObjPick:;
  239.     doShadeText:;
  240.     doFillPick:;
  241.     doShadeSlider:;
  242.     doShadeButton:;
  243.     doWeightText:;
  244.     makeKeyAndOrderFront:;
  245.     doOKButton:;
  246.     doStrokePick:;
  247.     doWeightSlider:;
  248.     };
  249.     OUTLETS = {
  250.     strokeSampleView;
  251.     weightSlider;
  252.     strokeShadeInspector;
  253.     strokePopList;
  254.     strokeShadeText;
  255.     viewPopup;
  256.     arrowBlank;
  257.     arrowInspector;
  258.     lastStrokeInspector;
  259.     arrowMatrix;
  260.     fillShadeInspector;
  261.     fillShadeButtons;
  262.     strokeShadeButtons;
  263.     strokeView;
  264.     strokeShadeSlider;
  265.     strokeInspector;
  266.     fillSampleView;
  267.     shadeView;
  268.     notApplicableView;
  269.     fillPopup;
  270.     fillNoInspectorView;
  271.     generalView;
  272.     inspectorView;
  273.     iconView;
  274.     viewPopList;
  275.     weightText;
  276.     arrowView;
  277.     fillShadeSlider;
  278.     fillView;
  279.     lastInspector;
  280.     lastFillInspector;
  281.     strokePopup;
  282.     fillShadeText;
  283.     fillPopList;
  284.     iconList;
  285.     nullInspector;
  286.     strokeNoInspectorView;
  287.     fillInspector;
  288.     };
  289.     SUPERCLASS = Panel;
  290. };
  291. FormatInsp = {
  292.     OUTLETS = {
  293.     generalView;
  294.     inspectorView;
  295.     lastInspector;
  296.     viewPopList;
  297.     iconView;
  298.     viewPopup;
  299.     iconList;
  300.     nullInspector;
  301.     };
  302.     SUPERCLASS = Panel;
  303. };
  304. PrintRowView = {
  305.     SUPERCLASS = View;
  306. };
  307. ChartInsp = {
  308.     ACTIONS = {
  309.     doChartButton:;
  310.     doOKButton:;
  311.     doViewPick:;
  312.     makeKeyAndOrderFront:;
  313.     doRevert:;
  314.     };
  315.     OUTLETS = {
  316.     scatXTickStartText;
  317.     lineShowPointsCheck;
  318.     freezeCheck;
  319.     vMargText;
  320.     std3DXGridCheck;
  321.     stdYTickCheck;
  322.     lnAr3DmiRotAngTxt;
  323.     viewPopList;
  324.     hiLowScaleMtx;
  325.     std3DZLabelCheck;
  326.     stdXMtx;
  327.     lnAr3DmiElvAngTxt;
  328.     hrzYLabelCheck;
  329.     sBarPerspCheck;
  330.     iconView;
  331.     dataPopList;
  332.     stdMarks;
  333.     stdTickStartText;
  334.     vBarInterpCheck;
  335.     lnAr3DmiScaleMtx;
  336.     hMargText;
  337.     pieCatCheck;
  338.     iconList;
  339.     bar3DmiElvAngTxt;
  340.     bar3DmiXAxThkTxt;
  341.     stdAutoCalcCheck;
  342.     scatXLabelCheck;
  343.     pieLabelButton;
  344.     scatXMtx;
  345.     scatterMisc;
  346.     stdXTickCheck;
  347.     pieMarks;
  348.     std3DTickStartText;
  349.     wire3DmiRotAngTxt;
  350.     dataPopup;
  351.     scatYMtx;
  352.     std3DYLabelCheck;
  353.     std3DXLabelCheck;
  354.     hrzXMtx;
  355.     pieAngleText;
  356.     scatYGridCheck;
  357.     scatShowPointsCheck;
  358.     hrzXGridCheck;
  359.     scatXGridCheck;
  360.     hrzYGridCheck;
  361.     hrzYTickCheck;
  362.     scatXTickNumText;
  363.     lnAr3DmiZAxThkTxt;
  364.     marks3DView;
  365.     stdYMtx;
  366.     nullInspector;
  367.     bar3DMisc;
  368.     lineScaleMtx;
  369.     scatYLabelCheck;
  370.     bar3DmiZAxThkTxt;
  371.     inspectorView;
  372.     pieValCheck;
  373.     lineMisc;
  374.     bar3DmiPrspAngTxt;
  375.     stdYGridCheck;
  376.     stdXGridCheck;
  377.     lineInterpCheck;
  378.     marksView;
  379.     scatInterpCheck;
  380.     stdYLabelCheck;
  381.     std3DYMtx;
  382.     hilowMisc;
  383.     scatterMarks;
  384.     bar3DmiRotAngTxt;
  385.     stdTickNumText;
  386.     scatXTickCheck;
  387.     horzMarks;
  388.     hrzTickNumText;
  389.     std3DZTickCheck;
  390.     areaMisc;
  391.     scatYTickStartText;
  392.     scatShowLinesCheck;
  393.     hrzXTickCheck;
  394.     scatYTickNumText;
  395.     lnAr3DmiPrspAngTxt;
  396.     hrzTickEndText;
  397.     std3DTickNumText;
  398.     areaScaleMtx;
  399.     bar3DmiScaleMtx;
  400.     nameText;
  401.     sBarShowTotalCheck;
  402.     legendCheck;
  403.     scatYTickEndText;
  404.     barMisc;
  405.     dataMtx;
  406.     piePcntCheck;
  407.     std3DXMtx;
  408.     scatScaleXMtx;
  409.     areaInterpCheck;
  410.     stdXLabelCheck;
  411.     generalView;
  412.     lastInspector;
  413.     pieMisc;
  414.     scatScaleYMtx;
  415.     std3DYGridCheck;
  416.     std3DZGridCheck;
  417.     hrzAutoCalcCheck;
  418.     vBarPerspCheck;
  419.     sBarInterpCheck;
  420.     stdTickEndText;
  421.     scatYTickCheck;
  422.     std3DAutoCalcCheck;
  423.     std3DZMtx;
  424.     vBarShowValCheck;
  425.     wire3DMisc;
  426.     LnAr3DMisc;
  427.     wire3DmiPrspAngTxt;
  428.     vBarScaleMtx;
  429.     frameCheck;
  430.     hrzYMtx;
  431.     lineShowLinesCheck;
  432.     std3DTickEndText;
  433.     scatXTickEndText;
  434.     hrzXLabelCheck;
  435.     wire3DmiScaleMtx;
  436.     std3DXTickCheck;
  437.     std3DYTickCheck;
  438.     scatYAutoCalcCheck;
  439.     scatXAutoCalcCheck;
  440.     hrzTickStartText;
  441.     wire3DmiElvAngTxt;
  442.     sBarScaleMtx;
  443.     viewPopup;
  444.     hiLowPlotMtx;
  445.     sbarMisc;
  446.     };
  447.     SUPERCLASS = Panel;
  448. };
  449. IncFillPanel = {
  450.     ACTIONS = {
  451.     DoSeriesPop:;
  452.     DoOK:;
  453.     DoCancel:;
  454.     };
  455.     OUTLETS = {
  456.     EndVal;
  457.     SeriesTypeList;
  458.     StartVal;
  459.     DateView;
  460.     TypeMatx;
  461.     DateMtx;
  462.     StepVal;
  463.     SeriesView;
  464.     NumView;
  465.     SeriesTypePop;
  466.     SeriesMtx;
  467.     };
  468.     SUPERCLASS = Panel;
  469. };
  470. TextInputControl = {
  471.     ACTIONS = {
  472.     lParen:;
  473.     sqrt:;
  474.     leftArrow:;
  475.     lessThan:;
  476.     undo:;
  477.     add:;
  478.     OK:;
  479.     rParen:;
  480.     comma:;
  481.     mul:;
  482.     one:;
  483.     grtrThan:;
  484.     X:;
  485.     summation:;
  486.     dot;
  487.     pow:;
  488.     div:;
  489.     sub:;
  490.     };
  491.     OUTLETS = {
  492.     cellNameField;
  493.     valueInputField;
  494.     };
  495.     SUPERCLASS = Responder;
  496. };
  497. ObjView = {
  498.     SUPERCLASS = View;
  499. };
  500. PrintCellView = {
  501.     SUPERCLASS = View;
  502. };
  503. RowView = {
  504.     OUTLETS = {
  505.     cacheWindow;
  506.     };
  507.     SUPERCLASS = View;
  508. };
  509. MacroInsp = {
  510.     OUTLETS = {
  511.     generalView;
  512.     inspectorView;
  513.     lastInspector;
  514.     viewPopList;
  515.     iconView;
  516.     viewPopup;
  517.     iconList;
  518.     nullInspector;
  519.     };
  520.     SUPERCLASS = Panel;
  521. };
  522. SoundPanel = {
  523.     SUPERCLASS = Panel;
  524. };
  525. ShadeView = {
  526.     SUPERCLASS = View;
  527. };
  528. InsertPanel = {
  529.     ACTIONS = {
  530.     doCancel:;
  531.     doOK:;
  532.     };
  533.     OUTLETS = {
  534.     MoveMtx;
  535.     };
  536.     SUPERCLASS = Panel;
  537. };
  538. PrintView = {
  539.     OUTLETS = {
  540.     columnView;
  541.     rowView;
  542.     cellView;
  543.     };
  544.     SUPERCLASS = View;
  545. };
  546. CellView = {
  547.     ACTIONS = {
  548.     copy;
  549.     selectAll;
  550.     paste;
  551.     deSelectAll;
  552.     cut;
  553.     };
  554.     OUTLETS = {
  555.     CollumView;
  556.     cacheWindow;
  557.     RowView;
  558.     };
  559.     SUPERCLASS = View;
  560. };
  561. PrintColView = {
  562.     SUPERCLASS = View;
  563. };
  564. PasteSpcDriver = {
  565.     ACTIONS = {
  566.     doCancel:;
  567.     doOK:;
  568.     };
  569.     OUTLETS = {
  570.     pasteMtx;
  571.     contentsMtx;
  572.     pasteIntoChk;
  573.     origRefChk;
  574.     usingMtx;
  575.     };
  576.     SUPERCLASS = Object;
  577. };
  578.