Class TextNode
java.lang.Object
ca.phon.app.opgraph.report.tree.ReportTreeNode
ca.phon.app.opgraph.report.tree.TextNode
- All Implemented Interfaces:
Iterable<ReportTreeNode>
- Direct Known Subclasses:
ExcelExportableNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the markdown template code for this report node.getText()voidMethods inherited from class ca.phon.app.opgraph.report.tree.ReportTreeNode
add, add, addReportTreeListener, clear, contains, findRoot, fireNodeAdded, fireNodeRemoved, getChildren, getLevel, getListeners, getParent, getPath, getTitle, iterator, remove, remove, removeReportTreeListener, setParent, setTitle, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TextNode
-
-
Method Details
-
getText
-
setText
-
getReportTemplateBlock
Description copied from class:ReportTreeNodeReturn the markdown template code for this report node.- Specified by:
getReportTemplateBlockin classReportTreeNode- Returns:
-
cloneWithoutChildren
- Specified by:
cloneWithoutChildrenin classReportTreeNode
-