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

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