Uses of Class
com.lowagie.text.pdf.events.IndexEvents.Entry
Packages that use IndexEvents.Entry
-
Uses of IndexEvents.Entry in com.lowagie.text.pdf.events
Fields in com.lowagie.text.pdf.events with type parameters of type IndexEvents.EntryModifier and TypeFieldDescriptionprivate Comparator
<IndexEvents.Entry> IndexEvents.comparator
Comparator for sorting the indexprivate List
<IndexEvents.Entry> IndexEvents.indexentry
the list for the index entryMethods in com.lowagie.text.pdf.events that return types with arguments of type IndexEvents.EntryModifier and TypeMethodDescriptionIndexEvents.getSortedEntries()
Returns the sorted list with the entries and the collected page numbers.Method parameters in com.lowagie.text.pdf.events with type arguments of type IndexEvents.EntryModifier and TypeMethodDescriptionvoid
IndexEvents.setComparator
(Comparator<IndexEvents.Entry> aComparator) Set the comparator.