|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TOCNode | |
org.eclipse.birt.report.engine.api | This is an application-writer's interface for using the BIRT report engine. |
org.eclipse.birt.report.engine.content | Defines interfaces of BIRT report items for Engine to pass from executors to emitters. |
Uses of TOCNode in org.eclipse.birt.report.engine.api |
Fields in org.eclipse.birt.report.engine.api declared as TOCNode | |
protected TOCNode |
TOCNode.parent
the parent node |
Methods in org.eclipse.birt.report.engine.api that return TOCNode | |
TOCNode |
IReportDocument.findTOC(java.lang.String tocNodeId)
get the TOCNode have the id. |
TOCNode |
TOCNode.getParent()
|
Methods in org.eclipse.birt.report.engine.api with parameters of type TOCNode | |
void |
TOCNode.setParent(TOCNode parent)
|
Uses of TOCNode in org.eclipse.birt.report.engine.content |
Methods in org.eclipse.birt.report.engine.content that return TOCNode | |
TOCNode |
IReportContent.getTOC()
get the TOC structure constructed in the generation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |