|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TableCellInfoModel
interface extends the CellInfo
adding table specific methods.
Field Summary | |
static Color |
BLACK_BRIGHTER
|
static Color |
BLACK_DARKER
|
static Color |
WHITE_BRIGHTER
|
static Color |
WHITE_DARKER
|
Fields inherited from interface com.klg.jclass.cell.JCCellInfo |
BOTTOM, CENTER, LEFT, RIGHT, SHOW_ALL, SHOW_HORIZONTAL, SHOW_NONE, SHOW_VERTICAL, TOP |
Method Summary | |
com.klg.jclass.table.CellBorderModel |
getCellBorder()
Returns the CellBorderModel for the cell. |
int |
getCellBorderSides()
Returns the BorderSides for the cell. |
com.klg.jclass.table.CellStyleModel |
getCellStyle()
Returns the CellStyleModel object that contains the property setting for the cell. |
int |
getColumn()
Returns the column for the cell. |
int |
getRow()
Returns the row for the cell. |
com.klg.jclass.table.JCTable |
getTable()
Returns the table object associated with the cell. |
void |
initialize(com.klg.jclass.table.JCTable table,
Object o,
int row,
int column)
Used to initialize the table, row and column for renderering or editing. |
void |
initialize(com.klg.jclass.table.JCTable table,
Object o,
int row,
int column,
com.klg.jclass.table.CellStyleModel style)
Used to initialize the table, row and column for renderering or editing. |
Methods inherited from interface com.klg.jclass.cell.JCCellInfo |
getBackground, getBorderInsets, getBorderStyle, getClipHints, getDataType, getDrawingArea, getFont, getForeground, getHorizontalAlignment, getMarginInsets, getSelectAll, getSelectedBackground, getSelectedForeground, getVerticalAlignment, isEditable, isEnabled |
Field Detail |
public static final Color WHITE_BRIGHTER
public static final Color WHITE_DARKER
public static final Color BLACK_BRIGHTER
public static final Color BLACK_DARKER
Method Detail |
public void initialize(com.klg.jclass.table.JCTable table, Object o, int row, int column)
public void initialize(com.klg.jclass.table.JCTable table, Object o, int row, int column, com.klg.jclass.table.CellStyleModel style)
CellStyleModel
object is also supplied.
public com.klg.jclass.table.JCTable getTable()
public int getRow()
public int getColumn()
public com.klg.jclass.table.CellStyleModel getCellStyle()
public com.klg.jclass.table.CellBorderModel getCellBorder()
public int getCellBorderSides()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |