Uses of Interface
javax.rad.ui.menu.IPopupMenu

Packages that use IPopupMenu
com.sibvisions.rad.ui.swing.impl Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. 
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 Contains all interfaces to develop a graphical user interface. 
 

Uses of IPopupMenu in com.sibvisions.rad.ui.swing.impl
 

Methods in com.sibvisions.rad.ui.swing.impl that return IPopupMenu
 IPopupMenu SwingFactory.createPopupMenu()
          Creates a new instance of IPopupMenu.
 

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

Classes in com.sibvisions.rad.ui.swing.impl.menu that implement IPopupMenu
 class SwingPopupMenu
          The SwingPopupMenu is the IPopupMenu implementation for swing.
 

Uses of IPopupMenu in javax.rad.genui.menu
 

Classes in javax.rad.genui.menu that implement IPopupMenu
 class UIPopupMenu
          Platform and technology independent popup menu.
 

Constructors in javax.rad.genui.menu with parameters of type IPopupMenu
UIPopupMenu(IPopupMenu pMenu)
          Creates a new instance of UIPopupMenu with the given popup menu.
 

Uses of IPopupMenu in javax.rad.ui
 

Methods in javax.rad.ui that return IPopupMenu
 IPopupMenu IFactory.createPopupMenu()
          Creates a new instance of IPopupMenu.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.