protected void initContainerElements() {
BuildPathAdapter adapter = new BuildPathAdapter();
String[] buttonLabels = new String[] {
NewWizardMessages.BuildPathsBlock_buildpath_up_button,
NewWizardMessages.BuildPathsBlock_buildpath_down_button };
fBuildPathList = new ListDialogField(null, buttonLabels,
new PHPIPListLabelProvider());
fBuildPathList.setDialogFieldListener(adapter);
fBuildPathList
.setLabelText(NewWizardMessages.BuildPathsBlock_buildpath_label);
fBuildPathList.setUpButtonIndex(0);