Eclipse Draw2d
3.1

Uses of Interface
org.eclipse.draw2d.text.FlowContext

Packages that use FlowContext
org.eclipse.draw2d.text Figures and support classes related to the layout and rendering of rich text. 
 

Uses of FlowContext in org.eclipse.draw2d.text
 

Classes in org.eclipse.draw2d.text that implement FlowContext
 class BlockFlowLayout
          The layout for BlockFlow figures.
 class FlowContainerLayout
          A layout for FlowFigures with children.
 class InlineFlowLayout
          The layout manager for InlineFlow figures.
 class PageFlowLayout
          A block layout which requires no FlowContext to perform its layout.
 

Methods in org.eclipse.draw2d.text that return FlowContext
protected  FlowContext FlowFigureLayout.getContext()
          Returns this layout's context or null.
 

Methods in org.eclipse.draw2d.text with parameters of type FlowContext
 void FlowAdapter.setFlowContext(FlowContext flowContext)
           
 void FlowFigure.setFlowContext(FlowContext flowContext)
          Sets the flow context.
 void FlowFigureLayout.setFlowContext(FlowContext flowContext)
          Sets the context for this layout manager.
 


Eclipse Draw2d
3.1

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