javax.rad.ui.control
Interface ICellFormat

All Superinterfaces:
IResource
All Known Implementing Classes:
SwingCellFormat, UICellFormat

public interface ICellFormat
extends IResource

Platform and technology independent CellFormat definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .


Method Summary
 IColor getBackground()
          Gets the background.
 IFont getFont()
          Gets the font.
 IColor getForeground()
          Gets the foreground.
 IImage getImage()
          Gets the image.
 int getLeftIndent()
          Left indent.
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Method Detail

getBackground

IColor getBackground()
Gets the background.

Returns:
the background.

getForeground

IColor getForeground()
Gets the foreground.

Returns:
the foreground.

getFont

IFont getFont()
Gets the font.

Returns:
the font.

getImage

IImage getImage()
Gets the image.

Returns:
the image.

getLeftIndent

int getLeftIndent()
Left indent.

Returns:
the left indent.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.