Uses of Class
com.compomics.util.experiment.identification.filtering.MatchFilter
Packages that use MatchFilter
Package
Description
Classes for the filtering of identification objects.
GUI filters.
-
Uses of MatchFilter in com.compomics.util.experiment.identification.filtering
Subclasses of MatchFilter in com.compomics.util.experiment.identification.filteringModifier and TypeClassDescriptionclassPeptide Assumption filter.classPeptide filter.classProtein filter.classPSM filter.Methods in com.compomics.util.experiment.identification.filtering that return MatchFilterModifier and TypeMethodDescriptionMatchFilter.clone()protected MatchFilterAssumptionFilter.getNew()protected abstract MatchFilterMatchFilter.getNew()Returns a new empty filter.protected MatchFilterPeptideFilter.getNew()protected MatchFilterProteinFilter.getNew()protected MatchFilterPsmFilter.getNew() -
Uses of MatchFilter in com.compomics.util.gui.filtering
Methods in com.compomics.util.gui.filtering that return MatchFilterModifier and TypeMethodDescriptionFilterDialog.getFilter()Returns the filter as set by the user.Methods in com.compomics.util.gui.filtering with parameters of type MatchFilterModifier and TypeMethodDescriptionvoidFilterParameters.addHidingFilter(MatchFilter matchFilter) Adds a hiding filter (previous filter with same name will silently be overwritten).voidFilterParameters.addStarringFilter(MatchFilter matchFilter) Adds a starring filter (previous filter with same name will silently be overwritten).Constructors in com.compomics.util.gui.filtering with parameters of type MatchFilterModifierConstructorDescriptionFilterDialog(JDialog parent, MatchFilter filter, ArrayList<String> allModifications) Creates and displays a new dialog.