Uses of Interface
tech.molecules.leet.table.NColumn.NexusRowFilter
-
Packages that use NColumn.NexusRowFilter Package Description tech.molecules.leet.table tech.molecules.leet.table.chem tech.molecules.leet.table.gui -
-
Uses of NColumn.NexusRowFilter in tech.molecules.leet.table
Classes in tech.molecules.leet.table that implement NColumn.NexusRowFilter Modifier and Type Class Description classDefaultNumericRangeFilter<X,T>classStructureColumn.SubstructureRowFilterMethods in tech.molecules.leet.table with parameters of type NColumn.NexusRowFilter Modifier and Type Method Description <U,T>
voidNexusTableModel. addRowFilter(NColumn<U,T> col, NColumn.NexusRowFilter<T> filter) -
Uses of NColumn.NexusRowFilter in tech.molecules.leet.table.chem
Classes in tech.molecules.leet.table.chem that implement NColumn.NexusRowFilter Modifier and Type Class Description classNexusChemPropertiesFilterMethods in tech.molecules.leet.table.chem that return NColumn.NexusRowFilter Modifier and Type Method Description NColumn.NexusRowFilter<NSynthonWithContextDataProvider>NSynthonWithContextColumn. createRowFilter(NexusTableModel tableModel, String name) -
Uses of NColumn.NexusRowFilter in tech.molecules.leet.table.gui
Methods in tech.molecules.leet.table.gui with parameters of type NColumn.NexusRowFilter Modifier and Type Method Description voidJFilterPanel. addFilter(NColumn.NexusRowFilter filter)voidJFilterPanel. removeFilter(NColumn.NexusRowFilter filter)
-