Eclipse Draw2d
3.3

Uses of Class
org.eclipse.draw2d.text.FlowBox

Packages that use FlowBox
org.eclipse.draw2d.text 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.text
 class BlockBox
          A CompositeBox suitable for containing multiple LineBox fragments.
 class CompositeBox
          A FlowBox that can contain other FlowBoxes.
 class ContentBox
          FlowBoxes that are leaf nodes.
 class LineBox
           
 class LineRoot
          LineRoot is the top-most container on a line of text displayed in Draw2d.
 class NestedLine
           
 class TextFragmentBox
          A Geometric object for representing a TextFragment region on a line of Text.
 

Methods in org.eclipse.draw2d.text with parameters of type FlowBox
 void LineBox.add(FlowBox child)
           
 void FlowContext.addToCurrentLine(FlowBox box)
          Adds the given box into the current line.
abstract  void CompositeBox.add(FlowBox box)
          Adds the given box and updates properties of this composite box.
 void LineRoot.add(FlowBox child)
           
 void BlockBox.add(FlowBox box)
           
 void FlowContainerLayout.addToCurrentLine(FlowBox child)
          Adds the given box the current line and clears the context's state.
 


Eclipse Draw2d
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.