|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.qt.ext.table.CellFormat
public class CellFormat
The CellFormat holds the format information for a cell.
| Constructor Summary | |
|---|---|
CellFormat()
Constructs a new instance of CellFormat. |
|
CellFormat(QColor pBackground)
Constructs a new instance of CellFormat. |
|
CellFormat(QColor pBackground,
QColor pForeground,
QFont pFont)
Constructs a new instance of CellFormat. |
|
| Method Summary | |
|---|---|
QColor |
getBackground()
Gets the background. |
QFont |
getFont()
Gets the font. |
QColor |
getForeground()
Gets the foreground. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CellFormat()
CellFormat.
public CellFormat(QColor pBackground)
CellFormat.
pBackground - the background of the Cell.
public CellFormat(QColor pBackground,
QColor pForeground,
QFont pFont)
CellFormat.
pBackground - the background of the Cell.pForeground - the foreground of the Cell.pFont - the font of the Cell.| Method Detail |
|---|
public QColor getBackground()
public QColor getForeground()
public QFont getFont()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||