Uses of Interface
org.eclipse.draw2d.text.FlowContext
Packages that use FlowContext
Package
Description
Figures and support classes related to the layout and rendering of rich text.
- 
Uses of FlowContext in org.eclipse.draw2d.textClasses in org.eclipse.draw2d.text that implement FlowContextModifier and TypeClassDescriptionclassThe layout forBlockFlowfigures.classA layout for FlowFigures with children.classThe layout manager forInlineFlowfigures.classA block layout which requires no FlowContext to perform its layout.Methods in org.eclipse.draw2d.text that return FlowContextModifier and TypeMethodDescriptionprotected FlowContextFlowFigureLayout.getContext()Returns this layout's context ornull.Methods in org.eclipse.draw2d.text with parameters of type FlowContextModifier and TypeMethodDescriptionvoidFlowAdapter.setFlowContext(FlowContext flowContext) voidFlowFigure.setFlowContext(FlowContext flowContext) Sets the flow context.voidFlowFigureLayout.setFlowContext(FlowContext flowContext) Sets the context for this layout manager.protected final intFlowUtilities.wrapFragmentInContext(TextFragmentBox frag, String string, FlowContext context, org.eclipse.draw2d.text.FlowUtilities.LookAhead lookahead, Font font, int wrapping) Sets up a fragment and returns the number of characters consumed from the given String.