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 PluginProxyPluginException. pluginPlugin proxy, can be nullprivate PluginProxyPluginPreferenceFactory. pluginFields in org.openstreetmap.josm.plugins with type parameters of type PluginProxy Modifier and Type Field Description (package private) static java.util.Collection<PluginProxy>PluginHandler. pluginListAll installed and loaded plugins (resp.Methods in org.openstreetmap.josm.plugins that return PluginProxy Modifier and Type Method Description private static PluginProxyPluginHandler. getPluginCausingException(java.lang.Throwable ex)Replies the plugin which most likely threw the exceptionex.PluginProxyPluginInformation. 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 intPluginHandler. 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 newPluginExceptionwith the specified plugin and cause.PluginPreferenceFactory(PluginProxy plugin)Constructs a newPluginPreferenceFactory.
-