org.extremecomponents.table.model
Class ProcessDefaultColumn
java.lang.Object
org.extremecomponents.table.model.ProcessDefaultColumn
- All Implemented Interfaces:
- ProcessColumn
- public class ProcessDefaultColumn
- extends java.lang.Object
- implements ProcessColumn
- Author:
- jeff johnston
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessDefaultColumn
public ProcessDefaultColumn()
beforeFirstRow
public void beforeFirstRow(TableModel model,
java.lang.String method,
java.util.List body)
- Specified by:
beforeFirstRow
in interface ProcessColumn
afterLastRow
public void afterLastRow(TableModel model,
java.lang.String method,
java.util.List body)
- Specified by:
afterLastRow
in interface ProcessColumn
process
public java.lang.String process(TableModel model,
Column column,
Cell cell,
java.lang.String method)
- Specified by:
process
in interface ProcessColumn
Copyright © 2004 sourceforge. All Rights Reserved.