Class AbstractListMerger.CopyEndLeftAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractListMerger.CopyAction
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractListMerger.CopyEndLeftAction
-
- 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.CopyEndLeftAction extends AbstractListMerger.CopyAction
Action for copying selected nodes in the list of my nodes to the list of merged nodes. Inserts the nodes at the end of the list of merged nodes.
-
-
Constructor Summary
Constructors Constructor Description CopyEndLeftAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
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
-
CopyEndLeftAction
CopyEndLeftAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
-
-