Class DownloadChangesetContentAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.dialogs.changeset.DownloadChangesetContentAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class DownloadChangesetContentAction extends javax.swing.AbstractAction
Downloads/Updates the content of the changeset.- Since:
- 9493
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ChangesetAwarecomponent
-
Constructor Summary
Constructors Constructor Description DownloadChangesetContentAction(ChangesetAware component)Constructs a newDownloadChangesetContentAction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent evt)voidinitProperties()Init properties.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
component
private final transient ChangesetAware component
-
-
Constructor Detail
-
DownloadChangesetContentAction
public DownloadChangesetContentAction(ChangesetAware component)
Constructs a newDownloadChangesetContentAction.- Parameters:
component- changeset-aware component
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
-
initProperties
public void initProperties()
Init properties.
-
-