Class MatchesExactlyTextFilterFactory

java.lang.Object
docking.widgets.filter.MatchesExactlyTextFilterFactory
All Implemented Interfaces:
TextFilterFactory

public class MatchesExactlyTextFilterFactory extends Object implements TextFilterFactory
A filter factory that creates TextFilters that will pass text when it matches the filter exactly.
  • Constructor Details

    • MatchesExactlyTextFilterFactory

      public MatchesExactlyTextFilterFactory(boolean caseSensitive, boolean allowGlobbing)
  • Method Details