com.compomics.util.gui
Class XYPlottingDialog.SelectedValuesTableFilter

java.lang.Object
  extended by javax.swing.RowFilter<DefaultTableModel,Integer>
      extended by 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
XYPlottingDialog.SelectedValuesTableFilter()
           
 
Method Summary
 boolean include(RowFilter.Entry<? extends DefaultTableModel,? extends Integer> entry)
           
 
Methods inherited from class javax.swing.RowFilter
andFilter, dateFilter, notFilter, numberFilter, orFilter, regexFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYPlottingDialog.SelectedValuesTableFilter

public XYPlottingDialog.SelectedValuesTableFilter()
Method Detail

include

public boolean include(RowFilter.Entry<? extends DefaultTableModel,? extends Integer> entry)
Specified by:
include in class RowFilter<DefaultTableModel,Integer>


Copyright © 2013. All Rights Reserved.