org.openstreetmap.josm.gui.conflict.tags
Class CombinePrimitiveResolverDialog.AdjustDividerLocationAction

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.AdjustDividerLocationAction
All Implemented Interfaces:
java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener
Enclosing class:
CombinePrimitiveResolverDialog

 class CombinePrimitiveResolverDialog.AdjustDividerLocationAction
extends java.awt.event.WindowAdapter


Constructor Summary
CombinePrimitiveResolverDialog.AdjustDividerLocationAction()
           
 
Method Summary
 void windowOpened(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinePrimitiveResolverDialog.AdjustDividerLocationAction

CombinePrimitiveResolverDialog.AdjustDividerLocationAction()
Method Detail

windowOpened

public void windowOpened(java.awt.event.WindowEvent e)
Specified by:
windowOpened in interface java.awt.event.WindowListener
Overrides:
windowOpened in class java.awt.event.WindowAdapter


JOSM