org.eclipse.jface.text.source.translation |
|
Java Source File Name | Type | Comment |
ITagHandler.java | Interface | A tag handler is responsible to
- handle the attributes for the tags it supports
- translate the tag sequence including attributes to another language
- back-translate relative line offsets.
Tag handlers are used by translators via tag handler factories. |
ITagHandlerFactory.java | Interface | A tag handler factory provides access to tag
handlers. |
ITranslator.java | Interface | A translator translates a given file into another language. |
ITranslatorResultCollector.java | Interface | Tagging interface for a translator result collector. |
TagHandlerFactory.java | Class | |