Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.table.styles

Contains classes that can be used as an alternate way of rendering the cells of a JTable besides TableCellRenderers.

See:
          Description

Interface Summary
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.
StyleModel StyleModel is used for rendering the cells of a JTable.
 

Class Summary
DefaultStyle DefaultStyle is a Style implementation that paints alternate rows of a table with different colors.
DefaultStyleModel DefaultStyleModel is the default StyleModel implementation that is used by AdvancedJTable.
 

Package com.citra.table.styles Description

Contains classes that can be used as an alternate way of rendering the cells of a JTable besides TableCellRenderers.


Copyright © 2011 Citra Technologies. All Rights Reserved.