Package com.compomics.util.gui
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.RowFilter
RowFilter.ComparisonType, RowFilter.Entry<M extends Object,I extends Object>
-
Constructor Summary
Constructors Constructor Description SelectedValuesTableFilter()
-
Method Summary
Modifier and Type Method Description boolean
include(RowFilter.Entry<? extends DefaultTableModel,? extends Integer> entry)
Methods inherited from class javax.swing.RowFilter
andFilter, dateFilter, notFilter, numberFilter, orFilter, regexFilter
-
Constructor Details
-
SelectedValuesTableFilter
public SelectedValuesTableFilter()
-
-
Method Details
-
include
- Specified by:
include
in classRowFilter<DefaultTableModel,Integer>
-