if (c.getModelIndex() >= columnModelIndex) {
c.setModelIndex(c.getModelIndex() - 1);
}
}
((IEditorView) view).getPresenter().getContainerArvores().removeArvoreColumn(nomeColuna);
model.fireTableStructureChanged();
} catch (Exception ex) {
Logger.getLogger(EditorPresenter.class.getName()).log(Level.SEVERE, null, ex);
JOptionPane.showMessageDialog(view, ex.getMessage(), "Erro", JOptionPane.ERROR_MESSAGE);
}
} else {