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

Packages that use IIcon
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. 
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 Contains all interfaces to develop a graphical user interface. 
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 IIcon in com.sibvisions.rad.ui.swing.impl
 

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

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

Classes in com.sibvisions.rad.ui.swing.impl.component that implement IIcon
 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 SwingIcon
          The SwingIcon is the IIcon 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 IIcon in com.sibvisions.rad.ui.swing.impl.menu
 

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

Classes in javax.rad.genui.component that implement IIcon
 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 UIIcon
          Platform and technology independent Icon.
 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 IIcon
UIIcon(IIcon pIcon)
          Creates a new instance of UIIcon with the given icon.
 

Uses of IIcon in javax.rad.genui.menu
 

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

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

Uses of IIcon in javax.rad.ui.component
 

Subinterfaces of IIcon in javax.rad.ui.component
 interface IActionComponent
          Platform and technology independent action component definition.
 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 IIcon in javax.rad.ui.menu
 

Subinterfaces of IIcon 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.