Uses of Class
javax.rad.ui.event.PopupMenuHandler

Packages that use PopupMenuHandler
com.sibvisions.rad.ui.swing.impl.menu Contains Swing menu implementations based on the platform and technology independent interface definitions. 
javax.rad.genui.menu Contains a generic implementation of the platform and technology independent menu interfaces to design graphical user interfaces. 
javax.rad.ui.menu Contains all interfaces to develop menues (menubar, popupmenu, menuitem) for a graphical user interface. 
 

Uses of PopupMenuHandler in com.sibvisions.rad.ui.swing.impl.menu
 

Methods in com.sibvisions.rad.ui.swing.impl.menu that return PopupMenuHandler
 PopupMenuHandler SwingPopupMenu.eventPopupMenuCanceled()
          The PopupMenuHandler for the popup menu canceled event.
 PopupMenuHandler SwingPopupMenu.eventPopupMenuWillBecomeInvisible()
          The PopupMenuHandler for the popup menu will become invisible event.
 PopupMenuHandler SwingPopupMenu.eventPopupMenuWillBecomeVisible()
          The PopupMenuHandler for the popup menu will become visible event.
 

Uses of PopupMenuHandler in javax.rad.genui.menu
 

Methods in javax.rad.genui.menu that return PopupMenuHandler
 PopupMenuHandler UIPopupMenu.eventPopupMenuCanceled()
          The PopupMenuHandler for the popup menu canceled event.
 PopupMenuHandler UIPopupMenu.eventPopupMenuWillBecomeInvisible()
          The PopupMenuHandler for the popup menu will become invisible event.
 PopupMenuHandler UIPopupMenu.eventPopupMenuWillBecomeVisible()
          The PopupMenuHandler for the popup menu will become visible event.
 

Uses of PopupMenuHandler in javax.rad.ui.menu
 

Methods in javax.rad.ui.menu that return PopupMenuHandler
 PopupMenuHandler IPopupMenu.eventPopupMenuCanceled()
          The PopupMenuHandler for the popup menu canceled event.
 PopupMenuHandler IPopupMenu.eventPopupMenuWillBecomeInvisible()
          The PopupMenuHandler for the popup menu will become invisible event.
 PopupMenuHandler IPopupMenu.eventPopupMenuWillBecomeVisible()
          The PopupMenuHandler for the popup menu will become visible event.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.