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 TypeClassDescriptionclass
class
class
class
class
-
Uses of IPluginEntryPoint in ca.phon.app.corpus
Classes in ca.phon.app.corpus that implement IPluginEntryPoint -
Uses of IPluginEntryPoint in ca.phon.app.help
Classes in ca.phon.app.help that implement IPluginEntryPointModifier and TypeClassDescriptionclass
Displays 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 TypeClassDescriptionclass
class
Display 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 IPluginEntryPoint
PluginEntryPointRunner.executePlugin
(IPluginEntryPoint ep) static IPluginEntryPoint
PluginEntryPointRunner.executePlugin
(IPluginEntryPoint ep, Map<String, Object> args) static IPluginEntryPoint
PluginEntryPointRunner.executePlugin
(String epName) static IPluginEntryPoint
PluginEntryPointRunner.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 IPluginEntryPoint
PluginEntryPointRunner.executePlugin
(IPluginEntryPoint ep) static IPluginEntryPoint
PluginEntryPointRunner.executePlugin
(IPluginEntryPoint ep, Map<String, Object> args) static ca.phon.plugin.PluginEntryPointRunner.PluginEntryPointTask
PluginEntryPointRunner.executePluginInBackground
(IPluginEntryPoint ep) static ca.phon.plugin.PluginEntryPointRunner.PluginEntryPointTask
PluginEntryPointRunner.executePluginInBackground
(IPluginEntryPoint ep, Map<String, Object> args) static PhonTask
PluginEntryPointRunner.executePluginOnNewThread
(IPluginEntryPoint ep) static PhonTask
PluginEntryPointRunner.executePluginOnNewThread
(IPluginEntryPoint ep, Map<String, Object> args) static PhonTask
PluginEntryPointRunner.executePluginOnThread
(IPluginEntryPoint ep, PhonWorker thread) static PhonTask
PluginEntryPointRunner.executePluginOnThread
(IPluginEntryPoint ep, Map<String, Object> args, PhonWorker thread) void
PluginEntryPointRunner.setEp
(IPluginEntryPoint ep) Constructors in ca.phon.plugin with parameters of type IPluginEntryPointModifierConstructorDescriptionConstructor.PluginEntryPointRunner
(IPluginEntryPoint ep, Map<String, Object> args) Constructor.