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,I> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninclude(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:
includein classRowFilter<DefaultTableModel,Integer>
-