When creating a preference page in RCP, e.g. something like:
public class MyPreferencePage extends org.eclipse.jface.preference.PreferencePage implements IWorkbenchPreferencePage
how can I remove the "Restore default values" and "Apply" buttons which get added by default. Using
this.getDefaultsButton().setVisible(false);
this.getApplyButton().setVisible(false);
results in an error.
Call PreferencePage.noDefaultAndApplyButton() before your control is created.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With