Package ca.phon.app.opgraph.nodes.report
Class TextSectionNode
java.lang.Object
ca.phon.opgraph.OpNode
ca.phon.app.opgraph.nodes.report.ReportSectionNode
ca.phon.app.opgraph.nodes.report.TextSectionNode
- All Implemented Interfaces:
ca.phon.opgraph.app.extensions.NodeSettings
,ca.phon.opgraph.dag.Vertex
,ca.phon.opgraph.extensions.Extendable
- Direct Known Subclasses:
ExcelExportableSectionNode
public class TextSectionNode
extends ReportSectionNode
implements ca.phon.opgraph.app.extensions.NodeSettings
-
Field Summary
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) getComponent
(ca.phon.opgraph.app.GraphDocument document) getText()
void
loadSettings
(Properties properties) void
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
-
Field Details
-
textInput
protected final ca.phon.opgraph.InputField textInput
-
-
Constructor Details
-
TextSectionNode
public TextSectionNode()
-
-
Method Details
-
getText
-
setText
-
getComponent
- Specified by:
getComponent
in interfaceca.phon.opgraph.app.extensions.NodeSettings
-
getSettings
- Specified by:
getSettings
in interfaceca.phon.opgraph.app.extensions.NodeSettings
-
loadSettings
- Specified by:
loadSettings
in interfaceca.phon.opgraph.app.extensions.NodeSettings
-
createReportSectionNode
- Specified by:
createReportSectionNode
in classReportSectionNode
-