org.zaval.lw
Interface PopupInfo
- public interface PopupInfo
This is popup info interface should be used to specify a popup menu for the given
area of the target component.
|
Method Summary |
LwMenu |
getPopup(LwComponent target,
int x,
int y)
Returns a popup menu that should be shown at the given location
of the target component. |
getPopup
public LwMenu getPopup(LwComponent target,
int x,
int y)
- Returns a popup menu that should be shown at the given location
of the target component.
- Parameters:
target - the target component.x - the x coordinate of the location.y - the y coordinate of the location.- Returns:
- a popup menu.
|