|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.gui.FPopupMenu
FPopupMenu is a wrapper class for a JPopupMenu, which overwrites the show method in that case, that the popup menu is shown on the screen and is not cuttet off by the screens bounds.
| Constructor Summary | |
FPopupMenu()
|
|
| Method Summary | |
static void |
show(javax.swing.JPopupMenu menu,
java.awt.Component invoker,
int x,
int y)
Display the popupmenu at the position x,y in the coordinate space of the component invoker. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FPopupMenu()
| Method Detail |
public static void show(javax.swing.JPopupMenu menu,
java.awt.Component invoker,
int x,
int y)
menu - the popup menu to displayinvoker - The component in whose space the popupmenu is to appearx - the x coordinate in invoker's coordinate space at which the popup menu
is to be displayedy - the y coordinate in invoker's coordinate space at which the popup menu
is to be displayed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||