setDefaultEditor(BigInteger.class, new GenericCellEditor(BigInteger.class));
setDefaultEditor(BigDecimal.class, new GenericCellEditor(BigDecimal.class));
setDefaultEditor(String.class, stringValueCellEditor);
setDefaultEditor(Date.class, new DateCellEditor(Date.class));
setDefaultEditor(java.sql.Date.class, new DateCellEditor(Date.class));
setDefaultEditor(Time.class, new TimeCellEditor(Time.class));
setDefaultEditor(Timestamp.class, new DateCellEditor(Timestamp.class));
setDefaultRenderer(GroupingHeader.class, new GroupingHeaderCellRenderer());
setDefaultRenderer(GroupedName.class, new GroupedNameCellRenderer());
setDefaultRenderer(StructureFunction.class, expressionsCellRenderer);