SourceForge.net Logo
aXSL API 0.1

org.axsl.areaW
Interface AbstractTableContainer

All Superinterfaces:
Area, AreaNode, ContainerRA, FOContext, GenericContainer, OrderedTreeNode, javax.swing.tree.TreeNode
All Known Subinterfaces:
TableBodyContainer, TableFooterContainer, TableHeaderContainer

public interface AbstractTableContainer
extends GenericContainer

Super-interface for Table body, header, and footer areas.


Method Summary
 TableRowContainer makeTableRowContainer(TableRow node, RetrieveMarker retrieveMarker)
          Makes a new TableRowContainer instance for this Table.
 
Methods inherited from interface org.axsl.areaW.GenericContainer
getXPosition, getYPosition, setXPosition, setYPosition
 
Methods inherited from interface org.axsl.areaW.Area
crBPD, crIPD, incrementProgressionDimension, makeBlockContainerArea, makeListBlockArea, makeMarkerContentArea, makeNormalBlockArea, makeTableArea, progressionDimensionAvailable, setProgressionDimension, traitAbsolutePosition
 
Methods inherited from interface org.axsl.areaW.AreaNode
ancestorTableArea, ancestorWritableNormalBlockArea, crBPDNearestGeneratedByBlockLevelFO, crIPDNearestGeneratedByBlockLevelFO, getFontConsumer, getTextServer, getWritablePage, getWritableParent, getWritableParentArea, nearestGeneratedByBlockLevelFO, removeChild, traitGeneratedBy
 
Methods inherited from interface org.axsl.common.OrderedTreeNode
getChildren, getFirstChild, getFirstLeaf, getLastChild, getLastLeaf, getNextLeaf, getNextSibling, getPreviousLeaf, getPreviousSibling, getSiblings, hasChildren, nextPreOrderNode, siblingIndex
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 
Methods inherited from interface org.axsl.foR.FOContext
getRetrieveMarker
 

Method Detail

makeTableRowContainer

public TableRowContainer makeTableRowContainer(TableRow node,
                                               RetrieveMarker retrieveMarker)
Makes a new TableRowContainer instance for this Table.

Parameters:
node - The generating TableRow instance.
retrieveMarker - The RetrieveMarker, if any, controlling this Area.
Returns:
The new TableRowContainer instance.

SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.