protected abstract String getPreferencePageID();
public boolean performCancel() {
for (int i = 0; i < fConfigurationBlocks.length; i++) {
IPHPPreferencePageBlock block = fConfigurationBlocks[i];
block.performCancel();
}
return super.performCancel();
}
protected void performDefaults() {