com.tirsen.angkor.table
Class ReadOnlyCellViewFactory

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

public class ReadOnlyCellViewFactory
extends java.lang.Object
implements TableCellViewFactory

Version:
$Revision: 1.3 $
Author:
Jon Tirs´n (tirsen@users.sourceforge.net)
See Also:
Serialized Form

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

ReadOnlyCellViewFactory

public ReadOnlyCellViewFactory()
Method Detail

getTableCellView

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


Copyright © 2002-2002 . All Rights Reserved.