Class AbstractListMerger.CopyStartLeftAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractListMerger.CopyAction
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractListMerger.CopyStartLeftAction
-
- 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.CopyStartLeftAction 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 beginning of the list of merged nodes.
-
-
Constructor Summary
Constructors Constructor Description CopyStartLeftAction()
-
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
-
CopyStartLeftAction
CopyStartLeftAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
-
-