コード例 #1
0
 protected void initializeValues() {
   super.initializeValues();
   initializeValuesForLoadingGroup();
 }
コード例 #2
0
 /*
  * (non-Javadoc)
  *
  * @see org.eclipse.jface.preference.PreferencePage#performDefaults()
  */
 protected void performDefaults() {
   super.performDefaults();
   performDefaultsForLoadingGroup();
 }
コード例 #3
0
 protected void storeValues() {
   super.storeValues();
   storeValuesForLoadingGroup();
 }