Uses of Class
org.openstreetmap.josm.gui.preferences.plugin.PluginPreference
-
Packages that use PluginPreference Package Description org.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences. -
-
Uses of PluginPreference in org.openstreetmap.josm.gui.preferences
Fields in org.openstreetmap.josm.gui.preferences declared as PluginPreference Modifier and Type Field Description private PluginPreference
PreferenceTabbedPane.PluginDownloadAfterTask. preference
Methods in org.openstreetmap.josm.gui.preferences that return PluginPreference Modifier and Type Method Description PluginPreference
PreferenceTabbedPane. getPluginPreference()
Returns thePluginPreference
object.Constructors in org.openstreetmap.josm.gui.preferences with parameters of type PluginPreference Constructor Description PluginDownloadAfterTask(PluginPreference preference, PluginDownloadTask task, Set<PluginInformation> toDownload)
-