Uses of Class
ca.phon.worker.PhonTask
Packages that use PhonTask
Package
Description
-
Uses of PhonTask in ca.phon.app.project
Subclasses of PhonTask in ca.phon.app.project -
Uses of PhonTask in ca.phon.app.query
Methods in ca.phon.app.query with parameters of type PhonTaskModifier and TypeMethodDescriptionvoid
QueryTimer.propertyChanged
(PhonTask task, String property, Object oldValue, Object newValue) void
QueryTimer.statusChanged
(PhonTask task, PhonTask.TaskStatus oldStatus, PhonTask.TaskStatus newStatus) -
Uses of PhonTask in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor with parameters of type PhonTask -
Uses of PhonTask in ca.phon.app.session.editor.actions
Methods in ca.phon.app.session.editor.actions that return PhonTaskModifier and TypeMethodDescriptionGenerateSessionAudioAction.generateExportAudioTask()
Provide access to the internal task for generating session audio file. -
Uses of PhonTask in ca.phon.app.session.editor.view.ipa_validation
Subclasses of PhonTask in ca.phon.app.session.editor.view.ipa_validation -
Uses of PhonTask in ca.phon.app.welcome
Subclasses of PhonTask in ca.phon.app.welcome -
Uses of PhonTask in ca.phon.media.export
Subclasses of PhonTask in ca.phon.media.exportModifier and TypeClassDescriptionclass
Export video and/or audio with the option to transcode the output.class
Uses vlc4j to export a media file into a wav file. -
Uses of PhonTask in ca.phon.phontalk
Subclasses of PhonTask in ca.phon.phontalkModifier and TypeClassDescriptionclass
class
class
Converts a single xml file as a stream from phon's format to talkbankclass
class
Converts a single stream of tb xml into phon xml -
Uses of PhonTask in ca.phon.phontalk.plugin
Subclasses of PhonTask in ca.phon.phontalk.plugin -
Uses of PhonTask in ca.phon.plugin
Subclasses of PhonTask in ca.phon.pluginMethods in ca.phon.plugin that return PhonTaskModifier and TypeMethodDescriptionPluginEntryPointRunner.executePluginOnNewThread()
Execute plugin a new threadstatic PhonTask
PluginEntryPointRunner.executePluginOnNewThread
(IPluginEntryPoint ep) static PhonTask
PluginEntryPointRunner.executePluginOnNewThread
(IPluginEntryPoint ep, Map<String, Object> args) static PhonTask
PluginEntryPointRunner.executePluginOnNewThread
(String epName) static PhonTask
PluginEntryPointRunner.executePluginOnNewThread
(String epName, Map<String, Object> args) static PhonTask
PluginEntryPointRunner.executePluginOnThread
(IPluginEntryPoint ep, PhonWorker thread) static PhonTask
PluginEntryPointRunner.executePluginOnThread
(IPluginEntryPoint ep, Map<String, Object> args, PhonWorker thread) PluginEntryPointRunner.executePluginOnThread
(PhonWorker thread) Execute plugin on the given worker thread.static PhonTask
PluginEntryPointRunner.executePluginOnThread
(String epName, PhonWorker thread) static PhonTask
PluginEntryPointRunner.executePluginOnThread
(String epName, Map<String, Object> args, PhonWorker thread) -
Uses of PhonTask in ca.phon.query.script
Subclasses of PhonTask in ca.phon.query.scriptModifier and TypeClassDescriptionclass
Run a query given a project, session and query script. -
Uses of PhonTask in ca.phon.ui
Constructors in ca.phon.ui with parameters of type PhonTask -
Uses of PhonTask in ca.phon.worker
Methods in ca.phon.worker that return PhonTaskModifier and TypeMethodDescriptionstatic PhonTask
PhonWorker.invokeOnNewWorker
(Runnable toRun) static PhonTask
PhonWorker.invokeOnNewWorker
(Runnable toRun, Runnable onFinish) static PhonTask
PhonWorker.invokeOnNewWorker
(Runnable toRun, Runnable onFinish, PhonTaskErrorHandler onError) Invoke provided runnable on a new thread and return the generated PhonTaskMethods in ca.phon.worker with parameters of type PhonTaskModifier and TypeMethodDescriptionvoid
PhonTaskListener.propertyChanged
(PhonTask task, String property, Object oldValue, Object newValue) Sent when a property of the task changes.void
PhonTaskListener.statusChanged
(PhonTask task, PhonTask.TaskStatus oldStatus, PhonTask.TaskStatus newStatus) Sent when the running status of the task has changed.