Class ReportDesignNode
java.lang.Object
ca.phon.opgraph.OpNode
ca.phon.app.opgraph.nodes.query.ReportDesignNode
- All Implemented Interfaces:
ca.phon.opgraph.app.extensions.NodeSettings,ca.phon.opgraph.dag.Vertex,ca.phon.opgraph.extensions.Extendable
@Deprecated
public class ReportDesignNode
extends ca.phon.opgraph.OpNode
implements ca.phon.opgraph.app.extensions.NodeSettings
Deprecated.
-
Field Summary
FieldsFields 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 TypeMethodDescriptiongetComponent(ca.phon.opgraph.app.GraphDocument document) Deprecated.Deprecated.Deprecated.booleanDeprecated.voidloadSettings(Properties properties) Deprecated.voidoperate(ca.phon.opgraph.OpContext context) Deprecated.voidsetUseLastReport(boolean useLastReport) Deprecated.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
-
AUTOSAVE_FILENAME
-
-
Constructor Details
-
ReportDesignNode
public ReportDesignNode()Deprecated. -
ReportDesignNode
Deprecated.
-
-
Method Details
-
operate
public void operate(ca.phon.opgraph.OpContext context) throws ca.phon.opgraph.exceptions.ProcessingException Deprecated.- Specified by:
operatein classca.phon.opgraph.OpNode- Throws:
ca.phon.opgraph.exceptions.ProcessingException
-
isUseLastReport
public boolean isUseLastReport()Deprecated. -
setUseLastReport
public void setUseLastReport(boolean useLastReport) Deprecated. -
getReportDesign
Deprecated. -
getComponent
Deprecated.- Specified by:
getComponentin interfaceca.phon.opgraph.app.extensions.NodeSettings
-
getSettings
Deprecated.- Specified by:
getSettingsin interfaceca.phon.opgraph.app.extensions.NodeSettings
-
loadSettings
Deprecated.- Specified by:
loadSettingsin interfaceca.phon.opgraph.app.extensions.NodeSettings
-