Uses of Enum
eu.isas.peptideshaker.gui.MatchValidationDialog.MatchType
Packages that use MatchValidationDialog.MatchType
-
Uses of MatchValidationDialog.MatchType in eu.isas.peptideshaker.gui
Methods in eu.isas.peptideshaker.gui that return MatchValidationDialog.MatchTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MatchValidationDialog.MatchType[]MatchValidationDialog.MatchType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in eu.isas.peptideshaker.gui with parameters of type MatchValidationDialog.MatchTypeModifierConstructorDescriptionMatchValidationDialog(Frame parent, com.compomics.util.experiment.identification.Identification identification, TargetDecoyMap targetDecoyMap, long matchKey, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, String fastaFile, MatchValidationDialog.MatchType matchType) Constructor for a protein match validation dialog.