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

Packages that use IActionComponent
com.sibvisions.rad.ui.swing.impl.component Contains Swing component implementations based on 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.component Contains a generic implementation of the platform and technology independent component interfaces to design graphical user interfaces. 
javax.rad.genui.menu Contains a generic implementation of the platform and technology independent menu interfaces to design graphical user interfaces. 
javax.rad.ui.component Contains all interfaces to develop components for a graphical user interface. 
javax.rad.ui.menu Contains all interfaces to develop menues (menubar, popupmenu, menuitem) for a graphical user interface. 
 

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

Classes in com.sibvisions.rad.ui.swing.impl.component that implement IActionComponent
 class SwingAbstractButton<C extends AbstractButton>
          The SwingButton is the IButton implementation for swing.
 class SwingButton
          The SwingButton is the IButton implementation for swing.
 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 IActionComponent in com.sibvisions.rad.ui.swing.impl.menu
 

Classes in com.sibvisions.rad.ui.swing.impl.menu that implement IActionComponent
 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 IActionComponent in javax.rad.genui.component
 

Classes in javax.rad.genui.component with type parameters of type IActionComponent
 class AbstractUIActionComponent<C extends IActionComponent>
          Platform and technology independent action component.
 

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

Uses of IActionComponent in javax.rad.genui.menu
 

Classes in javax.rad.genui.menu that implement IActionComponent
 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.
 

Uses of IActionComponent in javax.rad.ui.component
 

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

Uses of IActionComponent in javax.rad.ui.menu
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.