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 EntityReplacerRichTextPainter. entityReplacerMethods in org.eclipse.nebula.widgets.richtext with parameters of type EntityReplacer Modifier and Type Method Description voidRichTextPainter. setEntityReplacer(EntityReplacer entityReplacer)Set anEntityReplacerthat should be used to replaceEntityReferences 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 classDefaultEntityReplacerDefault implementation ofEntityReplacerthat knows about the most common HTML entities.
-