Class PropertiesMerger.KeepMyCoordinatesAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.conflict.pair.properties.PropertiesMerger.KeepMyCoordinatesAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
,javax.swing.event.ChangeListener
- Enclosing class:
- PropertiesMerger
class PropertiesMerger.KeepMyCoordinatesAction extends javax.swing.AbstractAction implements javax.swing.event.ChangeListener
-
-
Constructor Summary
Constructors Constructor Description KeepMyCoordinatesAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
void
stateChanged(javax.swing.event.ChangeEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
KeepMyCoordinatesAction
KeepMyCoordinatesAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent e)
- Specified by:
stateChanged
in interfacejavax.swing.event.ChangeListener
-
-