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 PluginExceptionModifier and TypeMethodDescriptionvoid
CreateWorkspaceStartupHook.startup()
void
FontStartupHook.startup()
void
IPADictionaryInitHook.startup()
void
ObjectLoaderHook.startup()
void
PhonDesktopStartupHook.startup()
void
ThemeHook.startup()
void
VLCInitHook.startup()
void
WindowsURIHandler.startup()
-
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.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.