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.


Method Summary
 CellFormat getCellFormat(IDataBook pDataBook, IDataPage pDataPage, IDataRow pDataRow, String pColumnName, int pRow, int pColumn)
          Gets the format for the given cell.
 

Method Detail

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 DataBook
pDataPage - the DataPage
pDataRow - the DataRow
pColumnName - the column name
pRow - the Row number
pColumn - the Column number
Returns:
the format for the given cell.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.