Uses of Class
javax.rad.ui.Style

Packages that use Style
com.sibvisions.rad.ui.awt.impl Contains the AWT dependent interface implementations of the platform and technology independent interface definitions. 
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
 

Uses of Style in com.sibvisions.rad.ui.awt.impl
 

Methods in com.sibvisions.rad.ui.awt.impl that return Style
 Style AwtComponent.getStyle()
          Gets the style definition.
 

Methods in com.sibvisions.rad.ui.awt.impl with parameters of type Style
 void AwtComponent.setStyle(Style pStyle)
          Sets the style definition.
 

Uses of Style in javax.rad.genui
 

Methods in javax.rad.genui that return Style
 Style UIComponent.getStyle()
          Gets the style definition.
 

Methods in javax.rad.genui with parameters of type Style
 void UIComponent.setStyle(Style pStyle)
          Sets the style definition.
 

Uses of Style in javax.rad.ui
 

Methods in javax.rad.ui that return Style
static Style Style.addStyleNames(IComponent pComponent, String... pName)
          Adds one or more style names to the given component.
 Style Style.clone()
          
 Style IComponent.getStyle()
          Gets the style definition.
static Style Style.parse(String pStyleNames)
          Gets a Style with parsed values of the given style names.
static Style Style.removeStyleNames(IComponent pComponent, String... pName)
          Removes one or more style names from the given component.
 

Methods in javax.rad.ui with parameters of type Style
 void IComponent.setStyle(Style pStyle)
          Sets the style definition.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.