Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.filebased |
Modifier and Type | Class and Description |
---|---|
class |
BaseEntry |
class |
MultiWordEntry |
class |
SingleWordEntry |
Modifier and Type | Field and Description |
---|---|
protected LinkedList<DictionaryEntry> |
KanjiDic.EntryListIterator.entryCache |
protected SoftReference<DictionaryEntry> |
BaseEntry.BaseEntryRef.entryRef |
Modifier and Type | Method and Description |
---|---|
DictionaryEntry |
BaseEntry.MarkerDictionary.createEntryFromMarker(int entryMarker) |
DictionaryEntry |
DictionaryEntryReference.getEntry()
Returns the referenced dictionary entry.
|
DictionaryEntry |
BaseEntry.BaseEntryRef.getEntry() |
DictionaryEntry |
KanjiDic.EntryListIterator.next() |
Modifier and Type | Method and Description |
---|---|
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.
|
Iterator<DictionaryEntry> |
KanjiDic.searchExpression(ExpressionSearchModes mode,
String expression,
SearchFieldSelection fields) |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
DictionaryEntryFormatter.format(DictionaryEntry de,
StringBuilder buf) |
protected StringBuilder |
DictionaryEntryFormatter.formatAttributes(DictionaryEntry de,
StringBuilder buf,
DictionaryEntryFormatter.Position pos,
AttributeSet atts) |
protected StringBuilder |
DictionaryEntryFormatter.formatReadings(DictionaryEntry de,
StringBuilder buf,
ListFormatter format) |
protected StringBuilder |
DictionaryEntryFormatter.formatTranslations(DictionaryEntry de,
StringBuilder buf,
ListFormatter romFormat,
ListFormatter crmFormat,
ListFormatter synFormat) |
protected StringBuilder |
DictionaryEntryFormatter.formatWords(DictionaryEntry de,
StringBuilder buf,
ListFormatter format) |
Modifier and Type | Method and Description |
---|---|
DictionaryEntry |
FileBasedDictionary.createEntryFromMarker(int marker)
Create a dictionary entry from a marker, which is the start offset of the entry.
|
Modifier and Type | Method and Description |
---|---|
Iterator<DictionaryEntry> |
FileBasedDictionary.search(SearchMode searchmode,
Object[] parameters) |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.