org.jfree.report.modules.misc.autotable.flow

Class AutoTableItemLayoutController

public class AutoTableItemLayoutController extends ElementLayoutController

Creation-Date: Dec 9, 2006, 8:20:51 PM

Author: Thomas Morgner

Constructor Summary
AutoTableItemLayoutController()
Method Summary
protected AutoTableLayoutControllerfindTableParent()
LayoutControllerjoin(FlowController flowController)
Joins with a delegated process flow.
protected LayoutControllerprocessContent(ReportTarget target)

Constructor Detail

AutoTableItemLayoutController

public AutoTableItemLayoutController()

Method Detail

findTableParent

protected AutoTableLayoutController findTableParent()

join

public LayoutController join(FlowController flowController)
Joins with a delegated process flow. This is generally called from a child flow and should *not* (I mean it!) be called from outside. If you do, you'll suffer.

Parameters: flowController the flow controller of the parent.

Returns: the joined layout controller that incorperates all changes from the delegate.

processContent

protected LayoutController processContent(ReportTarget target)