JIDE 3.5.15

com.jidesoft.grid
Interface ContextSensitiveCellEditorFactory

All Superinterfaces:
CellEditorFactory

public interface ContextSensitiveCellEditorFactory
extends CellEditorFactory

Interfaces used by CellEditorManager to create a cell editor using factory pattern. Different from CellEditorFactory, this interface takes an EditorContext in the create method.


Method Summary
 CellEditor create(EditorContext context)
           
 
Methods inherited from interface com.jidesoft.grid.CellEditorFactory
create
 

Method Detail

create

CellEditor create(EditorContext context)

JIDE 3.5.15