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

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

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

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

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

Uses of IRadioButton in javax.rad.genui.component
 

Classes in javax.rad.genui.component that implement IRadioButton
 class UIRadioButton
          Platform and technology independent radio button.
 

Constructors in javax.rad.genui.component with parameters of type IRadioButton
UIRadioButton(IRadioButton pButton)
          Creates a new instance of UIRadioButton with the given radio button.
 

Uses of IRadioButton in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.