com.fruitioninc.jwc
Interface Table.CellEditor

All Known Implementing Classes:
Table.DefaultCellEditor
Enclosing interface:
Table

public static interface Table.CellEditor

Defines methods necessary by an object that allows a table cell to be edited.


Method Summary
 Component getComponent(int row, int column, java.lang.Object value)
           
 java.lang.Object getValue()
           
 

Method Detail

getComponent

public Component getComponent(int row,
                              int column,
                              java.lang.Object value)

getValue

public java.lang.Object getValue()