Uses of Class
org.eclipse.draw2d.text.BidiProcessor
Packages that use BidiProcessor
Package
Description
Figures and support classes related to the layout and rendering of rich text.
- 
Uses of BidiProcessor in org.eclipse.draw2d.textFields in org.eclipse.draw2d.text declared as BidiProcessorModifier and TypeFieldDescriptionstatic final BidiProcessorBidiProcessor.INSTANCEA singleton instance.Methods in org.eclipse.draw2d.text with parameters of type BidiProcessorModifier and TypeMethodDescriptionprotected voidBlockFlow.contributeBidi(BidiProcessor proc) BlockFlows contribute a paragraph separator so as to keep the Bidi state of the text on either side of this block from affecting each other.protected voidFlowAdapter.contributeBidi(BidiProcessor proc) This FlowFigure contributes an Object Replacement Character.protected voidFlowFigure.contributeBidi(BidiProcessor proc) FlowFigures can contribute text for their block to the givenBidiProcessor, which will process the contributions to determine Bidi levels and shaping requirements.protected voidTextFlow.contributeBidi(BidiProcessor proc) A TextFlow contributes its text.