com.tirsen.angkor.table
Class DefaultTableCellViewFactory

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

public class DefaultTableCellViewFactory
extends ReadOnlyCellViewFactory

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

Constructor Summary
DefaultTableCellViewFactory()
           
 
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

DefaultTableCellViewFactory

public DefaultTableCellViewFactory()
Method Detail

getTableCellView

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


Copyright © 2002-2002 . All Rights Reserved.