private final PreferenceBinder preferenceBinder = new PreferenceBinder();
@Override protected Control createContents(Composite parent) {
Composite contents = contentParent(parent);
doCreateContents(contents);
PreferenceFactory preferenceFactory = new PreferenceFactory(getPreferenceStore());
if (isPropertyPage()) {
setupBindingOfBtnEnabledProjectSettings(preferenceFactory);
}
setupBinding(preferenceBinder, preferenceFactory);
preferenceBinder.applyValues();