- Alle implementierten Schnittstellen:
FilenameFilter,Serializable,Cloneable,Iterable<String>,Collection<String>,NavigableSet<String>,SequencedCollection<String>,SequencedSet<String>,Set<String>,SortedSet<String>
- Umschließende Klasse:
Filters
A filtername filter consisting of the set of all all photos of an Irfanview
show or a directory.
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean(Package privat) voidWarn if multiple variants of a photo are allowed and a filter has been set.(Package privat) voidFill the list of photos that will be passed by this filter.(Package privat) voidlist()List the content of the filter.Von Klasse geerbte Methoden java.util.TreeSet
add, addAll, addFirst, addLast, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetVon Klasse geerbte Methoden java.util.AbstractSet
equals, hashCode, removeAllVon Klasse geerbte Methoden java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toStringVon Klasse geerbte Methoden java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, removeIf, stream, toArrayVon Schnittstelle geerbte Methoden java.util.NavigableSet
removeFirst, removeLast, reversed
-
Methodendetails
-
accept
- Angegeben von:
acceptin SchnittstelleFilenameFilter
-
duplicatesWarn
void duplicatesWarn()Warn if multiple variants of a photo are allowed and a filter has been set. -
fill
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.
-