// setLazyEditor(Number.class, "org.jdesktop.swingx.table.NumberEditorExt");
// JW: fix for
// Issue #1183-swingx: NumberEditorExt throws in getCellEditorValue if
// Integer (short, byte..) below/above min/max.
// Issue #1236-swingx: NumberEditorExt cannot be used in columns with Object type
defaultEditorsByColumnClass.put(Number.class, new NumberEditorExt(true));
// Booleans
setLazyEditor(Boolean.class,
"org.jdesktop.swingx.JXTable$BooleanEditor");