Uses of Interface
com.vladsch.flexmark.formatter.TranslatingSpanRender
-
Packages that use TranslatingSpanRender Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.formatter.internal -
-
Uses of TranslatingSpanRender in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type TranslatingSpanRender Modifier and Type Method Description voidFormatter.MainNodeFormatter. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)voidFormatter.MainNodeFormatter.SubNodeFormatter. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)voidTranslationContext. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)Temporarily change the format for placeholdersvoidFormatter.MainNodeFormatter. nonTranslatingSpan(@NotNull TranslatingSpanRender render)voidFormatter.MainNodeFormatter.SubNodeFormatter. nonTranslatingSpan(@NotNull TranslatingSpanRender render)voidTranslationContext. nonTranslatingSpan(@NotNull TranslatingSpanRender render)Separate non-translation span.voidFormatter.MainNodeFormatter.SubNodeFormatter. translatingRefTargetSpan(@Nullable Node target, @NotNull TranslatingSpanRender render)voidFormatter.MainNodeFormatter. translatingRefTargetSpan(@Nullable Node target, @NotNull TranslatingSpanRender render)voidTranslationContext. translatingRefTargetSpan(@Nullable Node target, @NotNull TranslatingSpanRender render)Separate translation span which is also a ref targetvoidFormatter.MainNodeFormatter.SubNodeFormatter. translatingSpan(@NotNull TranslatingSpanRender render)voidFormatter.MainNodeFormatter. translatingSpan(@NotNull TranslatingSpanRender render)voidTranslationContext. translatingSpan(@NotNull TranslatingSpanRender render)Separate translation span. -
Uses of TranslatingSpanRender in com.vladsch.flexmark.formatter.internal
Methods in com.vladsch.flexmark.formatter.internal with parameters of type TranslatingSpanRender Modifier and Type Method Description voidTranslationHandlerImpl. customPlaceholderFormat(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render)voidTranslationHandlerImpl. nonTranslatingSpan(@NotNull TranslatingSpanRender render)private java.lang.StringTranslationHandlerImpl. renderInSubContext(TranslatingSpanRender render, boolean copyToMain)voidTranslationHandlerImpl. translatingRefTargetSpan(@Nullable Node target, @NotNull TranslatingSpanRender render)voidTranslationHandlerImpl. translatingSpan(@NotNull TranslatingSpanRender render)
-