org.openstreetmap.josm.gui.layer.geoimage
Class CorrelateGpxWithImages.SetOffsetActionListener

java.lang.Object
  extended by 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.


Field Summary
(package private)  JosmComboBox cbTimezones
           
(package private)  ImageDisplay imgDisp
           
(package private)  javax.swing.JList imgList
           
(package private)  javax.swing.JLabel lbExifTime
           
(package private)  javax.swing.JPanel panel
           
(package private)  javax.swing.JTextField tfGpsTime
           
 
Constructor Summary
private CorrelateGpxWithImages.SetOffsetActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CorrelateGpxWithImages.SetOffsetActionListener

private CorrelateGpxWithImages.SetOffsetActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


JOSM