: Download: FAQ: Licensing: Support: Contact ME
LwVCL Home
Introduction
Overview
Screen Shots
On-line Demos
Requirements
Further Plans
Docs
Tutorial
How-to (PDF)
API
FAQ
Download
Latest version

Home > J2SE > API

Overview  Package   Class  Tree  Deprecated  Index  Help 

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.
 

Method Detail

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.


: up