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

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

Classes in com.sibvisions.rad.ui.swing.impl.component that implement ILabeledIcon
 class SwingAbstractButton<C extends AbstractButton>
          The SwingButton is the IButton implementation for swing.
 class SwingAbstractLabeledIconButton<C extends AbstractButton>
          The SwingAbstractLabeledIconButton is a labeled icon button implementation for swing.
 class SwingButton
          The SwingButton is the IButton implementation for swing.
 class SwingCheckBox
          The SwingCheckBox is the ICheckBox implementation for swing.
 class SwingPopupMenuButton
          The SwingPopupMenuButton is the IPopupMenuButton 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 ILabeledIcon in com.sibvisions.rad.ui.swing.impl.menu
 

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

Classes in javax.rad.genui.component with type parameters of type ILabeledIcon
 class AbstractUILabeledIcon<C extends ILabeledIcon>
          Platform and technology independent label with icon component.
 

Classes in javax.rad.genui.component that implement ILabeledIcon
 class AbstractUIActionComponent<C extends IActionComponent>
          Platform and technology independent action component.
 class AbstractUIButton<C extends IButton>
          Platform and technology independent button.
 class AbstractUILabeledIcon<C extends ILabeledIcon>
          Platform and technology independent label with icon component.
 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 UIPopupMenuButton
          Platform and technology independent popup menu button.
 class UIRadioButton
          Platform and technology independent radio button.
 class UIToggleButton
          Platform and technology independent toggle button.
 

Uses of ILabeledIcon in javax.rad.genui.menu
 

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

Subinterfaces of ILabeledIcon 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 IPopupMenuButton
          Platform and technology independent popup menu button 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 ILabeledIcon in javax.rad.ui.menu
 

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