Uses of Class
org.eclipse.nebula.widgets.richtext.painter.TagProcessingState
-
Packages that use TagProcessingState Package Description org.eclipse.nebula.widgets.richtext org.eclipse.nebula.widgets.richtext.painter.instructions -
-
Uses of TagProcessingState in org.eclipse.nebula.widgets.richtext
Methods in org.eclipse.nebula.widgets.richtext with parameters of type TagProcessingState Modifier and Type Method Description private LinePainter
RichTextPainter. addInstruction(org.eclipse.swt.graphics.GC gc, int availableWidth, java.util.Collection<LinePainter> lines, LinePainter currentLine, TagProcessingState state, PaintInstruction instruction)
private PaintInstruction
RichTextPainter. handleStyleConfiguration(javax.xml.stream.events.StartElement element, java.util.Deque<SpanElement> spanStack, TagProcessingState state)
-
Uses of TagProcessingState in org.eclipse.nebula.widgets.richtext.painter.instructions
Fields in org.eclipse.nebula.widgets.richtext.painter.instructions declared as TagProcessingState Modifier and Type Field Description private TagProcessingState
BoldPaintInstruction. state
private TagProcessingState
ItalicPaintInstruction. state
private TagProcessingState
NewLineInstruction. state
protected TagProcessingState
ParagraphInstruction. state
private TagProcessingState
ResetFontPaintInstruction. state
protected TagProcessingState
ResetParagraphInstruction. state
private TagProcessingState
ResetSpanStylePaintInstruction. state
private TagProcessingState
SpanStylePaintInstruction. state
private TagProcessingState
TextPaintInstruction. state
Constructors in org.eclipse.nebula.widgets.richtext.painter.instructions with parameters of type TagProcessingState Constructor Description BoldPaintInstruction(TagProcessingState state)
ItalicPaintInstruction(TagProcessingState state)
ListInstruction(int listIndent, boolean ordered, AlignmentStyle alignment, int paragraphSpace, TagProcessingState state)
NewLineInstruction(TagProcessingState state)
ParagraphInstruction(AlignmentStyle alignment, int paragraphSpace, TagProcessingState state)
ResetFontPaintInstruction(TagProcessingState state)
ResetParagraphInstruction(int paragraphSpace, TagProcessingState state)
ResetSpanStylePaintInstruction(TagProcessingState state, SpanElement span)
SpanStylePaintInstruction(TagProcessingState state)
TextPaintInstruction(TagProcessingState state, java.lang.String text)
TextPaintInstruction(TagProcessingState state, java.lang.String text, java.lang.String wordSplitRegex)
-