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.textSubclasses of FlowBox in org.eclipse.draw2d.textModifier and TypeClassDescriptionclassA CompositeBox suitable for containing multiple LineBox fragments.classA FlowBox that can contain other FlowBoxes.classFlowBoxes that are leaf nodes.classclassLineRoot is the top-most container on a line of text displayed in Draw2d.classclassA 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 theFlowBoxfragments contained in this InlineFlow.Methods in org.eclipse.draw2d.text with parameters of type FlowBoxModifier and TypeMethodDescriptionvoidabstract voidAdds the given box and updates properties of this composite box.voidvoidvoidFlowContainerLayout.addToCurrentLine(FlowBox child) Adds the given box the current line and clears the context's state.voidFlowContext.addToCurrentLine(FlowBox box) Adds the given box into the current line.