Klasse Filters.ShowFilter

Alle implementierten Schnittstellen:
FilenameFilter, Serializable, Cloneable, Iterable<String>, Collection<String>, NavigableSet<String>, SequencedCollection<String>, SequencedSet<String>, Set<String>, SortedSet<String>
Umschließende Klasse:
Filters

public static final class Filters.ShowFilter extends TreeSet<String> implements FilenameFilter
A filtername filter consisting of the set of all all photos of an Irfanview show or a directory.
Siehe auch:
  • Methodendetails

    • accept

      public boolean accept(File dirFileIgnored, String fileName)
      Angegeben von:
      accept in Schnittstelle FilenameFilter
    • duplicatesWarn

      void duplicatesWarn()
      Warn if multiple variants of a photo are allowed and a filter has been set.
    • fill

      void fill(Optional<Path> filterPathOpt) throws de.zocher_regel.util.UtilException
      Fill the list of photos that will be passed by this filter.
      Parameter:
      filterPathOpt - either the Irfanview show (.txt) path or the path of a directory from which the filter is filled. If empty, the filter is cleared.
      Löst aus:
      de.zocher_regel.util.UtilException - if the text show from which the entries are fetched is in error
    • list

      void list()
      List the content of the filter.