Uses of Class
org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel.Policy
-
Packages that use PluginUpdatePolicyPanel.Policy Package Description org.openstreetmap.josm.gui.preferences.plugin Provides classes for handling plugin preferences. -
-
Uses of PluginUpdatePolicyPanel.Policy in org.openstreetmap.josm.gui.preferences.plugin
Fields in org.openstreetmap.josm.gui.preferences.plugin with type parameters of type PluginUpdatePolicyPanel.Policy Modifier and Type Field Description private java.util.Map<PluginUpdatePolicyPanel.Policy,javax.swing.JRadioButton>
PluginUpdatePolicyPanel. rbTimeBasedUpatePolicy
private java.util.Map<PluginUpdatePolicyPanel.Policy,javax.swing.JRadioButton>
PluginUpdatePolicyPanel. rbVersionBasedUpatePolicy
Methods in org.openstreetmap.josm.gui.preferences.plugin that return PluginUpdatePolicyPanel.Policy Modifier and Type Method Description (package private) static PluginUpdatePolicyPanel.Policy
PluginUpdatePolicyPanel.Policy. fromPreferenceValue(java.lang.String preferenceValue)
static PluginUpdatePolicyPanel.Policy
PluginUpdatePolicyPanel.Policy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PluginUpdatePolicyPanel.Policy[]
PluginUpdatePolicyPanel.Policy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-