|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. |
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 |
---|
Fields in javax.rad.genui declared as IPopupMenu | |
---|---|
protected IPopupMenu |
UIComponent.popupMenu
the UIParent of this UICompoennt. |
Methods in javax.rad.genui that return IPopupMenu | |
---|---|
IPopupMenu |
UIComponent.getPopupMenu()
Sets the popup menu that should be displayed by this component. |
Methods in javax.rad.genui with parameters of type IPopupMenu | |
---|---|
void |
UIComponent.setPopupMenu(IPopupMenu pPopupMenu)
Sets the popup menu that should be displayed by this component. |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |