Class RowFilters.RegexFilter

    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.RowFilter

        javax.swing.RowFilter.ComparisonType, javax.swing.RowFilter.Entry<M extends java.lang.Object,​I extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.regex.Matcher matcher  
    • Constructor Summary

      Constructors 
      Constructor Description
      RegexFilter​(java.util.regex.Pattern regex, int[] columns)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean include​(javax.swing.RowFilter.Entry<? extends java.lang.Object,​? extends java.lang.Object> value, int index)  
      • 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
    • Field Detail

      • matcher

        private java.util.regex.Matcher matcher
    • Constructor Detail

      • RegexFilter

        RegexFilter​(java.util.regex.Pattern regex,
                    int[] columns)
    • Method Detail

      • include

        protected boolean include​(javax.swing.RowFilter.Entry<? extends java.lang.Object,​? extends java.lang.Object> value,
                                  int index)
        Specified by:
        include in class RowFilters.GeneralFilter