Eclipse Draw2d
2.1

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

Packages that use LineBox
org.eclipse.draw2d.text   
 

Uses of LineBox in org.eclipse.draw2d.text
 

Fields in org.eclipse.draw2d.text declared as LineBox
protected  LineBox FlowContainerLayout.currentLine
          the current line
 

Methods in org.eclipse.draw2d.text that return LineBox
 LineBox FlowContext.getCurrentLine()
          Obtains the current line, creating a new line if there is no current line.
 LineBox FlowContainerLayout.getCurrentLine()
           
 

Methods in org.eclipse.draw2d.text with parameters of type LineBox
protected  void InlineFlowLayout.setupLine(LineBox line)
          Initializes the given LineBox.
protected  void BlockFlowLayout.setupLine(LineBox line)
          Override to setup the line's x, remaining, and available width.
 


Eclipse Draw2d
2.1

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