Package | Description |
---|---|
jgloss.dictionary.attribute |
Dictionary attribute classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeFormatter
Format an attribute and its value as a string.
|
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.
|
Modifier and Type | Method and Description |
---|---|
StringBuilder |
AttributeNameFormatter.format(AttributeValueFormatter formatter,
Attribute<?> att,
List<? extends AttributeValue> val,
StringBuilder buf) |
StringBuilder |
ValueListFormatter.format(AttributeValueFormatter valueFormatter,
Attribute<?> att,
List<? extends AttributeValue> val,
StringBuilder buf)
Format an attribute and its list of values as a string.
|
StringBuilder |
DefaultAttributeFormatter.format(AttributeValueFormatter valueFormatter,
Attribute<?> att,
List<? extends AttributeValue> val,
StringBuilder out) |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.