bc.setURL(url.getText());
}
public void configure(TestElement element) {
super.configure(element);
BarChart bc = (BarChart)element;
xItems.setText(bc.getXAxis());
yItems.setText(bc.getYAxis());
xAxisLabel.setText(bc.getXLabel());
yAxisLabel.setText(bc.getYLabel());
caption.setText(bc.getCaption());
url.setText(bc.getURL());
}