net.sf.doolin.gui.field.table.style
Class FontTableStyle
java.lang.Object
net.sf.doolin.gui.style.FontStyle
net.sf.doolin.gui.field.table.style.FontTableStyle
- All Implemented Interfaces:
- TableStyle, Style
public class FontTableStyle
- extends FontStyle
- implements TableStyle
Style that updates the font used for the rows.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FontTableStyle
public FontTableStyle()
getStyle
public Style getStyle(Object item,
JTable table,
int row,
int column)
- Description copied from interface:
TableStyle
- Gets the style to apply on the table.
- Specified by:
getStyle in interface TableStyle
- Parameters:
item - Item associated to the rowtable - Tablerow - Row indexcolumn - Column index
- Returns:
- Style to apply
Copyright © 2011. All Rights Reserved.