com.fruitioninc.jwc
Class Table.DefaultCellEditor

java.lang.Object
  |
  +--com.fruitioninc.jwc.Table.DefaultCellEditor
All Implemented Interfaces:
Table.CellEditor
Enclosing class:
Table

public static class Table.DefaultCellEditor
extends java.lang.Object
implements Table.CellEditor


Constructor Summary
Table.DefaultCellEditor()
           
 
Method Summary
 Component getComponent(int row, int column, java.lang.Object value)
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table.DefaultCellEditor

public Table.DefaultCellEditor()
Method Detail

getComponent

public Component getComponent(int row,
                              int column,
                              java.lang.Object value)
Specified by:
getComponent in interface Table.CellEditor

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface Table.CellEditor