Uses of Class
org.openstreetmap.josm.gui.preferences.plugin.PluginInstallation
-
Packages that use PluginInstallation Package Description org.openstreetmap.josm.gui.preferences.plugin Provides classes for handling plugin preferences. -
-
Uses of PluginInstallation in org.openstreetmap.josm.gui.preferences.plugin
Fields in org.openstreetmap.josm.gui.preferences.plugin declared as PluginInstallation Modifier and Type Field Description private PluginInstallation
PluginPreferencesModel. filterStatus
Methods in org.openstreetmap.josm.gui.preferences.plugin that return PluginInstallation Modifier and Type Method Description static PluginInstallation
PluginInstallation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluginInstallation[]
PluginInstallation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.preferences.plugin with parameters of type PluginInstallation Modifier and Type Method Description private void
PluginPreference. addRadioButton(ButtonGroup bg, JPanel pnl, JRadioButton rb, PluginInstallation value)
void
PluginPreferencesModel. filterDisplayedPlugins(PluginInstallation status)
Filters the list of displayed plugins by installation status.
-