Eclipse Draw2d
2.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 BlockInfos.
 class LineBox
          A composite box representing a single line.
 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
protected  void LineBox.unionInfo(FlowBox blockInfo)
           
 void InlineFlowLayout.addToCurrentLine(FlowBox block)
          Adds the given FlowBox to the current line of this InlineFlowLayout.
 void FlowContext.addToCurrentLine(FlowBox box)
          Adds the given box into the current line.
 void FlowContainerLayout.addToCurrentLine(FlowBox block)
           
 void CompositeBox.add(FlowBox block)
          Adds the specified FlowBox.
protected  void CompositeBox.unionInfo(FlowBox box)
          unions the fragment's width, height, and ascent into this composite.
 void BlockBox.add(FlowBox box)
           
protected  void BlockBox.unionInfo(FlowBox box)
          Unions the dimensions of this with the dimensions of the passed FlowBox.
 


Eclipse Draw2d
2.1

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