widgets.awt.event
Class PopupMenuEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--widgets.awt.event.PopupMenuEvent

public class PopupMenuEvent
extends java.util.EventObject

Event signaling the request for a popup menu to become visible at a certain position.

Author:
Erwin Vervaet (erwin@cs.kuleuven.ac.be)
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PopupMenuEvent(java.lang.Object source, int x, int y)
          Create a popup menu request event coming from a given source with a given location for the popup menu.
 
Method Summary
 int getX()
           
 int getY()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PopupMenuEvent

public PopupMenuEvent(java.lang.Object source,
                      int x,
                      int y)

Create a popup menu request event coming from a given source with a given location for the popup menu.

Method Detail

getX

public int getX()

getY

public int getY()