com.citra.table.styles
Interface Style
- All Known Implementing Classes:
- ColorStyle, DefaultStyle, RemoteOlapStyle, RemoteStyle
public interface Style
Style is the interface that defines a method for modifying a table's renderer component,
just before the component is shown on the table.
Method Summary |
void |
apply(Component c,
JTable table,
int row,
int column)
Applies the style to the component c. |
apply
void apply(Component c,
JTable table,
int row,
int column)
- Applies the style to the component c.
- Parameters:
c
- the component that we wish to apply a style to.table
- the associated tablerow
- the current row of the tablecolumn
- the current column of the table