| Guide to Statistics, Volume 2 | | Review the following table to help you choose the Spotfire S+ book that meets your needs. These books are available in PDF format in the following locations: • • • In your Spotfire S+ installation directory (SHOME\help on Windows, SHOME/doc on UNIX/Linux). In the Spotfire S+ Workbench, from the Help Manuals menu item. ® ® ® Spotfire S+ In ... | | http://stn.spotfire.com/stn/UserDoc.aspx?UserDoc=pdfud/TIBCO_Spotfire_SPlus_GuideToStatistics2.pdf |
|
| Table Cell Context Menu: Copy Structure ⊂ Spotfire Technology Network | | Table Cell Context Menu: Copy Structure Chemical structures are loaded as binary values in Spotfire. This tool copies the structure to the clipboard. /// /// This sample tool copies a mol structure to the clipboard. /// internal sealed class CopyStructureTool : CustomTool { // use e.g. molfile clipboard ... | | http://stn.spotfire.com/stn/Tutorials/TableCellCopyStructure.aspx |
|
| Creating a Table Context Menu ⊂ Spotfire Technology Network | | Table Context Menu In addition to hooking in a context menu tool on a table, table context tools may be hooked in on column as well as cell level. Overview Table tool context menus may be hooked in on three levels: CustomTool<TablePlot> Available in the context menu for the table visualization. CustomTool<TablePlotColumnContext> Available in the ... | | http://stn.spotfire.com/stn/Tasks/CreatingTableContextMenu.aspx |
|