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 Details

    • textInput

      protected final ca.phon.opgraph.InputField textInput
  • Constructor Details

    • TextSectionNode

      public TextSectionNode()
  • Method Details

    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getComponent

      public Component getComponent(ca.phon.opgraph.app.GraphDocument document)
      Specified by:
      getComponent in interface ca.phon.opgraph.app.extensions.NodeSettings
    • getSettings

      public Properties getSettings()
      Specified by:
      getSettings in interface ca.phon.opgraph.app.extensions.NodeSettings
    • loadSettings

      public void loadSettings(Properties properties)
      Specified by:
      loadSettings in interface ca.phon.opgraph.app.extensions.NodeSettings
    • createReportSectionNode

      protected ReportTreeNode createReportSectionNode(ca.phon.opgraph.OpContext context)
      Specified by:
      createReportSectionNode in class ReportSectionNode