Class CorrelateGpxWithImages.SyncDialogWindowListener
- java.lang.Object
-
- java.awt.event.WindowAdapter
-
- org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.SyncDialogWindowListener
-
- All Implemented Interfaces:
WindowFocusListener
,WindowListener
,WindowStateListener
,EventListener
- Enclosing class:
- CorrelateGpxWithImages
private final class CorrelateGpxWithImages.SyncDialogWindowListener extends WindowAdapter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SyncDialogWindowListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int
checkAndSave()
void
windowDeactivated(WindowEvent e)
-
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowClosing, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
-
-
-
-
Field Detail
-
CANCEL
private static final int CANCEL
- See Also:
- Constant Field Values
-
DONE
private static final int DONE
- See Also:
- Constant Field Values
-
AGAIN
private static final int AGAIN
- See Also:
- Constant Field Values
-
NOTHING
private static final int NOTHING
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SyncDialogWindowListener
private SyncDialogWindowListener()
-
-
Method Detail
-
checkAndSave
private int checkAndSave()
-
windowDeactivated
public void windowDeactivated(WindowEvent e)
- Specified by:
windowDeactivated
in interfaceWindowListener
- Overrides:
windowDeactivated
in classWindowAdapter
-
-