net.sf.doolin.gui.field.table.style
Interface TableStyle

All Known Implementing Classes:
AlternateColorTableStyle, ChainedTableStyle, DefaultTableStyle, FixedColorTableStyle, FontTableStyle, PropertyValueTableStyle

public interface TableStyle

Defines a style to apply on a table.

Author:
Damien Coraboeuf

Method Summary
 Style getStyle(Object item, JTable table, int row, int column)
          Gets the style to apply on the table.
 

Method Detail

getStyle

Style getStyle(Object item,
               JTable table,
               int row,
               int column)
Gets the style to apply on the table.

Parameters:
item - Item associated to the row
table - Table
row - Row index
column - Column index
Returns:
Style to apply


Copyright © 2011. All Rights Reserved.