|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPopupMenuListener
Platform and technology independent focus listener definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
| Method Summary | |
|---|---|
void |
popupMenuCanceled(UIPopupMenuEvent pEvent)
This method is called when the popup menu is canceled. |
void |
popupMenuWillBecomeInvisible(UIPopupMenuEvent pEvent)
This method is called before the popup menu becomes invisible. |
void |
popupMenuWillBecomeVisible(UIPopupMenuEvent pEvent)
This method is called before the popup menu becomes visible. |
| Method Detail |
|---|
void popupMenuWillBecomeVisible(UIPopupMenuEvent pEvent)
pEvent - the popup menu eventvoid popupMenuWillBecomeInvisible(UIPopupMenuEvent pEvent)
pEvent - the popup menu eventvoid popupMenuCanceled(UIPopupMenuEvent pEvent)
pEvent - the popup menu event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||