Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
Modifier and Type | Field and Description |
---|---|
protected Map<DictionaryEntryFormatter.Position,List<Object[]>> |
DictionaryEntryFormatter.attributeFormats |
Modifier and Type | Method and Description |
---|---|
static DictionaryEntryFormatter.Position |
DictionaryEntryFormatter.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DictionaryEntryFormatter.Position[] |
DictionaryEntryFormatter.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DictionaryEntryFormatter.addAttributeFormat(Attribute<?> att,
AttributeFormatter formatter,
DictionaryEntryFormatter.Position pos) |
void |
DictionaryEntryFormatter.addAttributeFormat(Attribute<?> att,
AttributeFormatter format,
DictionaryEntryFormatter.Position generalAttributePosition,
boolean before) |
protected StringBuilder |
DictionaryEntryFormatter.formatAttributes(DictionaryEntry de,
StringBuilder buf,
DictionaryEntryFormatter.Position pos,
AttributeSet atts) |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.