Uses of Interface
com.vladsch.flexmark.formatter.TranslatingSpanRender
Packages that use TranslatingSpanRender
-
Uses of TranslatingSpanRender in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type TranslatingSpanRenderModifier and TypeMethodDescriptionvoid
Formatter.MainNodeFormatter.customPlaceholderFormat
(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render) void
Formatter.MainNodeFormatter.SubNodeFormatter.customPlaceholderFormat
(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render) void
TranslationContext.customPlaceholderFormat
(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render) Temporarily change the format for placeholdersvoid
Formatter.MainNodeFormatter.nonTranslatingSpan
(@NotNull TranslatingSpanRender render) void
Formatter.MainNodeFormatter.SubNodeFormatter.nonTranslatingSpan
(@NotNull TranslatingSpanRender render) void
TranslationContext.nonTranslatingSpan
(@NotNull TranslatingSpanRender render) Separate non-translation span.void
Formatter.MainNodeFormatter.SubNodeFormatter.translatingRefTargetSpan
(@Nullable Node target, @NotNull TranslatingSpanRender render) void
Formatter.MainNodeFormatter.translatingRefTargetSpan
(@Nullable Node target, @NotNull TranslatingSpanRender render) void
TranslationContext.translatingRefTargetSpan
(@Nullable Node target, @NotNull TranslatingSpanRender render) Separate translation span which is also a ref targetvoid
Formatter.MainNodeFormatter.SubNodeFormatter.translatingSpan
(@NotNull TranslatingSpanRender render) void
Formatter.MainNodeFormatter.translatingSpan
(@NotNull TranslatingSpanRender render) void
TranslationContext.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 TranslatingSpanRenderModifier and TypeMethodDescriptionvoid
TranslationHandlerImpl.customPlaceholderFormat
(@NotNull TranslationPlaceholderGenerator generator, @NotNull TranslatingSpanRender render) void
TranslationHandlerImpl.nonTranslatingSpan
(@NotNull TranslatingSpanRender render) private String
TranslationHandlerImpl.renderInSubContext
(TranslatingSpanRender render, boolean copyToMain) void
TranslationHandlerImpl.translatingRefTargetSpan
(@Nullable Node target, @NotNull TranslatingSpanRender render) void
TranslationHandlerImpl.translatingSpan
(@NotNull TranslatingSpanRender render)