Interface | Description |
---|---|
BaseEntry.MarkerDictionary |
Interface implemented by dictionaries which support creating dictionary entries from
markers as used in this class.
|
Dictionary |
Generic interface to a dictionary with an arbitrary backend.
|
DictionaryEntry |
Single entry in a dictionary which supports the
Dictionary interface. |
DictionaryEntryReference |
Reference to a dictionary entry.
|
DictionaryImplementation<T extends Dictionary> |
Interface which is used to match descriptors to
Dictionary implementations. |
DictionaryWrapper |
Implemented by classes which contain a dictionary.
|
EncodedCharacterHandler |
Methods for handling Japanese text encoded as byte buffer using some character encoding.
|
Index |
An index is a store for locations in a dictionary which enables fast lookups of
entries matching certain parameters.
|
Index.Iterator |
Iterator over index entries.
|
Indexable |
Interface for classes which support indexing of words, usually
Dictionary
subclasses. |
IndexBuilder |
Creator for an index structure which will then be used by a
Index instance. |
IndexContainer |
Container which can store the data for several different index types.
|
IndexedDictionary |
Interface for dictionaries which need an index to operate.
|
SearchMode |
Interface which describes a search mode.
|
SearchParameter |
Interface describing a parameter of a search.
|
Class | Description |
---|---|
AbstractSearchMode | |
BaseEntry | |
BaseEntry.BaseEntryRef |
Reference to a base dictionary entry.
|
BinarySearchIndex | |
BinarySearchIndexBuilder |
Builder class for a
BinarySearchIndex . |
DictionaryEntryFormatter |
Format a dictionary entry as String.
|
DictionaryFactory |
The dictionary factory is used to create instances of dictionaries based on a descriptor.
|
DictionaryUtils |
Static helper methods for working with dictionaries.
|
DistanceSearchModes |
Collection of distance search modes.
|
EUCJPCharacterHandler |
Character encoding handler for EUC-JP encoded text.
|
ExpressionSearchModes |
Collection of standard expression search modes.
|
Indexable.CharData |
Stores a single character and the position of the character following it.
|
KanjiDic |
Dictionary implementation for KANJIDIC-style dictionary files.
|
MatchMode |
Typesafe enumeration of match modes.
|
MultiWordEntry | |
SearchFieldSelection |
Container storing information about search field and match mode selection states.
|
SingleWordEntry | |
StandardSearchParameter |
Collection of standart search parameters which are used by the most common search
modes.
|
TestResult |
Test result for
DictionaryImplementation . |
UTF8CharacterHandler |
Character encoding handler for UTF-8 encoded text.
|
Enum | Description |
---|---|
CharacterClass |
Enumeration of character classes used for index creation.
|
DictionaryEntry.AttributeGroup |
Attribute groups dictionary entries have.
|
DictionaryEntryField |
Typesafe enumeration of field types of dictionary entries.
|
DictionaryEntryFormatter.Position |
Position of an attribute in the formatted string.
|
Exception | Description |
---|---|
DictionaryFactoryException |
Base class for other
DictionaryFactory exceptions. |
DictionaryInstantiationException |
Thrown when the instantiation of a dictionary failed.
|
IndexException |
Exception signalling an error which occurred while accessing the index.
|
MalformedEntryException |
Thrown when dictionary entry is of a format unparseable by the dictionary
implementation.
|
SearchException |
SearchException signals a fatal error during a dictionary lookup.
|
UnsupportedDescriptorException |
Thrown when a descriptor does not match any known dictionary format.
|
UnsupportedSearchModeException |
Thrown if
Dictionary.search is called with a
search mode not supported by that dictionary. |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.