Copyright © 2011 Citra Technologies. All Rights Reserved.

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.
 

Method Detail

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 table
row - the current row of the table
column - the current column of the table

Copyright © 2011 Citra Technologies. All Rights Reserved.