Uses of Interface
javax.rad.ui.control.ICellFormat

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

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

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

Classes in com.sibvisions.rad.ui.swing.impl.control that implement ICellFormat
 class SwingCellFormat
          The SwingCellFormat is the ICellFormat implementation for swing.
 

Uses of ICellFormat in javax.rad.genui.control
 

Classes in javax.rad.genui.control that implement ICellFormat
 class UICellFormat
          Platform and technology independent CellFormat.
 

Constructors in javax.rad.genui.control with parameters of type ICellFormat
UICellFormat(ICellFormat pCellFormat)
          Constructs a new instance of SwingCellFormat with the given cell format.
 

Uses of ICellFormat in javax.rad.ui
 

Methods in javax.rad.ui that return ICellFormat
 ICellFormat IFactory.createCellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage, int pLeftIndent)
          Creates a new instance of ICellFormat.
 

Uses of ICellFormat in javax.rad.ui.control
 

Methods in javax.rad.ui.control that return ICellFormat
 ICellFormat ICellFormatter.getCellFormat(IDataBook pDataBook, IDataPage pDataPage, IDataRow pDataRow, String pColumnName, int pRow, int pColumn)
          Gets the ICellFormat for the specified cell.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.