Class ConflictResolutionDialog.ApplyResolutionAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog.ApplyResolutionAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.beans.PropertyChangeListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- ConflictResolutionDialog
class ConflictResolutionDialog.ApplyResolutionAction extends javax.swing.AbstractAction implements java.beans.PropertyChangeListener
Action for applying resolved differences in a conflict
-
-
Constructor Summary
Constructors Constructor Description ApplyResolutionAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent evt)
void
propertyChange(java.beans.PropertyChangeEvent evt)
protected void
updateEnabledState()
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ApplyResolutionAction
ApplyResolutionAction()
-
-
Method Detail
-
updateEnabledState
protected void updateEnabledState()
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChange
in interfacejava.beans.PropertyChangeListener
-
-