public class WadokuJT extends FileBasedDictionary
Indexable.CharData
Modifier and Type | Field and Description |
---|---|
static Attribute<ReferenceAttributeValue> |
ALT_READING |
static String |
FORMAT_NAME
Name of the dictionary format.
|
static DictionaryImplementation<WadokuJT> |
IMPLEMENTATION
Object describing this implementation of the
Dictionary interface. |
static Attribute<WithoutValue> |
MAIN_ENTRY |
static Attribute<ReferenceAttributeValue> |
MAIN_ENTRY_REF |
characterHandler, NAMES, supportedAttributes, supportedSearchModes
Modifier and Type | Method and Description |
---|---|
protected EncodedCharacterHandler |
createCharacterHandler() |
protected boolean |
escapeChar(char c)
Escape all dictionary special characters.
|
protected void |
initSupportedAttributes()
Initialize the set of supported attributes.
|
String |
toString() |
buildIndex, compare, compare, createEntryFromMarker, dispose, getAttributeValues, getChar, getEncodedCharacterHandler, getName, getSupportedAttributes, getSupportedFields, initSearchModes, loadIndex, search, supports, unescape
public static final String FORMAT_NAME
public static final Attribute<WithoutValue> MAIN_ENTRY
public static final Attribute<ReferenceAttributeValue> MAIN_ENTRY_REF
public static final Attribute<ReferenceAttributeValue> ALT_READING
public static final DictionaryImplementation<WadokuJT> IMPLEMENTATION
Dictionary
interface. The
Object can be used to register this class with the DictionaryFactory
, or
test if a descriptor matches this class.DictionaryFactory
public WadokuJT(File dicfile) throws IOException
IOException
protected void initSupportedAttributes()
FileBasedDictionary
initSupportedAttributes
in class FileBasedDictionary
protected EncodedCharacterHandler createCharacterHandler()
protected boolean escapeChar(char c)
escapeChar
in class FileBasedDictionary
c
- The character to test.true
, if the character must be escaped.Copyright © 2001-2013 the JGloss developers. All Rights Reserved.