Package ca.phon.app.opgraph.nodes.log
Class PrintBufferNode
java.lang.Object
ca.phon.opgraph.OpNode
ca.phon.app.opgraph.nodes.log.PrintBufferNode
- All Implemented Interfaces:
ca.phon.opgraph.app.extensions.NodeSettings
,ca.phon.opgraph.dag.Vertex
,ca.phon.opgraph.extensions.Extendable
public class PrintBufferNode
extends ca.phon.opgraph.OpNode
implements ca.phon.opgraph.app.extensions.NodeSettings
-
Field Summary
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 TypeMethodDescriptiongetBufferName
(ca.phon.opgraph.OpContext ctx) getComponent
(ca.phon.opgraph.app.GraphDocument document) boolean
isAppendToBuffer
(ca.phon.opgraph.OpContext ctx) boolean
isInsertAtBeginning
(ca.phon.opgraph.OpContext ctx) boolean
boolean
boolean
boolean
void
loadSettings
(Properties properties) void
operate
(ca.phon.opgraph.OpContext context) void
setDataTemplate
(String dataTemplate) void
setShowBuffer
(boolean showBuffer) void
setShowHTML
(boolean showHTML) void
setShowTable
(boolean showTable) void
setShowText
(boolean showText) 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
-
PrintBufferNode
public PrintBufferNode()
-
-
Method Details
-
operate
public void operate(ca.phon.opgraph.OpContext context) throws ca.phon.opgraph.exceptions.ProcessingException - Specified by:
operate
in classca.phon.opgraph.OpNode
- Throws:
ca.phon.opgraph.exceptions.ProcessingException
-
getBufferName
-
isAppendToBuffer
public boolean isAppendToBuffer(ca.phon.opgraph.OpContext ctx) -
isInsertAtBeginning
public boolean isInsertAtBeginning(ca.phon.opgraph.OpContext ctx) -
getDataTemplate
-
setDataTemplate
-
isShowText
public boolean isShowText() -
setShowText
public void setShowText(boolean showText) -
isShowTable
public boolean isShowTable() -
setShowTable
public void setShowTable(boolean showTable) -
isShowHTML
public boolean isShowHTML() -
setShowHTML
public void setShowHTML(boolean showHTML) -
isShowBuffer
public boolean isShowBuffer() -
setShowBuffer
public void setShowBuffer(boolean showBuffer) -
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
-