API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.table. TableCellRenderer View Source
Author(s)
Alan Chung
Since
Version
1.22 11/17/05
Serial
Hierarchy
 TableCellRenderer
Subinterfaces
Description
public interface TableCellRenderer
This interface defines the method required by any object that would like to be a renderer for cells in a JTable.
See also:   
Methods
Hide/Show inherited methods
public Component getTableCellRendererComponent (JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
  Returns the component used for drawing the cell.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar