Package org.omegat.gui.glossary
Class DictionaryGlossaryRenderer
java.lang.Object
org.omegat.gui.glossary.DictionaryGlossaryRenderer
- All Implemented Interfaces:
IGlossaryRenderer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.omegat.gui.glossary.IGlossaryRenderer
IGlossaryRenderer.DocTarget, IGlossaryRenderer.HtmlTarget, IGlossaryRenderer.IRenderTarget<T> -
Field Summary
Fields inherited from interface org.omegat.gui.glossary.IGlossaryRenderer
NO_ATTRIBUTES, NOTES_ATTRIBUTES, PRIORITY_ATTRIBUTES, SOURCE_ATTRIBUTES, TARGET_ATTRIBUTES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()String to be stored in config file.getName()Name to be displayed in the drop box.voidrender(GlossaryEntry entry, IGlossaryRenderer.IRenderTarget<?> trg) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.omegat.gui.glossary.IGlossaryRenderer
render, renderToHtml
-
Constructor Details
-
DictionaryGlossaryRenderer
public DictionaryGlossaryRenderer()
-
-
Method Details
-
getName
Description copied from interface:IGlossaryRendererName to be displayed in the drop box. Can be language-dependent- Specified by:
getNamein interfaceIGlossaryRenderer
-
getId
Description copied from interface:IGlossaryRendererString to be stored in config file. Must be language-independent, and unique- Specified by:
getIdin interfaceIGlossaryRenderer
-
render
- Specified by:
renderin interfaceIGlossaryRenderer
-