JIDE 3.5.15

com.jidesoft.grid
Interface CellEditorFactory

All Known Subinterfaces:
ContextSensitiveCellEditorFactory

public interface CellEditorFactory

Interfaces used by CellEditorManager to create a cell editor using the factory pattern. The purpose of this factory is to make sure a new instance of CellEditor is created every time when asking CellEditorManager for one.


Method Summary
 CellEditor create()
           
 

Method Detail

create

CellEditor create()

JIDE 3.5.15