Uses of Class
tech.molecules.leet.table.NDataProvider.StructureWithID
-
Packages that use NDataProvider.StructureWithID Package Description tech.molecules.leet.clustering tech.molecules.leet.table tech.molecules.leet.table.chem tech.molecules.leet.table.gui -
-
Uses of NDataProvider.StructureWithID in tech.molecules.leet.clustering
Methods in tech.molecules.leet.clustering that return NDataProvider.StructureWithID Modifier and Type Method Description NDataProvider.StructureWithIDClusterAppModel. getStructureData(String rowid) -
Uses of NDataProvider.StructureWithID in tech.molecules.leet.table
Methods in tech.molecules.leet.table that return NDataProvider.StructureWithID Modifier and Type Method Description NDataProvider.StructureWithIDStructureColumn. getData(String rowid)NDataProvider.StructureWithIDDefaultStructureDataProvider. getStructureData(String rowid)NDataProvider.StructureWithIDNDataProvider.StructureDataProvider. getStructureData(String rowid)NDataProvider.StructureWithIDNDataProvider.StructureDataProviderFromColumn. getStructureData(String rowid)Constructor parameters in tech.molecules.leet.table with type arguments of type NDataProvider.StructureWithID Constructor Description StructureDataProviderFromColumn(U dataprovider, NColumn<U,NDataProvider.StructureWithID> col) -
Uses of NDataProvider.StructureWithID in tech.molecules.leet.table.chem
Subclasses of NDataProvider.StructureWithID in tech.molecules.leet.table.chem Modifier and Type Class Description static classNSynthonWithContextDataProvider.SynthonStructureWithIDConstructor parameters in tech.molecules.leet.table.chem with type arguments of type NDataProvider.StructureWithID Constructor Description NexusChemPropertiesFilter(NColumn<NDataProvider.StructureWithID,NStructureDataProvider> column) -
Uses of NDataProvider.StructureWithID in tech.molecules.leet.table.gui
Methods in tech.molecules.leet.table.gui that return NDataProvider.StructureWithID Modifier and Type Method Description NDataProvider.StructureWithIDJStructureGridPanel.JGridPanel. getStructure()NDataProvider.StructureWithIDJStructureGridPanel. getStructureMouseOver()Methods in tech.molecules.leet.table.gui that return types with arguments of type NDataProvider.StructureWithID Modifier and Type Method Description List<NDataProvider.StructureWithID>JStructureGridPanel. getSelected()Method parameters in tech.molecules.leet.table.gui with type arguments of type NDataProvider.StructureWithID Modifier and Type Method Description voidJStructureGridPanel. setData(List<NDataProvider.StructureWithID> structures, int x, int y, Map<String,List<Color>> color_annotations, List<org.apache.commons.lang3.tuple.Pair<String,Map<String,String>>> annotations, List<org.apache.commons.lang3.tuple.Triple<String,Map<String,Double>,net.mahdilamb.colormap.Colormap>> numerical_data)Constructors in tech.molecules.leet.table.gui with parameters of type NDataProvider.StructureWithID Constructor Description JGridPanel(JStructureGridPanel parent, NDataProvider.StructureWithID structure, JComponent c)Constructor parameters in tech.molecules.leet.table.gui with type arguments of type NDataProvider.StructureWithID Constructor Description JStructureGridPanel(List<NDataProvider.StructureWithID> idcs, int x, int y)JStructureGridPanel(List<NDataProvider.StructureWithID> idcs, int x, int y, Map<String,List<Color>> color_annotations, List<org.apache.commons.lang3.tuple.Pair<String,Map<String,String>>> annotations, List<org.apache.commons.lang3.tuple.Triple<String,Map<String,Double>,net.mahdilamb.colormap.Colormap>> numerical_data)
-