org.openstreetmap.josm.gui.dialogs
Class CommandStackDialog.PopupMenuHandler

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
          extended by org.openstreetmap.josm.gui.dialogs.CommandStackDialog.PopupMenuHandler
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener
Enclosing class:
CommandStackDialog

 class CommandStackDialog.PopupMenuHandler
extends PopupMenuLauncher


Constructor Summary
CommandStackDialog.PopupMenuHandler()
           
 
Method Summary
 void launch(java.awt.event.MouseEvent evt)
           
 
Methods inherited from class org.openstreetmap.josm.gui.widgets.PopupMenuLauncher
mouseClicked, mousePressed, mouseReleased
 
Methods inherited from class java.awt.event.MouseAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandStackDialog.PopupMenuHandler

CommandStackDialog.PopupMenuHandler()
Method Detail

launch

public void launch(java.awt.event.MouseEvent evt)
Overrides:
launch in class PopupMenuLauncher


JOSM