Uses of Class
org.openstreetmap.josm.plugins.PluginHandler.DeprecatedPlugin
-
Packages that use PluginHandler.DeprecatedPlugin Package Description org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system. -
-
Uses of PluginHandler.DeprecatedPlugin in org.openstreetmap.josm.plugins
Fields in org.openstreetmap.josm.plugins with type parameters of type PluginHandler.DeprecatedPlugin Modifier and Type Field Description (package private) static java.util.List<PluginHandler.DeprecatedPlugin>
PluginHandler. DEPRECATED_PLUGINS
Deprecated plugins that are removed on startMethods in org.openstreetmap.josm.plugins with parameters of type PluginHandler.DeprecatedPlugin Modifier and Type Method Description int
PluginHandler.DeprecatedPlugin. compareTo(PluginHandler.DeprecatedPlugin o)
Method parameters in org.openstreetmap.josm.plugins with type arguments of type PluginHandler.DeprecatedPlugin Modifier and Type Method Description (package private) static java.lang.String
PluginHandler. getRemovedPluginsMessage(java.util.Collection<PluginHandler.DeprecatedPlugin> removedPlugins)
-