Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.attribute |
Dictionary attribute classes.
|
jgloss.dictionary.filebased |
Modifier and Type | Field and Description |
---|---|
protected SearchFieldSelection |
KanjiDic.EntryListIterator.searchfields |
Modifier and Type | Method and Description |
---|---|
SearchFieldSelection |
SearchFieldSelection.and(SearchFieldSelection sfs) |
SearchFieldSelection |
KanjiDic.getSupportedFields(SearchMode searchmode) |
SearchFieldSelection |
Dictionary.getSupportedFields(SearchMode searchmode)
Return the search fields for which a search of the given mode is supported for
this dictionary implementation.
|
SearchFieldSelection |
SearchFieldSelection.or(SearchFieldSelection sfs) |
Modifier and Type | Method and Description |
---|---|
SearchFieldSelection |
SearchFieldSelection.and(SearchFieldSelection sfs) |
SearchFieldSelection |
SearchFieldSelection.or(SearchFieldSelection sfs) |
Iterator<DictionaryEntry> |
KanjiDic.searchExpression(ExpressionSearchModes mode,
String expression,
SearchFieldSelection fields) |
Constructor and Description |
---|
KanjiDic.EntryListIterator(Iterator<String> _entries,
ExpressionSearchModes _searchmode,
String _expression,
SearchFieldSelection _searchfields) |
Modifier and Type | Method and Description |
---|---|
SearchFieldSelection |
SearchReference.getSearchFieldSelection() |
Constructor and Description |
---|
SearchReference(String title,
Dictionary dictionary,
SearchMode searchMode,
String reference,
SearchFieldSelection searchFieldSelection) |
Modifier and Type | Field and Description |
---|---|
protected Map<SearchMode,SearchFieldSelection> |
FileBasedDictionary.supportedSearchModes
Stores the supported search modes of this dictionary.
|
Modifier and Type | Method and Description |
---|---|
SearchFieldSelection |
FileBasedDictionary.getSupportedFields(SearchMode mode) |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.