Uses of Class
ca.phon.plugin.PluginException
Packages that use PluginException
Package
Description
Root package for phon application.
-
Uses of PluginException in ca.phon.app
Methods in ca.phon.app that throw PluginException -
Uses of PluginException in ca.phon.app.actions
Methods in ca.phon.app.actions that throw PluginException -
Uses of PluginException in ca.phon.app.autosave
Methods in ca.phon.app.autosave that throw PluginException -
Uses of PluginException in ca.phon.app.hooks
Methods in ca.phon.app.hooks that throw PluginException -
Uses of PluginException in ca.phon.app.theme
Methods in ca.phon.app.theme that throw PluginException -
Uses of PluginException in ca.phon.plugin
Methods in ca.phon.plugin that throw PluginExceptionModifier and TypeMethodDescriptionvoid
PluginEntryPointRunner.executePlugin()
Execute plugin on calling thread.static 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) <T> List
<T> PluginManager.getExtensions
(Class<T> clazz) Get initilized extension points for the given class.