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

Packages that use IToggleButton
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. 
javax.rad.ui.component Contains all interfaces to develop components for a graphical user interface. 
 

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

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

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

Classes in com.sibvisions.rad.ui.swing.impl.component that implement IToggleButton
 class SwingCheckBox
          The SwingCheckBox is the ICheckBox implementation for swing.
 class SwingRadioButton
          The SwingRadioButton is the IRadioButton implementation for swing.
 class SwingToggleButton<C extends JToggleButton>
          The SwingToggleButton is the IToggleButton implementation for swing.
 

Uses of IToggleButton in javax.rad.genui.component
 

Classes in javax.rad.genui.component with type parameters of type IToggleButton
 class AbstractUIToggleButton<C extends IToggleButton>
          Platform and technology independent toggle button.
 

Classes in javax.rad.genui.component that implement IToggleButton
 class AbstractUIToggleButton<C extends IToggleButton>
          Platform and technology independent toggle button.
 class UICheckBox
          Platform and technology independent checkbox.
 class UIRadioButton
          Platform and technology independent radio button.
 class UIToggleButton
          Platform and technology independent toggle button.
 

Constructors in javax.rad.genui.component with parameters of type IToggleButton
UIToggleButton(IToggleButton pButton)
          Creates a new instance of UIToggleButton with the given toggle button.
 

Uses of IToggleButton in javax.rad.ui
 

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

Uses of IToggleButton in javax.rad.ui.component
 

Subinterfaces of IToggleButton in javax.rad.ui.component
 interface ICheckBox
          Platform and technology independent checkbox definition.
 interface IRadioButton
          Platform and technology independent radio button definition.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.