|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--widgets.awt.event.PopupMenuEvent
Event signaling the request for a popup menu to become visible at a certain position.
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 |
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 |
public int getX()
public int getY()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |