Example #1
0
 public void applyOptions() {
   for (OptionsPage optionPage : optionPages) {
     optionPage.applyOptions();
   }
 }