protected void createPathButtons(Composite pathButtonComp) {
createButton(pathButtonComp, new RemoveAction(fClasspathViewer));
createButton(pathButtonComp, new AddProjectAction(fClasspathViewer));
createButton(pathButtonComp, new AddClassFolderAction(fClasspathViewer));
createButton(pathButtonComp, new AddJarAction(fClasspathViewer));
createButton(pathButtonComp, new AddExternalJarAction(fClasspathViewer,
DIALOG_SETTINGS_PREFIX));
createButton(pathButtonComp, new AddExternalFolderAction(
fClasspathViewer, DIALOG_SETTINGS_PREFIX));