public class CustomImportList extends java.util.TreeSet<CustomImportList.Importer>
The collection can be stored and retrieved from Preferences. It is sorted by the default
order of ImportFormat
.
Modifier and Type | Class and Description |
---|---|
class |
CustomImportList.Importer
Object with data for a custom importer.
|
Constructor and Description |
---|
CustomImportList(JabRefPreferences prefs) |
Modifier and Type | Method and Description |
---|---|
void |
addImporter(CustomImportList.Importer customImporter) |
boolean |
replaceImporter(CustomImportList.Importer customImporter)
Adds an importer.
|
void |
store() |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSet
containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
public CustomImportList(JabRefPreferences prefs)
public void addImporter(CustomImportList.Importer customImporter)
public boolean replaceImporter(CustomImportList.Importer customImporter)
If an old one equal to the new one was contained, the old one is replaced.
customImporter
- new (version of an) importerpublic void store()