Class AbstractListMerger.CopyEndRightAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractListMerger.CopyAction
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractListMerger.CopyEndRightAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
,javax.swing.event.ListSelectionListener
- Enclosing class:
- AbstractListMerger<T extends PrimitiveId,C extends ConflictResolveCommand>
class AbstractListMerger.CopyEndRightAction extends AbstractListMerger.CopyAction
-
-
Constructor Summary
Constructors Constructor Description CopyEndRightAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent arg0)
void
valueChanged(javax.swing.event.ListSelectionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
CopyEndRightAction
CopyEndRightAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
-
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
-
-