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
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 rowtable - Tablerow - Row indexcolumn - Column index
- Returns:
- Style to apply
Copyright © 2011. All Rights Reserved.