org.palo.api.ext.ui.table
Interface TableFormat


public interface TableFormat

The TableFormat contains format information to use within a table for visualizing palo elements and values.

Version:
$Id: TableFormat.html,v 1.10 2009/07/09 11:01:47 ArndHouben Exp $

Method Summary
 Format getCellFormat()
          Returns the format to use for displaying the cell
 Format getHeaderFormat()
          Returns the format to use for the header
 

Method Detail

getHeaderFormat

Format getHeaderFormat()
Returns the format to use for the header

Returns:

getCellFormat

Format getCellFormat()
Returns the format to use for displaying the cell

Returns: