public class LookupResultHyperlinker extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_AFTER_PROTOCOL |
static String |
ATTRIBUTE_BEFORE_PROTOCOL |
static String |
READING_PROTOCOL |
static String |
REFERENCE_PROTOCOL |
static String |
TRANSLATION_PROTOCOL |
static String |
WORD_PROTOCOL |
Constructor and Description |
---|
LookupResultHyperlinker() |
LookupResultHyperlinker(boolean _words,
boolean _readings,
boolean _translations,
boolean _references,
boolean _allAttributes) |
Modifier and Type | Method and Description |
---|---|
void |
clearReferences() |
AttributeFormatter |
decorateAttribute(AttributeFormatter formatter,
Attribute<?> type,
jgloss.ui.DictionaryEntryFormat.DecorationPosition position) |
ListFormatter |
decorateList(ListFormatter formatter,
Attribute<?> type,
jgloss.ui.DictionaryEntryFormat.DecorationPosition position) |
ListFormatter |
decorateList(ListFormatter formatter,
jgloss.ui.DictionaryEntryFormat.DecorationType type) |
Map<String,Object> |
getReferences() |
public static final String WORD_PROTOCOL
public static final String READING_PROTOCOL
public static final String TRANSLATION_PROTOCOL
public static final String REFERENCE_PROTOCOL
public static final String ATTRIBUTE_BEFORE_PROTOCOL
public static final String ATTRIBUTE_AFTER_PROTOCOL
public LookupResultHyperlinker()
public LookupResultHyperlinker(boolean _words, boolean _readings, boolean _translations, boolean _references, boolean _allAttributes)
public ListFormatter decorateList(ListFormatter formatter, jgloss.ui.DictionaryEntryFormat.DecorationType type)
public AttributeFormatter decorateAttribute(AttributeFormatter formatter, Attribute<?> type, jgloss.ui.DictionaryEntryFormat.DecorationPosition position)
public void clearReferences()
public ListFormatter decorateList(ListFormatter formatter, Attribute<?> type, jgloss.ui.DictionaryEntryFormat.DecorationPosition position)
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.