Package ca.phon.app.opgraph.nodes.report
Class ExcelExportableSectionNode
java.lang.Object
ca.phon.opgraph.OpNode
ca.phon.app.opgraph.nodes.report.ReportSectionNode
ca.phon.app.opgraph.nodes.report.TextSectionNode
ca.phon.app.opgraph.nodes.report.ExcelExportableSectionNode
- All Implemented Interfaces:
ca.phon.opgraph.app.extensions.NodeSettings
,ca.phon.opgraph.dag.Vertex
,ca.phon.opgraph.extensions.Extendable
-
Field Summary
Fields inherited from class ca.phon.app.opgraph.nodes.report.TextSectionNode
textInput
Fields inherited from class ca.phon.app.opgraph.nodes.report.ReportSectionNode
addToBeginningInput, parentNodeInput, parentNodeOutput, sectionNameInput, sectionNodeOutput
Fields inherited from class ca.phon.opgraph.OpNode
CATEGORY_PROPERTY, COMPLETED_FIELD, DESCRIPTION_PROPERTY, ENABLED_FIELD, ID_PROPERTY, NAME_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ReportTreeNode
createReportSectionNode
(ca.phon.opgraph.OpContext context) Methods inherited from class ca.phon.app.opgraph.nodes.report.TextSectionNode
getComponent, getSettings, getText, loadSettings, setText
Methods inherited from class ca.phon.app.opgraph.nodes.report.ReportSectionNode
operate
Methods inherited from class ca.phon.opgraph.OpNode
addNodeListener, checkCanceled, getCategory, getDefaultCategory, getDefaultDescription, getDefaultName, getDescription, getExtension, getExtensionClasses, getId, getInputFields, getInputFieldWithKey, getName, getOutputFields, getOutputFieldWithKey, isBreakpoint, isCanceled, putExtension, putField, putField, putField, putField, removeAllInputFields, removeAllOutputFields, removeField, removeField, removeNodeListener, setBreakpoint, setCanceled, setCategory, setDescription, setId, setName
-
Constructor Details
-
ExcelExportableSectionNode
public ExcelExportableSectionNode()
-
-
Method Details
-
createReportSectionNode
- Overrides:
createReportSectionNode
in classTextSectionNode
-