com.tirsen.angkor.table
Class FormatTableCellViewFactory

java.lang.Object
  |
  +--com.tirsen.angkor.table.ReadOnlyCellViewFactory
        |
        +--com.tirsen.angkor.table.DefaultTableCellViewFactory
              |
              +--com.tirsen.angkor.table.FormatTableCellViewFactory
All Implemented Interfaces:
java.io.Serializable, TableCellViewFactory

public class FormatTableCellViewFactory
extends DefaultTableCellViewFactory

Version:
$Revision: 1.4 $
$Id: FormatTableCellViewFactory.java,v 1.4 2002/10/09 21:37:37 tirsen Exp $
Author:
$Author: tirsen $
See Also:
Serialized Form

Constructor Summary
FormatTableCellViewFactory(java.text.Format format)
           
 
Method Summary
 View getTableCellView(Table table, ValueModel value, int row, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatTableCellViewFactory

public FormatTableCellViewFactory(java.text.Format format)
Method Detail

getTableCellView

public View getTableCellView(Table table,
                             ValueModel value,
                             int row,
                             int column)
Specified by:
getTableCellView in interface TableCellViewFactory
Overrides:
getTableCellView in class DefaultTableCellViewFactory
Parameters:
table -
row -
column -


Copyright © 2002-2002 . All Rights Reserved.