Uses of Class
org.eclipse.draw2d.text.FlowFigureLayout
Packages that use FlowFigureLayout
Package
Description
Figures and support classes related to the layout and rendering of rich text.
-
Uses of FlowFigureLayout in org.eclipse.draw2d.text
Subclasses of FlowFigureLayout in org.eclipse.draw2d.textModifier and TypeClassDescriptionclass
The layout forBlockFlow
figures.class
A layout for FlowFigures with children.class
The layout manager forInlineFlow
figures.class
A block layout which requires no FlowContext to perform its layout.class
The layout forTextFlow
.class
class
Methods in org.eclipse.draw2d.text that return FlowFigureLayoutModifier and TypeMethodDescriptionprotected FlowFigureLayout
BlockFlow.createDefaultFlowLayout()
protected FlowFigureLayout
FlowAdapter.createDefaultFlowLayout()
protected abstract FlowFigureLayout
FlowFigure.createDefaultFlowLayout()
Creates the default layout managerprotected FlowFigureLayout
FlowPage.createDefaultFlowLayout()
protected FlowFigureLayout
InlineFlow.createDefaultFlowLayout()
protected FlowFigureLayout
TextFlow.createDefaultFlowLayout()