Uses of Class
ca.cgjennings.apps.arkham.plugins.AbstractInstalledPlugin
-
Packages that use AbstractInstalledPlugin Package Description ca.cgjennings.apps.arkham.plugins -
-
Uses of AbstractInstalledPlugin in ca.cgjennings.apps.arkham.plugins
Subclasses of AbstractInstalledPlugin in ca.cgjennings.apps.arkham.plugins Modifier and Type Class Description classInstalledExtensionAnInstalledExtensionbridges the gap between an extension plug-in bundle and the plug-ins that it contains.classInstalledPluginAnInstalledPluginbridges the gap between a plug-in bundle and the plug-ins that it contains.Methods in ca.cgjennings.apps.arkham.plugins that return AbstractInstalledPlugin Modifier and Type Method Description AbstractInstalledPluginPluginContext. getInstalledPlugin()Returns anAbstractInstalledPlugininstance that is managing the plug-in instance returned byPluginContext.getPlugin().Methods in ca.cgjennings.apps.arkham.plugins with parameters of type AbstractInstalledPlugin 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.
-