public BoundProperty[] getBoundPropertyControls() {
return boundPropertyControls.clone();
}
private void createBoundPropertyControls(final SourceTarget st) {
BoundProperty ctrl = new BoundProperty() {
@Override
public String getName() {
return (st == SourceTarget.Source) ? Source.LOCATION : Target.LOCATION;
}