Uses of Class
org.openstreetmap.josm.plugins.PluginProxy
-
Packages that use PluginProxy Package Description org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system. -
-
Uses of PluginProxy in org.openstreetmap.josm.plugins
Fields in org.openstreetmap.josm.plugins declared as PluginProxy Modifier and Type Field Description PluginProxy
PluginException. plugin
Plugin proxy, can be nullprivate PluginProxy
PluginPreferenceFactory. plugin
Fields in org.openstreetmap.josm.plugins with type parameters of type PluginProxy Modifier and Type Field Description (package private) static java.util.Collection<PluginProxy>
PluginHandler. pluginList
All installed and loaded plugins (resp.Methods in org.openstreetmap.josm.plugins that return PluginProxy Modifier and Type Method Description private static PluginProxy
PluginHandler. getPluginCausingException(java.lang.Throwable ex)
Replies the plugin which most likely threw the exceptionex
.PluginProxy
PluginInformation. load(java.lang.Class<?> klass, PluginClassLoader classLoader)
Loads and instantiates the plugin.Methods in org.openstreetmap.josm.plugins with parameters of type PluginProxy Modifier and Type Method Description private static int
PluginHandler. askUpdateDisableKeepPluginAfterException(PluginProxy plugin)
Constructors in org.openstreetmap.josm.plugins with parameters of type PluginProxy Constructor Description PluginException(PluginProxy plugin, java.lang.String name, java.lang.Throwable cause)
Constructs a newPluginException
with the specified plugin and cause.PluginPreferenceFactory(PluginProxy plugin)
Constructs a newPluginPreferenceFactory
.
-