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. 
com.sibvisions.rad.ui.swing.ext.format Contains table extensions. 
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.control Contains Swing control implementations based on 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.genui.control Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
javax.rad.ui.control Contains all interfaces to develop controls for 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 com.sibvisions.rad.ui.swing.ext.format
 

Methods in com.sibvisions.rad.ui.swing.ext.format that return Style
 Style CellFormat.getStyle()
          Gets the style.
 

Constructors in com.sibvisions.rad.ui.swing.ext.format with parameters of type Style
CellFormat(java.awt.Color pBackground, java.awt.Color pForeground, java.awt.Font pFont, javax.swing.Icon pImage, Style pStyle, int pLeftIndent)
          Constructs a new instance of CellFormat.
 

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

Methods in com.sibvisions.rad.ui.swing.impl with parameters of type Style
 ICellFormat SwingFactory.createCellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage, Style pStyle, int pLeftIndent)
          Creates a new instance of ICellFormat.
 

Uses of Style in com.sibvisions.rad.ui.swing.impl.control
 

Methods in com.sibvisions.rad.ui.swing.impl.control that return Style
 Style SwingCellFormat.getStyle()
          Gets the style definition.
 

Constructors in com.sibvisions.rad.ui.swing.impl.control with parameters of type Style
SwingCellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage, Style pStyle, int pLeftIndent)
          Constructs a new instance of SwingCellFormat.
 

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.genui.control
 

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

Constructors in javax.rad.genui.control with parameters of type Style
UICellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage, Style pStyle, int pLeftIndent)
          Constructs a new instance of SwingCellFormat.
 

Uses of Style in javax.rad.ui
 

Methods in javax.rad.ui that return Style
static Style Style.addStyleNames(IComponent pComponent, java.lang.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(java.lang.String pStyleNames)
          Gets a Style with parsed values of the given style names.
static Style Style.removeStyleNames(IComponent pComponent, java.lang.String... pName)
          Removes one or more style names from the given component.
 

Methods in javax.rad.ui with parameters of type Style
 ICellFormat IFactory.createCellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage, Style pStyle, int pLeftIndent)
          Creates a new instance of ICellFormat.
 void IComponent.setStyle(Style pStyle)
          Sets the style definition.
 

Uses of Style in javax.rad.ui.control
 

Methods in javax.rad.ui.control that return Style
 Style ICellFormat.getStyle()
          Gets the style definition.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.