Class CombinePrimitiveResolverDialog.AdjustDividerLocationAction
- java.lang.Object
-
- java.awt.event.WindowAdapter
-
- org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.AdjustDividerLocationAction
-
- All Implemented Interfaces:
WindowFocusListener
,WindowListener
,WindowStateListener
,EventListener
- Enclosing class:
- CombinePrimitiveResolverDialog
class CombinePrimitiveResolverDialog.AdjustDividerLocationAction extends WindowAdapter
-
-
Constructor Summary
Constructors Constructor Description AdjustDividerLocationAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
windowOpened(WindowEvent e)
-
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowStateChanged
-
-
-
-
Constructor Detail
-
AdjustDividerLocationAction
AdjustDividerLocationAction()
-
-
Method Detail
-
windowOpened
public void windowOpened(WindowEvent e)
- Specified by:
windowOpened
in interfaceWindowListener
- Overrides:
windowOpened
in classWindowAdapter
-
-