Uses of Class
org.eclipse.nebula.widgets.richtext.painter.SpanElement
-
Packages that use SpanElement Package Description org.eclipse.nebula.widgets.richtext org.eclipse.nebula.widgets.richtext.painter.instructions -
-
Uses of SpanElement in org.eclipse.nebula.widgets.richtext
Method parameters in org.eclipse.nebula.widgets.richtext with type arguments of type SpanElement Modifier and Type Method Description private PaintInstruction
RichTextPainter. handleStyleConfiguration(javax.xml.stream.events.StartElement element, java.util.Deque<SpanElement> spanStack, TagProcessingState state)
-
Uses of SpanElement in org.eclipse.nebula.widgets.richtext.painter.instructions
Fields in org.eclipse.nebula.widgets.richtext.painter.instructions declared as SpanElement Modifier and Type Field Description private SpanElement
ResetSpanStylePaintInstruction. span
Constructors in org.eclipse.nebula.widgets.richtext.painter.instructions with parameters of type SpanElement Constructor Description ResetSpanStylePaintInstruction(TagProcessingState state, SpanElement span)
-