Class PluginPreference.UpdateSelectedPluginsAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.preferences.plugin.PluginPreference.UpdateSelectedPluginsAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- PluginPreference
class PluginPreference.UpdateSelectedPluginsAction extends javax.swing.AbstractAction
The action for updating the list of selected plugins
-
-
Constructor Summary
Constructors Constructor Description UpdateSelectedPluginsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)protected voidalertNothingToUpdate()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
UpdateSelectedPluginsAction
UpdateSelectedPluginsAction()
-
-
Method Detail
-
alertNothingToUpdate
protected void alertNothingToUpdate()
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-