Class ChangesetDetailPanel.UpdateChangesetAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDetailPanel.UpdateChangesetAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- ChangesetDetailPanel
class ChangesetDetailPanel.UpdateChangesetAction extends javax.swing.AbstractAction
Updates the current changeset from the OSM server
-
-
Constructor Summary
Constructors Constructor Description UpdateChangesetAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent evt)
void
initProperties(Changeset cs)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
UpdateChangesetAction
UpdateChangesetAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
-
initProperties
public void initProperties(Changeset cs)
-
-