Package org.omegat.gui.glossary
Interface IGlossaryRenderer
- All Known Implementing Classes:
DefaultGlossaryRenderer,DictionaryGlossaryRenderer
public interface IGlossaryRenderer
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeSetstatic final AttributeSetstatic final AttributeSetstatic final AttributeSetstatic final AttributeSet -
Method Summary
Modifier and TypeMethodDescriptiongetId()String to be stored in config file.getName()Name to be displayed in the drop box.default voidrender(GlossaryEntry entry, StyledDocument doc) voidrender(GlossaryEntry entry, IGlossaryRenderer.IRenderTarget<?> trg) default StringrenderToHtml(GlossaryEntry entry)
-
Field Details
-
NO_ATTRIBUTES
-
PRIORITY_ATTRIBUTES
-
SOURCE_ATTRIBUTES
-
TARGET_ATTRIBUTES
-
NOTES_ATTRIBUTES
-
-
Method Details