Uses of Class
eu.isas.peptideshaker.gui.MatchValidationDialog.MatchType
| Package | Description |
|---|---|
| eu.isas.peptideshaker.gui |
GUI dialogs and helper classes.
|
-
Uses of MatchValidationDialog.MatchType in eu.isas.peptideshaker.gui
Methods in eu.isas.peptideshaker.gui that return MatchValidationDialog.MatchType Modifier and Type Method Description static MatchValidationDialog.MatchTypeMatchValidationDialog.MatchType. valueOf(String name)Returns 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.MatchType Constructor Description MatchValidationDialog(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.