Class SourceEditor.ReloadSourcesAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.preferences.SourceEditor.ReloadSourcesAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- SourceEditor
class SourceEditor.ReloadSourcesAction extends javax.swing.AbstractAction
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<SourceProvider>
sourceProviders
private java.lang.String
url
-
Constructor Summary
Constructors Constructor Description ReloadSourcesAction(java.lang.String url, java.util.List<SourceProvider> sourceProviders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
url
private final java.lang.String url
-
sourceProviders
private final transient java.util.List<SourceProvider> sourceProviders
-
-
Constructor Detail
-
ReloadSourcesAction
ReloadSourcesAction(java.lang.String url, java.util.List<SourceProvider> sourceProviders)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-