return new TableModelCheckupTypesImpl();
}
@Override
protected void addRenderAndEditor(final SortedTable tblTypes) throws ClipsException {
tblTypes.getColumnModel().getColumn(1).setCellRenderer(new CollectionRenderer() {
@Override
protected void modifyErrorTableCellRendererComponent(JTable table, Object value, int row, int col) throws ClipsException {
List<DirectorySpecialityItem> items = (List<DirectorySpecialityItem>) value;
items.add(directorySpeciality.getNullItem());