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 TypeMethodDescriptionvoidPluginEntryPointRunner.executePlugin()Execute plugin on calling thread.static 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) <T> List<T> PluginManager.getExtensions(Class<T> clazz) Get initilized extension points for the given class.