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 TypeMethodDescriptionvoidQueryTimer.propertyChanged(PhonTask task, String property, Object oldValue, Object newValue) voidQueryTimer.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.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 TypeClassDescriptionclassExport video and/or audio with the option to transcode the output.classUses 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 TypeClassDescriptionclassclassclassConverts a single xml file as a stream from phon's format to talkbankclassclassConverts 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 PhonTaskPluginEntryPointRunner.executePluginOnNewThread(IPluginEntryPoint ep) static PhonTaskPluginEntryPointRunner.executePluginOnNewThread(IPluginEntryPoint ep, Map<String, Object> args) static PhonTaskPluginEntryPointRunner.executePluginOnNewThread(String epName) static PhonTaskPluginEntryPointRunner.executePluginOnNewThread(String epName, Map<String, Object> args) static PhonTaskPluginEntryPointRunner.executePluginOnThread(IPluginEntryPoint ep, PhonWorker thread) static PhonTaskPluginEntryPointRunner.executePluginOnThread(IPluginEntryPoint ep, Map<String, Object> args, PhonWorker thread) PluginEntryPointRunner.executePluginOnThread(PhonWorker thread) Execute plugin on the given worker thread.static PhonTaskPluginEntryPointRunner.executePluginOnThread(String epName, PhonWorker thread) static PhonTaskPluginEntryPointRunner.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 TypeClassDescriptionclassRun 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 PhonTaskPhonWorker.invokeOnNewWorker(Runnable toRun) static PhonTaskPhonWorker.invokeOnNewWorker(Runnable toRun, Runnable onFinish) static PhonTaskPhonWorker.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 TypeMethodDescriptionvoidPhonTaskListener.propertyChanged(PhonTask task, String property, Object oldValue, Object newValue) Sent when a property of the task changes.voidPhonTaskListener.statusChanged(PhonTask task, PhonTask.TaskStatus oldStatus, PhonTask.TaskStatus newStatus) Sent when the running status of the task has changed.