public void dispose() {
   DelegateUIHelper.saveLeaveDelegateSetting(fLeaveDelegateCheckBox);
   DelegateUIHelper.saveDeprecateDelegateSetting(fDeprecateDelegateCheckBox);
   super.dispose();
 }