Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences.plugin |
Provides classes for handling plugin preferences.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<PluginUpdatePolicyPanel.Policy,javax.swing.JRadioButton> |
PluginUpdatePolicyPanel.rbTimeBasedUpatePolicy |
private java.util.Map<PluginUpdatePolicyPanel.Policy,javax.swing.JRadioButton> |
PluginUpdatePolicyPanel.rbVersionBasedUpatePolicy |
Modifier and Type | Method and 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.
|