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 PluginInstallationPluginPreferencesModel. filterStatusMethods in org.openstreetmap.josm.gui.preferences.plugin that return PluginInstallation Modifier and Type Method Description static PluginInstallationPluginInstallation. valueOf(java.lang.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 voidPluginPreference. addRadioButton(javax.swing.ButtonGroup bg, javax.swing.JPanel pnl, javax.swing.JRadioButton rb, PluginInstallation value)voidPluginPreferencesModel. filterDisplayedPlugins(PluginInstallation status)Filters the list of displayed plugins by installation status.
-