Uses of Interface
tech.molecules.leet.table.NClassification
-
Packages that use NClassification Package Description tech.molecules.leet.clustering tech.molecules.leet.table tech.molecules.leet.table.gui -
-
Uses of NClassification in tech.molecules.leet.clustering
Classes in tech.molecules.leet.clustering that implement NClassification Modifier and Type Class Description classClusterAppModelMethods in tech.molecules.leet.clustering that return NClassification Modifier and Type Method Description NClassificationClusterAppModel. getClassification() -
Uses of NClassification in tech.molecules.leet.table
Classes in tech.molecules.leet.table with type parameters of type NClassification Modifier and Type Interface Description static interfaceNDataProvider.ClassificationProvider<C extends NClassification>static interfaceNDataProvider.NClassificationProvider<C extends NClassification>Classes in tech.molecules.leet.table that implement NClassification Modifier and Type Class Description classDefaultClustering<T>Methods in tech.molecules.leet.table that return types with arguments of type NClassification Modifier and Type Method Description default Map<String,NClassification>NColumn. getClassifications()Constructors in tech.molecules.leet.table with parameters of type NClassification Constructor Description ClassificationColumn(NClassification classification)ClassificationTableModel(NClassification nc) -
Uses of NClassification in tech.molecules.leet.table.gui
Constructors in tech.molecules.leet.table.gui with parameters of type NClassification Constructor Description JSimpleClusterView(NDataProvider.StructureDataProvider dataProvider, NClassification column)
-