Class ProteinGoTableModel

java.lang.Object
javax.swing.table.AbstractTableModel
javax.swing.table.DefaultTableModel
eu.isas.peptideshaker.gui.tablemodels.ProteinGoTableModel
All Implemented Interfaces:
Serializable, TableModel

public class ProteinGoTableModel extends DefaultTableModel
Model for a the GO mappings protein table.
Author:
Marc Vaudel, Harald Barsnes
See Also:
  • Constructor Details

    • ProteinGoTableModel

      public ProteinGoTableModel(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, DisplayFeaturesGenerator displayFeaturesGenerator, ArrayList<Long> proteinGroupKeys, boolean showScores)
      Constructor which sets a new table.
      Parameters:
      identification - the identification object
      proteinDetailsProvider - the protein details provider
      identificationFeaturesGenerator - the identification features generator
      displayFeaturesGenerator - the display features generator
      proteinGroupKeys - the keys of the protein groups to display
      showScores - boolean indicating whether scores should be displayed
  • Method Details