Uses of Class
org.eclipse.draw2d.text.FlowBox
Packages that use FlowBox
Package
Description
Figures and support classes related to the layout and rendering of rich text.
-
Uses of FlowBox in org.eclipse.draw2d.text
Subclasses of FlowBox in org.eclipse.draw2d.textModifier and TypeClassDescriptionclass
A CompositeBox suitable for containing multiple LineBox fragments.class
A FlowBox that can contain other FlowBoxes.class
FlowBoxes that are leaf nodes.class
class
LineRoot is the top-most container on a line of text displayed in Draw2d.class
class
A Geometric object for representing a TextFragment region on a line of Text.Methods in org.eclipse.draw2d.text that return types with arguments of type FlowBoxModifier and TypeMethodDescriptionInlineFlow.getFragments()
Returns theFlowBox
fragments contained in this InlineFlow.Methods in org.eclipse.draw2d.text with parameters of type FlowBoxModifier and TypeMethodDescriptionvoid
abstract void
Adds the given box and updates properties of this composite box.void
void
void
FlowContainerLayout.addToCurrentLine
(FlowBox child) Adds the given box the current line and clears the context's state.void
FlowContext.addToCurrentLine
(FlowBox box) Adds the given box into the current line.