Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.attribute |
Dictionary attribute classes.
|
jgloss.dictionary.filebased |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchMode |
class |
DistanceSearchModes
Collection of distance search modes.
|
class |
ExpressionSearchModes
Collection of standard expression search modes.
|
Modifier and Type | Field and Description |
---|---|
static SearchMode |
ExpressionSearchModes.ANY |
static SearchMode |
ExpressionSearchModes.EXACT |
static SearchMode |
DistanceSearchModes.NEAR |
static SearchMode |
ExpressionSearchModes.PREFIX |
static SearchMode |
DistanceSearchModes.RADIUS |
protected SearchMode |
UnsupportedSearchModeException.searchmode |
static SearchMode |
ExpressionSearchModes.SUFFIX |
Modifier and Type | Method and Description |
---|---|
SearchMode |
UnsupportedSearchModeException.getSearchMode() |
Modifier and Type | Method and Description |
---|---|
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.
|
Iterator<DictionaryEntry> |
KanjiDic.search(SearchMode mode,
Object[] parameters)
Searches for an entry matching expression.
|
Iterator<DictionaryEntry> |
Dictionary.search(SearchMode searchmode,
Object[] parameters)
Searches for entries in the dictionary.
|
boolean |
KanjiDic.supports(SearchMode searchmode,
boolean fully) |
boolean |
Dictionary.supports(SearchMode searchmode,
boolean fully)
Test if this dictionary supports searches of a certain type.
|
Constructor and Description |
---|
UnsupportedSearchModeException(SearchMode _searchmode) |
Modifier and Type | Method and Description |
---|---|
SearchMode |
SearchReference.getSearchMode() |
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) |
Iterator<DictionaryEntry> |
FileBasedDictionary.search(SearchMode searchmode,
Object[] parameters) |
boolean |
FileBasedDictionary.supports(SearchMode mode,
boolean fully) |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.