return "OpenERPDataSourceEditor";
}
protected Component createContentPane()
{
mainPanel = new OpenERPPanel();
URL location = OpenERPDataSourceEditor.class.getResource("/org/pentaho/reporting/ui/datasources/openerp/resources/Add.png");
if (location != null)
{
mainPanel.setFilterAddButtonIcon(new ImageIcon(location));
}