Eclipse Draw2d
3.1

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

Packages that use FlowBox
org.eclipse.draw2d.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
abstract  void CompositeBox.add(FlowBox box)
          Adds the given box and updates properties of this composite box.
 void FlowContext.addToCurrentLine(FlowBox box)
          Adds the given box into the current line.
 void LineRoot.add(FlowBox child)
           
 void FlowContainerLayout.addToCurrentLine(FlowBox child)
          Adds the given box the current line and clears the context's state.
 void LineBox.add(FlowBox child)
           
 void BlockBox.add(FlowBox box)
           
 


Eclipse Draw2d
3.1

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