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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XYPlottingDialog.SelectedValuesTableFilter
public XYPlottingDialog.SelectedValuesTableFilter()
include
public boolean include(RowFilter.Entry<? extends DefaultTableModel,? extends Integer> entry)
- Specified by:
include
in class RowFilter<DefaultTableModel,Integer>
Copyright © 2013. All Rights Reserved.