|
||||||||||
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 |
ITOCTree.findTOC(java.lang.String tocId)
Gets the TOCNode with the specified id. |
TOCNode |
TOCNode.getParent()
|
TOCNode |
ITOCTree.getRoot()
Gets a TOC tree with specified format and locale. |
Methods in org.eclipse.birt.report.engine.api with parameters of type TOCNode | |
---|---|
void |
TOCNode.setParent(TOCNode parent)
Set parent toc. |
Constructors in org.eclipse.birt.report.engine.api with parameters of type TOCNode | |
---|---|
TOCNode(TOCNode node)
Constructor. |
Uses of TOCNode in org.eclipse.birt.report.engine.content |
---|
Methods in org.eclipse.birt.report.engine.content that return TOCNode | |
---|---|
TOCNode |
IReportContent.getTOC()
Deprecated. This method shoule be substituted by: getTOCTree( format, locale ).getTOCTree( ); |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |