コード例 #1
0
 /** Return the dialog store to cache values into */
 protected IDialogSettings getDialogSettings() {
   IDialogSettings workbenchSettings = UiPlugin.getDefault().getDialogSettings();
   IDialogSettings section = workbenchSettings.getSection(DIALOG_SETTING_SECTION_NAME);
   if (section == null) section = workbenchSettings.addNewSection(DIALOG_SETTING_SECTION_NAME);
   return section;
 }