Uses of Interface
javax.rad.ui.component.ICheckBox

Packages that use ICheckBox
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.component Contains Swing component implementations based on the platform and technology independent interface definitions. 
javax.rad.genui.component Contains a generic implementation of the platform and technology independent component interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
 

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

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

Uses of ICheckBox in com.sibvisions.rad.ui.swing.impl.component
 

Classes in com.sibvisions.rad.ui.swing.impl.component that implement ICheckBox
 class SwingCheckBox
          The SwingCheckBox is the ICheckBox implementation for swing.
 

Uses of ICheckBox in javax.rad.genui.component
 

Classes in javax.rad.genui.component that implement ICheckBox
 class UICheckBox
          Platform and technology independent checkbox.
 

Constructors in javax.rad.genui.component with parameters of type ICheckBox
UICheckBox(ICheckBox pCheckBox)
          Creates a new instance of UICheckBox with the given checkbox.
 

Uses of ICheckBox in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.