com.metamatrix.console.ui.util
Class TableCellRendererFactory

java.lang.Object
  extended by com.metamatrix.console.ui.util.TableCellRendererFactory

public class TableCellRendererFactory
extends java.lang.Object

The TableCellRendererFactory provides table cell renderers.

Since:
Golden Gate
Version:
1.0
Author:
dflorian

Method Summary
static javax.swing.table.TableCellRenderer createDateRenderer(java.text.SimpleDateFormat theFormatter)
          Creates a renderer based on the format pattern of the given parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDateRenderer

public static javax.swing.table.TableCellRenderer createDateRenderer(java.text.SimpleDateFormat theFormatter)
Creates a renderer based on the format pattern of the given parameter.

Parameters:
theFormatter - the object used to format dates
Returns:
the date renderer


Copyright © 2009. All Rights Reserved.