com.sibvisions.rad.ui.swing.ext.format
Interface ICellFormatter
- All Known Implementing Classes:
- SwingEditor, SwingTable, SwingTree
public interface ICellFormatter
The ICellFormatter allows cell oriented formatting of the displayed
information.
getCellFormat
CellFormat getCellFormat(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
String pColumnName,
int pRow,
int pColumn)
- Gets the format for the given cell.
- Parameters:
pDataBook - the DataBookpDataPage - the DataPagepDataRow - the DataRowpColumnName - the column namepRow - the Row numberpColumn - the Column number
- Returns:
- the format for the given cell.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.