Uses of Interface
org.eclipse.nebula.widgets.richtext.painter.EntityReplacer
-
Packages that use EntityReplacer Package Description org.eclipse.nebula.widgets.richtext org.eclipse.nebula.widgets.richtext.painter -
-
Uses of EntityReplacer in org.eclipse.nebula.widgets.richtext
Fields in org.eclipse.nebula.widgets.richtext declared as EntityReplacer Modifier and Type Field Description private EntityReplacer
RichTextPainter. entityReplacer
Methods in org.eclipse.nebula.widgets.richtext with parameters of type EntityReplacer Modifier and Type Method Description void
RichTextPainter. setEntityReplacer(EntityReplacer entityReplacer)
Set anEntityReplacer
that should be used to replaceEntityReference
s in the HTML snippet to parse. -
Uses of EntityReplacer in org.eclipse.nebula.widgets.richtext.painter
Classes in org.eclipse.nebula.widgets.richtext.painter that implement EntityReplacer Modifier and Type Class Description class
DefaultEntityReplacer
Default implementation ofEntityReplacer
that knows about the most common HTML entities.
-