Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences.plugin |
Provides classes for handling plugin preferences.
|
Modifier and Type | Field and Description |
---|---|
private PluginInstallation |
PluginPreferencesModel.filterStatus |
Modifier and Type | Method and Description |
---|---|
static PluginInstallation |
PluginInstallation.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.
|
Modifier and Type | Method and Description |
---|---|
private void |
PluginPreference.addRadioButton(javax.swing.ButtonGroup bg,
javax.swing.JPanel pnl,
javax.swing.JRadioButton rb,
java.awt.GridBagConstraints gc,
PluginInstallation value) |
void |
PluginPreferencesModel.filterDisplayedPlugins(PluginInstallation status)
Filters the list of displayed plugins by installation status.
|