Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.attribute |
Dictionary attribute classes.
|
jgloss.util |
Utility classes for handling Japanese text files.
|
Modifier and Type | Method and Description |
---|---|
void |
DictionaryEntryFormatter.addReadingFormat(ListFormatter format) |
void |
DictionaryEntryFormatter.addTranslationFormat(ListFormatter romFormat,
ListFormatter crmFormat,
ListFormatter synFormat) |
void |
DictionaryEntryFormatter.addWordFormat(ListFormatter format) |
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) |
Constructor and Description |
---|
DictionaryEntryFormatter(ListFormatter _wordFormat,
ListFormatter _readingFormat,
ListFormatter _romFormat,
ListFormatter _crmFormat,
ListFormatter _synFormat) |
Modifier and Type | Field and Description |
---|---|
protected ListFormatter |
DefaultAttributeFormatter.valueFormat |
Constructor and Description |
---|
DefaultAttributeFormatter(ListFormatter _valueFormat) |
DefaultAttributeFormatter(String _printBefore,
String _printAfter,
String _printBeforeValue,
boolean _printAttributeName,
ListFormatter _valueFormat) |
InformationAttributeFormatter(String _printBefore,
String _printAfter,
String _printBeforeValue,
boolean _printAttributeName,
ListFormatter _valueFormat) |
ReferenceAttributeFormatter(String _beforeValue,
String _afterValue,
ListFormatter _formatter) |
WordFormatter(String _wordFormat,
String _langFormat,
String _langAndWordFormat,
ListFormatter _formatter) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultListFormatter
Configurable formatting of a list of strings as one string.
|
Modifier and Type | Method and Description |
---|---|
ListFormatter |
DefaultListFormatter.addItem(Object item) |
ListFormatter |
ListFormatter.addItem(Object item) |
ListFormatter |
DefaultListFormatter.newList(StringBuilder _buffer,
int _length) |
ListFormatter |
ListFormatter.newList(StringBuilder _buffer,
int _length) |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.