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
FieldsFields inherited from class ca.phon.app.opgraph.nodes.report.ReportSectionNode
addToBeginningInput, parentNodeInput, parentNodeOutput, sectionNameInput, sectionNodeOutputFields inherited from class ca.phon.opgraph.OpNode
CATEGORY_PROPERTY, COMPLETED_FIELD, DESCRIPTION_PROPERTY, ENABLED_FIELD, ID_PROPERTY, NAME_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ReportTreeNodecreateReportSectionNode(ca.phon.opgraph.OpContext context) getComponent(ca.phon.opgraph.app.GraphDocument document) getText()voidloadSettings(Properties properties) voidMethods inherited from class ca.phon.app.opgraph.nodes.report.ReportSectionNode
operateMethods 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:
getComponentin interfaceca.phon.opgraph.app.extensions.NodeSettings
-
getSettings
- Specified by:
getSettingsin interfaceca.phon.opgraph.app.extensions.NodeSettings
-
loadSettings
- Specified by:
loadSettingsin interfaceca.phon.opgraph.app.extensions.NodeSettings
-
createReportSectionNode
- Specified by:
createReportSectionNodein classReportSectionNode
-