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 PluginContextPluginContextFactory. createContext(AbstractInstalledPlugin ip, int modifiers)Creates a plug-in context for the plug-in currently managed by the specified installed plug-in instance.static PluginContextPluginContextFactory. 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.PluginAbstractInstalledPlugin. startPlugin()Instantiates and initializes the plug-in represented by this InstalledPlugin.PluginInstalledExtension. startPlugin()Instantiates and initializes the plug-in represented by this InstalledPlugin.voidAbstractInstalledPlugin. 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 newInstalledThemeinstance that describes the theme with the given className.
-