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 class
InstalledExtension
AnInstalledExtension
bridges the gap between an extension plug-in bundle and the plug-ins that it contains.class
InstalledPlugin
AnInstalledPlugin
bridges 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 AbstractInstalledPlugin
PluginContext. getInstalledPlugin()
Returns anAbstractInstalledPlugin
instance 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 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.
-