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 LinePainterRichTextPainter. addInstruction(org.eclipse.swt.graphics.GC gc, int availableWidth, java.util.Collection<LinePainter> lines, LinePainter currentLine, TagProcessingState state, PaintInstruction instruction)private PaintInstructionRichTextPainter. 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 TagProcessingStateBoldPaintInstruction. stateprivate TagProcessingStateItalicPaintInstruction. stateprivate TagProcessingStateNewLineInstruction. stateprotected TagProcessingStateParagraphInstruction. stateprivate TagProcessingStateResetFontPaintInstruction. stateprotected TagProcessingStateResetParagraphInstruction. stateprivate TagProcessingStateResetSpanStylePaintInstruction. stateprivate TagProcessingStateSpanStylePaintInstruction. stateprivate TagProcessingStateTextPaintInstruction. stateConstructors 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)
-