com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.table
Class CalculableCellRenderer.ValueProcessor

java.lang.Object
  extended by com.im.ijc.widgets.table.CalculableCellRenderer.ValueProcessor
All Implemented Interfaces:
CalculatedValueProcessor
Enclosing class:
CalculableCellRenderer

public static class CalculableCellRenderer.ValueProcessor
extends Object
implements CalculatedValueProcessor


Constructor Summary
CalculableCellRenderer.ValueProcessor(JTable table, int row, int column)
           
 
Method Summary
 boolean isNeeded()
           
 void setException(ScriptException ex)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculableCellRenderer.ValueProcessor

public CalculableCellRenderer.ValueProcessor(JTable table,
                                             int row,
                                             int column)
Method Detail

setValue

public void setValue(Object value)
Specified by:
setValue in interface CalculatedValueProcessor

isNeeded

public boolean isNeeded()
Specified by:
isNeeded in interface CalculatedValueProcessor

setException

public void setException(ScriptException ex)
Specified by:
setException in interface CalculatedValueProcessor

com.im.ijc.widgets/1 5.9.1