this.sourceCodeFilesLocationOption = sourceCodeFilesLocationOption;
}
public void createControl(Composite parent) {
this.chooseSourceCodeFilesPanel = new ChooseSourceCodeFilesPanel(
parent, SWT.NONE, this.sourceCodeFilesLocationOption);
setControl(this.chooseSourceCodeFilesPanel);
}