JIDE 3.5.15

com.jidesoft.grid
Interface CellEditorManager.CellEditorCustomizer

Enclosing class:
CellEditorManager

public static interface CellEditorManager.CellEditorCustomizer

A cell editor customizer interface. You can use CellEditorManager.addCellEditorCustomizer(com.jidesoft.grid.CellEditorManager.CellEditorCustomizer) method to set a cell editor customizer.


Method Summary
 void customize(CellEditor cellEditor)
           
 

Method Detail

customize

void customize(CellEditor cellEditor)

JIDE 3.5.15