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

Packages that use IMenuItem
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. 
javax.rad.ui.menu Contains all interfaces to develop menues (menubar, popupmenu, menuitem) for a graphical user interface. 
 

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

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

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

Classes in com.sibvisions.rad.ui.swing.impl.menu that implement IMenuItem
 class SwingCheckBoxMenuItem
          The SwingCheckBoxMenuItem is the ICheckBoxMenuItem implementation for swing.
 class SwingMenu
          The SwingMenu is the IMenu implementation for swing.
 class SwingMenuItem<C extends JMenuItem>
          The SwingMenuItem is the IMenuItem implementation for swing.
 

Uses of IMenuItem in javax.rad.genui.menu
 

Classes in javax.rad.genui.menu with type parameters of type IMenuItem
 class AbstractUIMenuItem<C extends IMenuItem>
          Platform and technology independent MenuItem.
 

Classes in javax.rad.genui.menu that implement IMenuItem
 class AbstractUIMenuItem<C extends IMenuItem>
          Platform and technology independent MenuItem.
 class UICheckBoxMenuItem
          Platform and technology independent checkbox menuitem.
 class UIMenu
          Platform and technology independent menu.
 class UIMenuItem
          Platform and technology independent MenuItem.
 

Constructors in javax.rad.genui.menu with parameters of type IMenuItem
UIMenuItem(IMenuItem pMenuItem)
          Creates a new instance of UIMenuItem with the given menu item.
 

Uses of IMenuItem in javax.rad.ui
 

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

Uses of IMenuItem in javax.rad.ui.menu
 

Subinterfaces of IMenuItem in javax.rad.ui.menu
 interface ICheckBoxMenuItem
          Platform and technology independent checkbox menuitem definition.
 interface IMenu
          Platform and technology independent menu definition.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.