Class XYPlottingDialog.SelectedValuesTableFilter

java.lang.Object
javax.swing.RowFilter<DefaultTableModel,​Integer>
com.compomics.util.gui.XYPlottingDialog.SelectedValuesTableFilter
Enclosing class:
XYPlottingDialog

public class XYPlottingDialog.SelectedValuesTableFilter
extends RowFilter<DefaultTableModel,​Integer>
A filter that filters the table based on if the data point is selected in the plot or not.