Uses of Interface
ca.phon.plugin.IPluginEntryPoint
Packages that use IPluginEntryPoint
Package
Description
-
Uses of IPluginEntryPoint in ca.phon.app.about
Classes in ca.phon.app.about that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.app.actions
Classes in ca.phon.app.actions that implement IPluginEntryPointModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of IPluginEntryPoint in ca.phon.app.corpus
Classes in ca.phon.app.corpus that implement IPluginEntryPointModifier and TypeClassDescriptionclassEntry point for session template editor. -
Uses of IPluginEntryPoint in ca.phon.app.help
Classes in ca.phon.app.help that implement IPluginEntryPointModifier and TypeClassDescriptionclassDisplays a table (with filter) for looking up ISO language codes. -
Uses of IPluginEntryPoint in ca.phon.app.log
Classes in ca.phon.app.log that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.app.opgraph.analysis
Classes in ca.phon.app.opgraph.analysis that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.app.opgraph.editor
Classes in ca.phon.app.opgraph.editor that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.app.opgraph.report
Classes in ca.phon.app.opgraph.report that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.app.phonex
Classes in ca.phon.app.phonex that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.app.prefs
Classes in ca.phon.app.prefs that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.app.project
Classes in ca.phon.app.project that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.app.query
Classes in ca.phon.app.query that implement IPluginEntryPointModifier and TypeClassDescriptionclassclassDisplay a result set optionally along with the associated session. -
Uses of IPluginEntryPoint in ca.phon.app.session.check
Classes in ca.phon.app.session.check that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.app.session.editor
Classes in ca.phon.app.session.editor that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.app.welcome
Classes in ca.phon.app.welcome that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.ipamap
Classes in ca.phon.ipamap that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.phontalk.plugin
Classes in ca.phon.phontalk.plugin that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.plugin
Classes in ca.phon.plugin that implement IPluginEntryPointMethods in ca.phon.plugin that return IPluginEntryPointModifier and TypeMethodDescriptionstatic IPluginEntryPointPluginEntryPointRunner.executePlugin(IPluginEntryPoint ep) static IPluginEntryPointPluginEntryPointRunner.executePlugin(IPluginEntryPoint ep, Map<String, Object> args) static IPluginEntryPointPluginEntryPointRunner.executePlugin(String epName) static IPluginEntryPointPluginEntryPointRunner.executePlugin(String epName, Map<String, Object> args) PluginManager.getEntryPoint(String name) Get the entry point identified by the given plugin id.PluginEntryPointRunner.getEp()Methods in ca.phon.plugin with parameters of type IPluginEntryPointModifier and TypeMethodDescriptionstatic IPluginEntryPointPluginEntryPointRunner.executePlugin(IPluginEntryPoint ep) static IPluginEntryPointPluginEntryPointRunner.executePlugin(IPluginEntryPoint ep, Map<String, Object> args) static ca.phon.plugin.PluginEntryPointRunner.PluginEntryPointTaskPluginEntryPointRunner.executePluginInBackground(IPluginEntryPoint ep) static ca.phon.plugin.PluginEntryPointRunner.PluginEntryPointTaskPluginEntryPointRunner.executePluginInBackground(IPluginEntryPoint ep, Map<String, Object> args) static PhonTaskPluginEntryPointRunner.executePluginOnNewThread(IPluginEntryPoint ep) static PhonTaskPluginEntryPointRunner.executePluginOnNewThread(IPluginEntryPoint ep, Map<String, Object> args) static PhonTaskPluginEntryPointRunner.executePluginOnThread(IPluginEntryPoint ep, PhonWorker thread) static PhonTaskPluginEntryPointRunner.executePluginOnThread(IPluginEntryPoint ep, Map<String, Object> args, PhonWorker thread) voidPluginEntryPointRunner.setEp(IPluginEntryPoint ep) Constructors in ca.phon.plugin with parameters of type IPluginEntryPointModifierConstructorDescriptionConstructor.PluginEntryPointRunner(IPluginEntryPoint ep, Map<String, Object> args) Constructor.