Class AbstractListMerger.CopyAfterCurrentLeftAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractListMerger.CopyAction
-
- org.openstreetmap.josm.gui.conflict.pair.AbstractListMerger.CopyAfterCurrentLeftAction
-
- 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.CopyAfterCurrentLeftAction extends AbstractListMerger.CopyAction
Action for copying selected nodes in the list of my nodes to the list of merged nodes. Inserts the nodes after the first selected row in the list of merged nodes.
-
-
Constructor Summary
Constructors Constructor Description CopyAfterCurrentLeftAction()
-
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
-
CopyAfterCurrentLeftAction
CopyAfterCurrentLeftAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
-
-