Uses of Class
tech.molecules.leet.table.NexusTableModel
-
-
Uses of NexusTableModel in tech.molecules.leet.clustering
Methods in tech.molecules.leet.clustering that return NexusTableModel Modifier and Type Method Description NexusTableModelClusterAppModel. getNtm()Methods in tech.molecules.leet.clustering with parameters of type NexusTableModel Modifier and Type Method Description voidClusterAppModel. init(NexusTableModel ntm)Constructors in tech.molecules.leet.clustering with parameters of type NexusTableModel Constructor Description ClusterAppModel(NexusTableModel ntm, NStructureDataProvider dsp) -
Uses of NexusTableModel in tech.molecules.leet.clustering.action
Constructors in tech.molecules.leet.clustering.action with parameters of type NexusTableModel Constructor Description CreateClusteringToolAction(String name, NexusTableModel ntm, NStructureDataProvider dpi, JPanel plotPanel) -
Uses of NexusTableModel in tech.molecules.leet.similarity
Methods in tech.molecules.leet.similarity with parameters of type NexusTableModel Modifier and Type Method Description static JPanelUMapHelper. createChart(NexusTableModel ntm, UMapHelper.UMapXYChartConfig conf)static ScatterPlotModelUMapHelper. createChart2(NexusTableModel ntm, UMapHelper.UMapXYChartConfig conf) -
Uses of NexusTableModel in tech.molecules.leet.similarity.gui
Methods in tech.molecules.leet.similarity.gui that return NexusTableModel Modifier and Type Method Description NexusTableModelUmapViewModel. getNexusTableModel() -
Uses of NexusTableModel in tech.molecules.leet.table
Methods in tech.molecules.leet.table that return NexusTableModel Modifier and Type Method Description NexusTableModelNexusTable. getTableModel()Constructors in tech.molecules.leet.table with parameters of type NexusTableModel Constructor Description NexusTable(NexusTableModel model) -
Uses of NexusTableModel in tech.molecules.leet.table.action
Methods in tech.molecules.leet.table.action that return NexusTableModel Modifier and Type Method Description NexusTableModelCreateXYScatterPlotActionModel. getNTM()Methods in tech.molecules.leet.table.action with parameters of type NexusTableModel Modifier and Type Method Description CreateXYScatterPlotActionConfigCreateXYScatterPlotActionGUI. getConfig(NexusTableModel ntm, JPanel plotpanel)Constructors in tech.molecules.leet.table.action with parameters of type NexusTableModel Constructor Description CreateXYScatterPlotAction(NexusTableModel ntm, Supplier<JPanel> plotPanel, Frame owner)CreateXYScatterPlotActionModel(NexusTableModel ntm, JPanel plotpanel)CreateXYScatterPlotActionModel(NexusTableModel ntm, CreateXYScatterPlotActionConfig conf) -
Uses of NexusTableModel in tech.molecules.leet.table.chart
Methods in tech.molecules.leet.table.chart that return NexusTableModel Modifier and Type Method Description NexusTableModelScatterPlotModel. getNexusTableModel()Methods in tech.molecules.leet.table.chart with parameters of type NexusTableModel Modifier and Type Method Description static voidXYChartCreator. createChart(NexusTableModel ntm, XYChartCreator.XYChartConfig conf)static voidJScatterPlotConfigurationMenuBar. initMenuBar(JMenuBar jmb, NexusTableModel ntm, List<ScatterPlotModel> scatterplots)Constructors in tech.molecules.leet.table.chart with parameters of type NexusTableModel Constructor Description JFreeChartScatterPlot(NexusTableModel ntm, org.jfree.data.general.KeyedValuesDataset x, org.jfree.data.general.KeyedValuesDataset y)JFreeChartScatterPlot(NexusTableModel ntm, NumericalDatasource nd_x, NumericalDatasource nd_y)JScatterPlotConfigurationMenuBar(NexusTableModel ntm)NumericalDatasourceKeyedDataset(NexusTableModel ntm, NumericalDatasource<U> nds)NumericalDatasourceKeyedDataset(NexusTableModel ntm, NumericalDatasource<U> nds)ScatterPlotModel(NexusTableModel ntm, org.jfree.data.general.KeyedValuesDataset x, org.jfree.data.general.KeyedValuesDataset y)ScatterPlotModel(NexusTableModel ntm, NumericalDatasource nd_x, NumericalDatasource nd_y) -
Uses of NexusTableModel in tech.molecules.leet.table.chem
Methods in tech.molecules.leet.table.chem with parameters of type NexusTableModel Modifier and Type Method Description NColumn.NexusRowFilter<NSynthonWithContextDataProvider>NSynthonWithContextColumn. createRowFilter(NexusTableModel tableModel, String name)voidNexusChemPropertiesFilter. setupFilter(NexusTableModel model, NStructureDataProvider dp)voidNSynthonWithContextColumn. startAsyncReinitialization(NexusTableModel model) -
Uses of NexusTableModel in tech.molecules.leet.table.gui
Methods in tech.molecules.leet.table.gui with parameters of type NexusTableModel Modifier and Type Method Description static org.apache.commons.lang3.tuple.Pair<JButton,Supplier<NumericalDatasource>>JNumericalDataSourceSelector. getAccessButton(NexusTableModel ntm, Frame owner)static org.apache.commons.lang3.tuple.Triple<JPanel,Supplier<NumericalDatasource>,Consumer<NumericalDatasource>>JNumericalDataSourceSelector. getSelectorPanel(NexusTableModel ntm, Frame owner)static org.apache.commons.lang3.tuple.Triple<JPanel,Supplier<NumericalDatasource>,Consumer<NumericalDatasource>>JNumericalDataSourceSelector. getSelectorPanel2(NexusTableModel ntm, Frame owner)Constructors in tech.molecules.leet.table.gui with parameters of type NexusTableModel Constructor Description NumericalDataSourceSelectorModel(NexusTableModel ntm) -
Uses of NexusTableModel in tech.molecules.leet.table.io
Methods in tech.molecules.leet.table.io that return NexusTableModel Modifier and Type Method Description NexusTableModelDWARSimpleWrapper. getNexusTableModel()NexusTableModelJDWARImportPanel.DWARImportAction. getTableModel()Constructor parameters in tech.molecules.leet.table.io with type arguments of type NexusTableModel Constructor Description JDWARImportPanel(String filepath, Consumer<NexusTableModel> callback) -
Uses of NexusTableModel in tech.molecules.leet.util
Methods in tech.molecules.leet.util with parameters of type NexusTableModel Modifier and Type Method Description static Map<String,Color>ColorMapHelper. evaluateColorValues(net.mahdilamb.colormap.Colormap cm, NexusTableModel ntm, NumericalDatasource nd) -
Uses of NexusTableModel in tech.molecules.leet.workbench
Methods in tech.molecules.leet.workbench that return NexusTableModel Modifier and Type Method Description NexusTableModelWorkbenchModel. getNexusTableModel()Constructors in tech.molecules.leet.workbench with parameters of type NexusTableModel Constructor Description WorkbenchModel(NexusTableModel ntm)
-