Class | Description |
---|---|
AbstractAutoCompleter |
An autocompleter delivers possible completions for a given String.
|
AutoCompleterFactory |
Returns an autocompleter to a given fieldname.
|
CrossrefAutoCompleter |
Crossref autocompleter stores info from the key field.
|
DefaultAutoCompleter |
Stores all words which are separated by ' ','.',',' and '\n'.
|
EntireFieldAutoCompleter |
Stores the full original value of one field of the given BibtexEntries.
|
NameFieldAutoCompleter |
Interpretes the given values as names and stores them in different
permutations so we can complete by beginning with last name or first name.
|