Uses of Class
ca.cgjennings.apps.arkham.plugins.PluginException
-
Packages that use PluginException Package Description ca.cgjennings.apps.arkham.plugins -
-
Uses of PluginException in ca.cgjennings.apps.arkham.plugins
Methods in ca.cgjennings.apps.arkham.plugins that throw PluginException Modifier and Type Method Description static PluginContext
PluginContextFactory. createContext(AbstractInstalledPlugin ip, int modifiers)
Creates a plug-in context for the plug-in currently managed by the specified installed plug-in instance.static PluginContext
PluginContextFactory. createProbeContext(AbstractInstalledPlugin ip, Plugin p)
Creates a plug-in context suitable for probing the plug-in currently managed by the specified installed plug-in instance.Plugin
AbstractInstalledPlugin. startPlugin()
Instantiates and initializes the plug-in represented by this InstalledPlugin.Plugin
InstalledExtension. startPlugin()
Instantiates and initializes the plug-in represented by this InstalledPlugin.void
AbstractInstalledPlugin. stopPlugin()
Shuts down the plug-in instance, if any.Constructors in ca.cgjennings.apps.arkham.plugins that throw PluginException Constructor Description InstalledTheme(PluginBundle bundle, java.lang.String className)
Creates a newInstalledTheme
instance that describes the theme with the given className.
-