Uses of Interface
tech.molecules.leet.table.NColumn
-
Packages that use NColumn Package Description tech.molecules.leet.clustering tech.molecules.leet.table tech.molecules.leet.table.chart tech.molecules.leet.table.chem tech.molecules.leet.table.io -
-
Uses of NColumn in tech.molecules.leet.clustering
Constructors in tech.molecules.leet.clustering with parameters of type NColumn Constructor Description CreateClusterFromCellAction(String name, NColumn column, Supplier<List<String>> rowid) -
Uses of NColumn in tech.molecules.leet.table
Subinterfaces of NColumn in tech.molecules.leet.table Modifier and Type Interface Description interfaceNSimilarityColumn<U,T>Classes in tech.molecules.leet.table that implement NColumn Modifier and Type Class Description classClassificationColumnclassFixedNumericalDataColumnclassMultiNumericDataColumnclassPairwiseDistanceColumnclassStringColumnclassStructureCalculatedPropertiesColumnclassStructureColumnMethods in tech.molecules.leet.table that return NColumn Modifier and Type Method Description NColumn<NDataProvider.StructureDataProvider,?>CachedDescriptorSimilarityProvider. getColumn()NColumnNColumn.CellSpecificAction. getColumn()NColumn<U,?>NumericalDatasource. getColumn()NColumn<U,?>SimilarityProvider. getColumn()NColumn<NStructureDataProvider,?>StructureCalculatedPropertiesColumn.ChemPropertyCountDatasource. getColumn()Methods in tech.molecules.leet.table that return types with arguments of type NColumn Modifier and Type Method Description Map<NColumn,Map<String,NumericalDatasource>>NexusTableModel. collectNumericDataSources()List<NColumn>NexusTableModel. getNexusColumns()List<org.apache.commons.lang3.tuple.Pair<NColumn,NDataProvider>>NexusTableModel. getNexusColumnsWithDataProviders()Methods in tech.molecules.leet.table with parameters of type NColumn Modifier and Type Method Description voidNexusTableModel. addNexusColumn(NDataProvider ndp, NColumn nc)<U,T>
voidNexusTableModel. addRowFilter(NColumn<U,T> col, NColumn.NexusRowFilter<T> filter)<U,T>
TNexusTableModel. getDatasetForColumn(NColumn<U,T> col)voidNexusTableModel. removeNexusColumn(NColumn nc)<U extends NDataProvider,T>
voidNexusTableModel. setDataProviderForColumn(NColumn<U,T> c, U np)Method parameters in tech.molecules.leet.table with type arguments of type NColumn Modifier and Type Method Description voidNexusTableModel. setNexusColumnsWithDataProviders(List<org.apache.commons.lang3.tuple.Pair<NColumn,NDataProvider>> cols)voidNexusTableModel. setNexusColumnWithDataProvider(int idx, org.apache.commons.lang3.tuple.Pair<NColumn,NDataProvider> column)Constructors in tech.molecules.leet.table with parameters of type NColumn Constructor Description CellSpecificAction(String name, NColumn column, Supplier<List<String>> rowid)DefaultNumericCellEditor(NColumn col)DefaultNumericRangeFilter(NColumn<X,T> col, String numericDataSource)DefaultStringCellEditor(NColumn col)StructureDataProviderFromColumn(U dataprovider, NColumn<U,NDataProvider.StructureWithID> col) -
Uses of NColumn in tech.molecules.leet.table.chart
Fields in tech.molecules.leet.table.chart declared as NColumn Modifier and Type Field Description NColumnXYChartCreator.XYChartConfig. xColNColumnXYChartCreator.XYChartConfig. yColMethods in tech.molecules.leet.table.chart with parameters of type NColumn Modifier and Type Method Description static double[]XYChartCreator. evaluateNumericalDS(NDataProvider nd, NColumn c, String ds, List<String> rids)voidJFreeChartScatterPlot. setColoringByNexusColumn(NColumn nc)Constructors in tech.molecules.leet.table.chart with parameters of type NColumn Constructor Description XYChartConfig(NDataProvider dataset, NColumn xCol, String xDS, NColumn yCol, String yDS) -
Uses of NColumn in tech.molecules.leet.table.chem
Classes in tech.molecules.leet.table.chem that implement NColumn Modifier and Type Class Description classNSynthonWithContextColumnConstructors in tech.molecules.leet.table.chem with parameters of type NColumn Constructor Description NexusChemPropertiesFilter(NColumn<NDataProvider.StructureWithID,NStructureDataProvider> column) -
Uses of NColumn in tech.molecules.leet.table.io
Classes in tech.molecules.leet.table.io with type parameters of type NColumn Modifier and Type Interface Description static interfaceDWARSimpleWrapper.DWARColumnImporter<U extends NDataProvider,T extends NColumn>static classJDWARImportPanel.ImportOption<U extends NDataProvider,T extends NColumn>
-