Eclipse Draw2d
2.1

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

Packages that use FlowContext
org.eclipse.draw2d.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.
 

Fields in org.eclipse.draw2d.text declared as FlowContext
protected  FlowContext FlowFigureLayout.context
          The flow context in which this LayoutManager exists.
 

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


Eclipse Draw2d
2.1

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