Class NeutralFilter

  • All Implemented Interfaces:
    IRowFilter

    public class NeutralFilter
    extends java.lang.Object
    implements IRowFilter
    • Constructor Summary

      Constructors 
      Constructor Description
      NeutralFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IRowMapper filter​(javax.swing.table.TableModel tableModel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NeutralFilter

        public NeutralFilter()
    • Method Detail