|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.ui.awt.impl.AwtResource<CellFormat>
com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
public class SwingCellFormat
The SwingCellFormat
is the ICellFormat
implementation for swing.
Field Summary |
---|
Fields inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource |
---|
resource |
Constructor Summary | |
---|---|
SwingCellFormat(IColor pBackground,
IColor pForeground,
IFont pFont,
IImage pImage,
Style pStyle,
int pLeftIndent)
Constructs a new instance of SwingCellFormat . |
Method Summary | |
---|---|
IColor |
getBackground()
Gets the background IColor . |
IFont |
getFont()
Gets the IFont . |
IColor |
getForeground()
Gets the foreground IColor . |
IImage |
getImage()
Gets the IImage . |
int |
getLeftIndent()
Gets the left indentation value. |
Style |
getStyle()
Gets the style definition . |
Methods inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource |
---|
equals, getResource, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Constructor Detail |
---|
public SwingCellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage, Style pStyle, int pLeftIndent)
SwingCellFormat
.
pBackground
- the background of the Cell.pForeground
- the foreground of the Cell.pFont
- the font of the Cell.pImage
- the image of the Cell.pStyle
- the style definition of the Cell.pLeftIndent
- the left indent.Method Detail |
---|
public IColor getBackground()
IColor
.
getBackground
in interface ICellFormat
IColor
.public IColor getForeground()
IColor
.
getForeground
in interface ICellFormat
IColor
.public IFont getFont()
IFont
.
getFont
in interface ICellFormat
IFont
.public IImage getImage()
IImage
.
getImage
in interface ICellFormat
IImage
.public Style getStyle()
style definition
.
getStyle
in interface ICellFormat
style definition
.public int getLeftIndent()
getLeftIndent
in interface ICellFormat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |