JOptionPane.showConfirmDialog(null, Messages.getInstance().getString("AttributeSelectionPanel_Result_JOptionPaneShowConfirmDialog_Text_First")
+m_AttributeEvaluatorEditor.getValue().getClass().getName()
+Messages.getInstance().getString("AttributeSelectionPanel_Result_JOptionPaneShowConfirmDialog_Text_Second"),
Messages.getInstance().getString("AttributeSelectionPanel_Result_JOptionPaneShowConfirmDialog_Text_Third"), JOptionPane.YES_NO_OPTION);
if (result == JOptionPane.YES_OPTION) {
m_AttributeSearchEditor.setValue(new Ranker());
} else {
// restore to what was there previously (if possible)
if (backup != null) {
m_AttributeEvaluatorEditor.setValue(backup);
}