Uses of Class
ca.phon.worker.PhonTask
Package
Description
-
Uses of PhonTask in ca.phon.app.project
-
Uses of PhonTask in ca.phon.app.query
Modifier 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
-
Uses of PhonTask in ca.phon.app.session.editor.actions
Modifier 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
-
Uses of PhonTask in ca.phon.app.welcome
-
Uses of PhonTask in ca.phon.media.export
Modifier 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
Modifier 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
-
Uses of PhonTask in ca.phon.plugin
Modifier 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
Modifier and TypeClassDescriptionclass
Run a query given a project, session and query script. -
Uses of PhonTask in ca.phon.ui
-
Uses of PhonTask in ca.phon.worker
Modifier 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 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.