Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.attribute |
Dictionary attribute classes.
|
Modifier and Type | Method and Description |
---|---|
void |
DictionaryEntryFormatter.addAttributeFormat(Attribute<?> att,
AttributeFormatter format,
boolean before) |
void |
DictionaryEntryFormatter.addAttributeFormat(Attribute<?> att,
AttributeFormatter formatter,
DictionaryEntryFormatter.Position pos) |
void |
DictionaryEntryFormatter.addAttributeFormat(Attribute<?> att,
AttributeFormatter format,
DictionaryEntryFormatter.Position generalAttributePosition,
boolean before) |
Modifier and Type | Class and Description |
---|---|
class |
AttributeNameFormatter
Attribute formatter which only prints the name of the attribute, not its values.
|
class |
DefaultAttributeFormatter
Default formatter for attributes and their values.
|
class |
InformationAttributeFormatter
Format information attributes.
|
class |
ReferenceAttributeFormatter |
class |
WordFormatter
Format word attribute values.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.