@Override
public void modifyTestElement(TestElement te) {
super.configureTestElement(te);
HBaseConnection con = (HBaseConnection)te;
con.setZkName(connNameTF.getText());
con.setZkHost(zkHostTF.getText());
con.setName(getName());
con.setComment(getComment());
/*con.setConnection(
con.getPropertyAsString("ZK_NAME"),
new HBaseConnectionVariable(
con.getPropertyAsString("ZK_HOST"),