java.lang.Object
- Alle implementierten Schnittstellen:
Serializable,Cloneable,Iterable<ShowRec>,Collection<ShowRec>,Deque<ShowRec>,List<ShowRec>,Queue<ShowRec>,SequencedCollection<ShowRec>
- Bekannte direkte Unterklassen:
TimeLocShow
A show that is to be completed by GPS info (time longitude latitude).
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder de.zocher_regel.photo.show.Show
defaultShowName, filterSuffix, showExtVon Klasse geerbte Felder java.util.AbstractList
modCount -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung(Package privat) static intcompareLastModified(File file1, File file2) Compares the modified dates of two files.dirPath()A TxtShow is created from an IrfanView show file (*.txt).filePath()A TxtShow is created from an IrfanView show file (*.txt).Von Klasse geerbte Methoden de.zocher_regel.photo.show.Show
assertDayDir, defaultFilePath, getDefaultShowNameExt, isDayDir, save, saveAndCount, sizeWithoutComments, update, updateExifInPhotosVon Klasse geerbte Methoden java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, reversed, set, size, spliterator, toArray, toArrayVon Klasse geerbte Methoden java.util.AbstractSequentialList
iteratorVon Klasse geerbte Methoden java.util.AbstractList
equals, hashCode, listIterator, removeRange, subListVon Klasse geerbte Methoden java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, 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.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
-
Konstruktordetails
-
TxtShow
Constructor from an IrfanView file (*.txt).- Parameter:
filePath- of the IrfanView file- Löst aus:
de.zocher_regel.util.UtilException- in case of any error
-
-
Methodendetails
-
compareLastModified
Compares the modified dates of two files.- Parameter:
file1- whose last modified date is checkedfile2- whose last modified date is checked- Gibt zurück:
- <0 if file1<file2, 0 if equal, >0 if file1>file2.
-
filePath
A TxtShow is created from an IrfanView show file (*.txt). -
dirPath
A TxtShow is created from an IrfanView show file (*.txt).
-