org.openstreetmap.josm.gui.layer.geoimage
Class CorrelateGpxWithImages.SetOffsetActionListener
java.lang.Object
org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SetOffsetActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- Enclosing class:
- CorrelateGpxWithImages
private class CorrelateGpxWithImages.SetOffsetActionListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
This action listener is called when the user has a photo of the time of his GPS receiver. It
displays the list of photos of the layer, and upon selection displays the selected photo.
From that photo, the user can key in the time of the GPS.
Then values of timezone and delta are set.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
panel
javax.swing.JPanel panel
lbExifTime
javax.swing.JLabel lbExifTime
tfGpsTime
javax.swing.JTextField tfGpsTime
cbTimezones
JosmComboBox cbTimezones
imgDisp
ImageDisplay imgDisp
imgList
javax.swing.JList imgList
CorrelateGpxWithImages.SetOffsetActionListener
private CorrelateGpxWithImages.SetOffsetActionListener()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
JOSM