Class GenericCellEditor

java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
org.pentaho.reporting.libraries.designtime.swing.GenericCellEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class GenericCellEditor extends DefaultCellEditor
This editor can handle all objects that have a single argument String constructor.
Author:
Thomas Morgner
See Also: