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

Packages that use ICheckBoxMenuItem
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 ICheckBoxMenuItem in com.sibvisions.rad.ui.swing.impl
 

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

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

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

Uses of ICheckBoxMenuItem in javax.rad.genui.menu
 

Classes in javax.rad.genui.menu that implement ICheckBoxMenuItem
 class UICheckBoxMenuItem
          Platform and technology independent checkbox menuitem.
 

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

Uses of ICheckBoxMenuItem in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.