Copyright © 2005 Scientific Applications. All Rights Reserved.

com.sciapp.renderers
Interface TableCellRendererFactory

All Known Implementing Classes:
SortTableModel.SortTableButtonRendererFactory

public interface TableCellRendererFactory

A factory for creating TableCellRenderers.


Method Summary
 TableCellRenderer createRenderer()
          Creates and returns a new instance of a TableCellRenderer.
 

Method Detail

createRenderer

TableCellRenderer createRenderer()
Creates and returns a new instance of a TableCellRenderer.

Returns:
a new instance of a TableCellRenderer.

Copyright © 2005 Scientific Applications. All Rights Reserved.